Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update legacy bcgovimages references. #2700

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dbluhm, Is this change acceptable?

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