Skip to content

Commit

Permalink
Merge pull request #88 from Indicio-tech/chore/0.12.1rc0
Browse files Browse the repository at this point in the history
chore: test ACA-Py 0.12.1
  • Loading branch information
dbluhm authored May 28, 2024
2 parents 52db0a9 + 2c38b4c commit f8efe3a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 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.1
# 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.1
# 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.1
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.1
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.1
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.1
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.1
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.1
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.1
ports:
- "3003:3001"
environment:
Expand Down
5 changes: 3 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.1
# image: acapy-test-image
# build:
# context: .
Expand All @@ -26,6 +26,7 @@ services:
--auto-provision
--log-level debug
--debug-webhooks
--notify-revocation
healthcheck:
test: curl -s -o /dev/null -w '%{http_code}' "http://localhost:3001/status/live" | grep "200" > /dev/null
start_period: 30s
Expand All @@ -37,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.1
#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/self_attested/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.1
# 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.1
#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.1
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.1
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.1
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.1
ports:
- "3002:3001"
volumes:
Expand Down

0 comments on commit f8efe3a

Please sign in to comment.