Skip to content

Commit

Permalink
Moving services to auxillary repo
Browse files Browse the repository at this point in the history
  • Loading branch information
srprasanna committed Feb 19, 2024
1 parent c5337d7 commit 8a94a6b
Show file tree
Hide file tree
Showing 868 changed files with 5 additions and 141,425 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ IMAGES := ghcr.io/sunbird-rc/sunbird-rc-core ghcr.io/sunbird-rc/sunbird-rc-nginx
ghcr.io/sunbird-rc/sunbird-rc-public-key-service ghcr.io/sunbird-rc/sunbird-rc-keycloak ghcr.io/sunbird-rc/sunbird-rc-certificate-api \
ghcr.io/sunbird-rc/sunbird-rc-certificate-signer ghcr.io/sunbird-rc/sunbird-rc-notification-service ghcr.io/sunbird-rc/sunbird-rc-claim-ms \
ghcr.io/sunbird-rc/sunbird-rc-digilocker-certificate-api ghcr.io/sunbird-rc/sunbird-rc-bulk-issuance ghcr.io/sunbird-rc/sunbird-rc-metrics \
ghcr.io/sunbird-rc/id-gen-service ghcr.io/sunbird-rc/encryption-service
ghcr.io/sunbird-rc/id-gen-service ghcr.io/sunbird-rc/encryption-service ghcr.io/sunbird-rc/sunbird-rc-identity-service ghcr.io/sunbird-rc/sunbird-rc-credential-schema \
ghcr.io/sunbird-rc/sunbird-rc-credentials-service
build: java/registry/target/registry.jar
echo ${SOURCES}
rm -rf java/claim/target/*.jar
Expand All @@ -23,11 +24,11 @@ build: java/registry/target/registry.jar
make -C services/bulk_issuance docker
make -C services/id-gen-service docker
make -C services/encryption-service docker
docker build -t ghcr.io/sunbird-rc/sunbird-rc-nginx .
docker build -t dockerhub/sunbird-rc-nginx .
make -C services/identity-service/ docker
make -C services/credential-schema docker
make -C services/credentials-service/ docker
docker build -t ghcr.io/sunbird-rc/sunbird-rc-nginx .
docker build -t dockerhub/sunbird-rc-nginx .


java/registry/target/registry.jar: $(SOURCES)
Expand Down
1 change: 1 addition & 0 deletions deps/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Keycloak moved to https://github.com/Sunbird-RC/sunbird-rc-keycloak

This file was deleted.

Binary file not shown.

This file was deleted.

7 changes: 0 additions & 7 deletions deps/keycloak-mobile-number-login-spi/Makefile

This file was deleted.

21 changes: 0 additions & 21 deletions deps/keycloak-mobile-number-login-spi/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions deps/keycloak-mobile-number-login-spi/build.sh

This file was deleted.

Loading

0 comments on commit 8a94a6b

Please sign in to comment.