Skip to content

Commit fa1a0fe

Browse files
committed
🎨 update README; base docker image now uses ghcr instead of bcgov's docker hub
1 parent 0e3c1d4 commit fa1a0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ cd generator
2121

2222
## Updating the OpenAPI
2323

24-
Updating the OpenAPI is only needed when a new version of ACA-Py is released. The process of updating the OpenAPI is mostly automated, you only need to run a few scripts. First determine the version you want for OpenAPI spec from the BCGov agent docker images (https://hub.docker.com/r/bcgovimages/aries-cloudagent/). Currently the default for the `retrieve-openapi.sh` script is "py36-1.16-1_0.8.2".
24+
Updating the OpenAPI is only needed when a new version of ACA-Py is released. The process of updating the OpenAPI is mostly automated, you only need to run a few scripts. First determine the version you want for OpenAPI spec from the `hyperledger/aries-cloudagent-python` docker images (https://github.com/hyperledger/aries-cloudagent-python/blob/main/ContainerImagesAndGithubActions.md). Currently the default for the `retrieve-openapi.sh` script is "py3.9-0.9.0".
2525

2626
After that you can run the following commands to update the `data/openapi.yml` file. This file should be committed.
2727

2828
```sh
2929
cd aries-cloudcontroller-python/generator
3030

3131
# Retrieve the open api file. Change `py36-1.16-1_0.8.2` if you want another version
32-
# See <https://hub.docker.com/r/bcgovimages/aries-cloudagent/tags> for official releases
32+
# <https://github.com/hyperledger/aries-cloudagent-python/blob/main/ContainerImagesAndGithubActions.md#tags> for tags
3333
./scripts/retrieve-openapi.sh py36-1.16-1_0.8.2
3434

3535
# transform to OpenAPI V3

0 commit comments

Comments
 (0)