Skip to content

Commit

Permalink
chore: test ACA-Py 0.12.1rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Apr 29, 2024
1 parent 9a7e7f6 commit a503544
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
# image: acapy-test-image
# build:
# context: .
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
# image: acapy-test-image
# build:
# context: .
Expand Down
4 changes: 2 additions & 2 deletions examples/connectionless/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3001:3001"
environment:
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3002:3001"
environment:
Expand Down
4 changes: 2 additions & 2 deletions examples/json_ld/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3001:3001"
command: >
Expand All @@ -26,7 +26,7 @@ services:


bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3002:3001"
command: >
Expand Down
6 changes: 3 additions & 3 deletions examples/mediation/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3001:3001"
environment:
Expand Down Expand Up @@ -29,7 +29,7 @@ services:
retries: 5

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3002:3001"
environment:
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
retries: 5

mediator:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3003:3001"
environment:
Expand Down
4 changes: 2 additions & 2 deletions examples/presenting_revoked_credential/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
# image: acapy-test-image
# build:
# context: .
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
#image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
#image: bcgovimages/aries-cloudagent:py36-1.16-1_1.0.0-rc0
# image: acapy-test-image
Expand Down
4 changes: 2 additions & 2 deletions examples/simple/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3001:3001"
environment:
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3002:3001"
environment:
Expand Down
4 changes: 2 additions & 2 deletions examples/tunnels/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3001:3001"
volumes:
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
ports:
- "3002:3001"
volumes:
Expand Down

0 comments on commit a503544

Please sign in to comment.