From bb212541668189ec33e25685c9531df8d31c9946 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Mon, 8 Jan 2024 11:46:53 -0800 Subject: [PATCH] Update legacy bcgovimages references. Signed-off-by: Wade Barnes --- DIDResolution.md | 8 +++----- SupportedRFCs.md | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/DIDResolution.md b/DIDResolution.md index 2f8f75e300..2fa4b18138 100644 --- a/DIDResolution.md +++ b/DIDResolution.md @@ -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") - + # ... ``` @@ -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"] diff --git a/SupportedRFCs.md b/SupportedRFCs.md index adaa7ba54f..529e4d968f 100644 --- a/SupportedRFCs.md +++ b/SupportedRFCs.md @@ -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: | | @@ -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 |