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

chore: update ACA-Py to 0.10.0-rc1 #55

Merged
merged 5 commits into from
Sep 5, 2023
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
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# This docker-compose file is used for tests only

version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
# image: acapy-test-image
# build:
# context: .
Expand Down Expand Up @@ -43,7 +42,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
# image: acapy-test-image
# build:
# context: .
Expand Down
5 changes: 3 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.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
ports:
- "3001:3001"
command: >
Expand All @@ -24,8 +24,9 @@ services:
timeout: 5s
retries: 5


bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
ports:
- "3002:3001"
command: >
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.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
# image: acapy-test-image
# build:
# context: .
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.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 Expand Up @@ -113,3 +113,4 @@ services:
--port 6543
--storage-path /tmp/tails-files
--log-level INFO

5 changes: 3 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.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
ports:
- "3001:3001"
command: >
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.1
ports:
- "3002:3001"
command: >
Expand Down Expand Up @@ -100,3 +100,4 @@ services:
--port 6543
--storage-path /tmp/tails-files
--log-level INFO

6 changes: 3 additions & 3 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.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.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 Expand Up @@ -50,7 +50,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.9.0
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.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 Expand Up @@ -127,7 +127,7 @@ services:

tunnel-tails:
image: ngrok/ngrok
command: start --all
command: start --all
environment:
- NGROK_CONFIG=/etc/ngrok.yml
volumes:
Expand Down
Loading