Skip to content

Commit

Permalink
🚧 test 1.1.1-20241115
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Nov 14, 2024
1 parent 8cb8a97 commit 3e82b9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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/didx-xyz/acapy-agent-bbs:py3.12-1.1.1-20241114
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1-20241115

COPY configuration ./configuration
COPY scripts ./scripts
4 changes: 2 additions & 2 deletions dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1-20241114
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1-20241115

USER root

Expand All @@ -7,7 +7,7 @@ ARG PROTOBUF_VERSION=5.28.3
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION}

# install nats-events plugin
RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@1.1.1-20241114#subdirectory=nats_events
RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@release-1.1.1-20241115#subdirectory=nats_events

COPY scripts/startup.sh startup.sh
RUN chmod +x ./startup.sh
Expand Down
7 changes: 4 additions & 3 deletions dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1-20241114
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1-20241115

USER root

Expand All @@ -7,10 +7,11 @@ ARG PROTOBUF_VERSION=5.28.3
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION}

# Install wallet group id plugin
RUN pip install --no-cache-dir acapy-wallet-groups-plugin==1.1.1.post20241114
# RUN pip install --no-cache-dir acapy-wallet-groups-plugin==1.1.1.post20241114
RUN pip install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@release-1.1.1-20241115

# install nats-events plugin
RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@1.1.1-20241114#subdirectory=nats_events
RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@release-1.1.1-20241115#subdirectory=nats_events

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

0 comments on commit 3e82b9f

Please sign in to comment.