Skip to content

Commit

Permalink
Merge pull request #2700 from WadeBarnes/main
Browse files Browse the repository at this point in the history
Update legacy bcgovimages references.
  • Loading branch information
swcurran authored Jan 8, 2024
2 parents a2acf37 + bb21254 commit 22f4e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions DIDResolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class ExampleMessageHandler:

doc: dict = await resolver.resolve("did:example:123")
assert doc["id"] == "did:example:123"

verification_method = await resolver.dereference("did:example:123#keys-1")

# ...
```

Expand Down Expand Up @@ -176,9 +176,7 @@ plugin:
The following is a fully functional Dockerfile encapsulating this setup:
```dockerfile=
# TODO replace the following two lines with ACA-Py 0.7.0 when released
FROM bcgovimages/von-image:py36-1.16-0
RUN pip3 install git+https://github.com/hyperledger/aries-cloudagent-python@2ff1ddba897d26a7deb761924018145162cc867c
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
RUN pip3 install git+https://github.com/dbluhm/acapy-resolver-github

CMD ["aca-py", "start", "-it", "http", "0.0.0.0", "3000", "-ot", "http", "-e", "http://localhost:3000", "--admin", "0.0.0.0", "3001", "--admin-insecure-mode", "--no-ledger", "--plugin", "acapy_resolver_github"]
Expand Down
4 changes: 2 additions & 2 deletions SupportedRFCs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A summary of the Aries Interop Profiles and Aries RFCs supported in ACA-Py can b
| -------- | :-------: | ------- |
| Server | :white_check_mark: | |
| Kubernetes | :white_check_mark: | BC Gov has extensive experience running ACA-Py on Red Hat's OpenShift Kubernetes Distribution. |
| Docker | :white_check_mark: | BC Gov publishes docker images on [Docker Hub](https://hub.docker.com/r/bcgovimages/aries-cloudagent) |
| Docker | :white_check_mark: | Official docker images are published to the GitHub [hyperledger/aries-cloudagent-python] container repository. |
| Desktop | :warning: | Could be run as a local service on the computer |
| iOS | :x: | |
| Android | :x: | |
Expand Down Expand Up @@ -105,7 +105,7 @@ provides notes about the implementation of specific RFCs.

### AIP 2.0

All RFCs listed in [AIP 2.0](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0302-aries-interop-profile#aries-interop-profile-version-20) (including the sub-targets)
All RFCs listed in [AIP 2.0](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0302-aries-interop-profile#aries-interop-profile-version-20) (including the sub-targets)
are fully supported in ACA-Py **EXCEPT** as noted in the table below.

| RFC | Supported | Notes |
Expand Down

0 comments on commit 22f4e81

Please sign in to comment.