Skip to content

Commit

Permalink
⬆️ Upgrade aca-py to recent nightly build with python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Jul 9, 2024
1 parent 7f36d56 commit 6ec6309
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,15 @@ services:
# context: .
# dockerfile: dockerfiles/agents/Dockerfile.author.agent
# # To run a forked version of the agent use commented out code below
context: https://github.com/ff137/aries-cloudagent-python.git#fix/paginated-queries-with-post-filter
context: https://github.com/didx-xyz/aries-cloudagent-python.git#0.12.2b2
dockerfile: docker/Dockerfile
user: root
entrypoint:
- sh
- -c
- |
pip3 install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@test/fix-pagination
pip3 install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@test/fix-pagination#subdirectory=redis_events
pip3 install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@0.12.2b2
pip3 install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-09#subdirectory=redis_events
aca-py start \
-it http "0.0.0.0" "3020" \
-e http://governance-multitenant-agent:3020 \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-nightly-2024-07-08

ADD configuration ./configuration
ADD scripts ./scripts
4 changes: 2 additions & 2 deletions dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-nightly-2024-06-26
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-nightly-2024-07-08

USER root
# install redis-events plugin
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-06-26#subdirectory=redis_events
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-09#subdirectory=redis_events

COPY scripts/startup.sh startup.sh
RUN chmod +x ./startup.sh
Expand Down
6 changes: 3 additions & 3 deletions dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-nightly-2024-06-26
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-nightly-2024-07-08

USER root

# Install wallet group id plugin
RUN pip3 install git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@0.12.2b1
RUN pip3 install git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@0.12.2b2

# install redis-events plugin
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-06-26#subdirectory=redis_events
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-09#subdirectory=redis_events

COPY scripts/startup.sh startup.sh
RUN chmod +x ./startup.sh
Expand Down

0 comments on commit 6ec6309

Please sign in to comment.