Sunbird Variant of Keycloak
- Run the following commands
cd keycloak-mobile-number-login-spi
./mvnw clean install
mkdir -p ../keycloak/providers && cp target/keycloak-mobile-number-login-spi-1.0-SNAPSHOT.jar ../keycloak/providers
- This will build the Sunbird Keycloak plugin.
- Once this is done, we will need to create the docker image and publish to our Docker repository
cd ../keycloak
docker build -t <docker_image_path>:<docker_tag> .
docker push <docker_image_path>:<docker_tag>