Skip to content

Commit

Permalink
Merge pull request #459 from gataca-io/main
Browse files Browse the repository at this point in the history
Update Gataca driver to last version and correct docker repository
  • Loading branch information
peacekeeper authored Dec 19, 2024
2 parents b2b0c63 + 3690ffc commit 1dc035c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Are you developing a DID method and Universal Resolver driver? Click [Driver Dev
| [did-schema](https://github.com/51nodes/schema-registry-did-resolver) | 0.1.1 | [0.1](https://github.com/51nodes/schema-registry-did-method) | [51nodes/schema-registry-did-resolver](https://hub.docker.com/repository/docker/51nodes/schema-registry-did-resolver) | Identify and address schema definitions in a schema registry |
| [did-ion](https://github.com/decentralized-identity/uni-resolver-driver-did-ion) | 0.8.1 | [0.1](https://github.com/decentralized-identity/ion) | [identityfoundation/driver-did-ion](https://hub.docker.com/r/identityfoundation/driver-did-ion) | ION network (Sidetree implementation on top of Bitcoin) |
| [did-ace](https://github.com/aceblockID/aceblock-did-resolver) | 1.0 | (missing) | [aceblock/ace-did-driver](https://hub.docker.com/r/aceblock/ace-did-driver) | AceBlock blockchain framework |
| [did-gatc](https://github.com/gataca-io/universal-resolver-driver) | 2.0.0 | [1.0 WD](https://github.com/gatacaid/gataca-did-method) | [gatacaid/universal-resolver-driver](https://hub.docker.com/r/gatacaid/universal-resolver-driver) | GATACA (blockchain-agnostic digital identity platform) |
| [did-gatc](https://github.com/gataca-io/universal-resolver-driver) | 3.0.0 | [1.0 WD](https://github.com/gatacaid/gataca-did-method) | [gatacaid/universal-resolver-driver](https://hub.docker.com/r/gatacaid/universal-resolver-driver) | GATACA (blockchain-agnostic digital identity platform) |
| [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) |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ services:
- "8111:8080"
gataca-did-resolver-driver:
container_name: gataca-did-resolver-driver
image: gatacaid/universal-resolver-driver:2.0.0
image: ghcr.io/gataca-io/universal-resolver-driver/universal-resolver-driver:3.0.0
ports:
- "8113:8080"
driver-did-icon:
Expand Down

0 comments on commit 1dc035c

Please sign in to comment.