diff --git a/.github/workflows/kubernetes-deploy-to-cluster.yml b/.github/workflows/kubernetes-deploy-to-cluster.yml index 8b2ee890a..bb0f088fb 100644 --- a/.github/workflows/kubernetes-deploy-to-cluster.yml +++ b/.github/workflows/kubernetes-deploy-to-cluster.yml @@ -13,7 +13,7 @@ on: default: 'Dev' env: - IMAGE_NAME: identitydotcom/uni-resolver-web + IMAGE_NAME: civicteam/uni-resolver-web PATH_TO_DOCKERFILE: uni-resolver-web/docker/Dockerfile BUILD_CONTEXT: $GITHUB_WORKSPACE diff --git a/.github/workflows/universal-resolver-build.yml b/.github/workflows/universal-resolver-build.yml index 4587cb1e1..3480fd276 100644 --- a/.github/workflows/universal-resolver-build.yml +++ b/.github/workflows/universal-resolver-build.yml @@ -21,6 +21,6 @@ jobs: uses: ./ci/docker-build-push env: DOCKER_FILE: uni-resolver-web/docker/Dockerfile - CONTAINER_TAG: identitydotcom/uni-resolver-web:latest + CONTAINER_TAG: civicteam/uni-resolver-web:latest DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file diff --git a/.github/workflows/universal-resolver-release.yaml b/.github/workflows/universal-resolver-release.yaml index f0282911b..5c4f6983f 100644 --- a/.github/workflows/universal-resolver-release.yaml +++ b/.github/workflows/universal-resolver-release.yaml @@ -18,4 +18,4 @@ jobs: DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}} DOCKER_FILE: uni-resolver-web/docker/Dockerfile - CONTAINER_TAG: identitydotcom/uni-resolver-web:0.2.0 + CONTAINER_TAG: civicteam/uni-resolver-web:0.2.0 diff --git a/README.md b/README.md index 13ef0f815..2be1a5143 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Are you developing a DID method and Universal Resolver driver? Click [Driver Dev | [did-icon-zzeung](https://github.com/amuyu/uni-resolver-driver-did-icon) | 0.1.2 | [1.0 WD](https://github.com/icon-project/icon-DID/blob/master/docs/ICON-DID-method.md) | [amuyu/driver-did-icon](https://hub.docker.com/r/amuyu/driver-did-icon) | ICON decentralized network | | [did-vaa](https://github.com/caict-develop-zhangbo/uni-resolver-driver-did-vaa) | 1.0.0 | [1.0 WD](https://github.com/caict-develop-zhangbo/vaa-method) | [caict/driver-did-vaa](https://hub.docker.com/repository/docker/caictdevelop/driver-did-vaa) | BIF blockchain | | [did-unisot](https://gitlab.com/unisot-did/unisot-did-driver) | 1.0.0 | [1.0.0](https://gitlab.com/unisot-did/unisot-did-method-specification) | [unisot/unisot-did-driver](https://hub.docker.com/r/unisot/unisot-did-driver) | UNISOT distributed identity system (atop Bitcoin SV blockchain) | -| [did-sol](https://github.com/identity-com/sol-did) | 3.3.0 | [3.3.0](https://github.com/identity-com/sol-did/) | [identitydotcom/driver-did-sol](https://hub.docker.com/r/identitydotcom/driver-did-sol) | Solana blockchain | +| [did-sol](https://github.com/identity-com/sol-did) | 3.3.0 | [3.3.0](https://github.com/identity-com/sol-did/) | [civicteam/driver-did-sol](https://hub.docker.com/r/civicteam/driver-did-sol) | Solana blockchain | | [did-lit](https://github.com/ibct-dev/lit-resolver) | 0.1.1 | [0.1.1](https://github.com/ibct-dev/lit-DID/blob/main/docs/did:lit-method-spec_eng_v0.1.1.md) | [ibct/driver-did-lit](https://hub.docker.com/r/ibct/driver-did-lit) | LEDGIS blockchain | | [did-ebsi](https://api.preprod.ebsi.eu/docs/#/DID%20Registry) | 2.0.0 | 2.0.0 | [URL](https://api.preprod.ebsi.eu/did-registry/v2/identifiers/) | EBSI Platform (European Blockchain Services Infrastructure) | | [did-emtrust](https://github.com/Halialabs/did-spec) | 0.1 | 0.1 | [halialabsdev/emtrust_did_driver](https://hub.docker.com/r/halialabsdev/emtrust_did_driver) | EmTrust WAI distributed identity system | diff --git a/ci/deploy-k8s-aws/app-specs/deployment-uni-registrar-frontend.yaml b/ci/deploy-k8s-aws/app-specs/deployment-uni-registrar-frontend.yaml index 98d5cafad..fb23eb9e4 100644 --- a/ci/deploy-k8s-aws/app-specs/deployment-uni-registrar-frontend.yaml +++ b/ci/deploy-k8s-aws/app-specs/deployment-uni-registrar-frontend.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: uni-registrar-frontend - image: identitydotcom/uni-registrar-frontend + image: civicteam/uni-registrar-frontend imagePullPolicy: Always ports: - containerPort: 7082 diff --git a/ci/deploy-k8s-aws/app-specs/deployment-uni-resolver-web.yaml b/ci/deploy-k8s-aws/app-specs/deployment-uni-resolver-web.yaml index aabcbe4a6..af7636efe 100644 --- a/ci/deploy-k8s-aws/app-specs/deployment-uni-resolver-web.yaml +++ b/ci/deploy-k8s-aws/app-specs/deployment-uni-resolver-web.yaml @@ -19,11 +19,11 @@ spec: spec: containers: - name: uni-resolver-web - # Use the identity.com Docker image for the Universal Resolver Web + # Use the civic Docker image for the Universal Resolver Web # so that we can control the did methods supported - specifically add preview methods like "did:icp" # not yet supported in the upstream. # If we do not have any unofficial ones, we can and should use the upstream image instead - image: identitydotcom/uni-resolver-web + image: civicteam/uni-resolver-web imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/docker-compose.yml b/docker-compose.yml index 87175b61f..90070eff8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ networks: services: uni-resolver-web: - image: identitydotcom/uni-resolver-web:latest + image: civicteam/uni-resolver-web:latest ports: - "8080:8080" environment: