Skip to content

Commit 9a4e8ae

Browse files
jamshaleswcurran
andauthored
Upgrade docker images to release 1.2.4 (openwallet-foundation#3597)
Signed-off-by: jamshale <jamiehalebc@gmail.com> Co-authored-by: Stephen Curran <swcurran@gmail.com>
1 parent fc9dfdf commit 9a4e8ae

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

demo/docker-agent/Dockerfile.acapy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.3
1+
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.4
22

33
USER root
44

demo/multi-demo/Dockerfile.acapy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.3
1+
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.4
22

33
USER root
44

demo/playground/Dockerfile.acapy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.3
1+
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.4
22

33
USER root
44

demo/playground/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These configuration files are provided to the ACA-Py start command via the `AGEN
2626

2727
### Dockerfile and start.sh
2828

29-
[`Dockerfile.acapy`](./Dockerfile.acapy) assembles the image to run. Currently based on [ACA-Py 1.2.0](ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.3), we need [jq](https://stedolan.github.io/jq/) to setup (or not) the ngrok tunnel and execute the Aca-py start command - see [`start.sh`](./start.sh). You may note that the start command is very sparse, additional configuration is done via environment variables in the [docker compose file](./docker-compose.yml).
29+
[`Dockerfile.acapy`](./Dockerfile.acapy) assembles the image to run. Currently based on [ACA-Py 1.2.0](ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.4), we need [jq](https://stedolan.github.io/jq/) to setup (or not) the ngrok tunnel and execute the Aca-py start command - see [`start.sh`](./start.sh). You may note that the start command is very sparse, additional configuration is done via environment variables in the [docker compose file](./docker-compose.yml).
3030

3131
### ngrok
3232

docker/Dockerfile.demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG from_image=ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.3
1+
ARG from_image=ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.4
22
FROM ${from_image}
33

44
ENV ENABLE_PTVSD 0

docs/features/DIDResolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ plugin:
176176
The following is a fully functional Dockerfile encapsulating this setup:
177177
178178
```dockerfile=
179-
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.3
179+
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.4
180180
RUN pip3 install git+https://github.com/dbluhm/acapy-resolver-github
181181

182182
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"]

0 commit comments

Comments
 (0)