Skip to content

Commit

Permalink
Merge pull request #2 from civicteam/feature/TECH-556__repo_org_change
Browse files Browse the repository at this point in the history
TECH-556 Switch org to civic
  • Loading branch information
dankelleher authored Oct 14, 2024
2 parents 2900314 + bb6dc92 commit bc97dd7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-deploy-to-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal-resolver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/universal-resolver-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ci/deploy-k8s-aws/app-specs/deployment-uni-resolver-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc97dd7

Please sign in to comment.