From c9d1b47dadc3f6e5d2502680121359b578603da1 Mon Sep 17 00:00:00 2001 From: ff137 Date: Tue, 29 Oct 2024 16:45:29 +0300 Subject: [PATCH] :construction: test acapy logging changes --- dockerfiles/agents/Dockerfile | 2 +- dockerfiles/agents/Dockerfile.agent | 4 ++-- dockerfiles/agents/Dockerfile.author.agent | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index f3391f2df..b9f925d2a 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b1 +FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b2 COPY configuration ./configuration COPY scripts ./scripts diff --git a/dockerfiles/agents/Dockerfile.agent b/dockerfiles/agents/Dockerfile.agent index f165a489d..b3e41dc51 100644 --- a/dockerfiles/agents/Dockerfile.agent +++ b/dockerfiles/agents/Dockerfile.agent @@ -1,4 +1,4 @@ -FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b1 +FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b2 USER root @@ -7,7 +7,7 @@ ARG PROTOBUF_VERSION=5.28.1 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@fix/3306#subdirectory=nats_events +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@test-modularise-logging-monolith#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh diff --git a/dockerfiles/agents/Dockerfile.author.agent b/dockerfiles/agents/Dockerfile.author.agent index d3425a471..9d8e38473 100644 --- a/dockerfiles/agents/Dockerfile.author.agent +++ b/dockerfiles/agents/Dockerfile.author.agent @@ -1,4 +1,4 @@ -FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b1 +FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b2 USER root @@ -7,10 +7,10 @@ ARG PROTOBUF_VERSION=5.28.1 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} # Install wallet group id plugin -RUN pip install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@fix/3306 +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@test-modularise-logging-monolith # install nats-events plugin -RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@fix/3306#subdirectory=nats_events +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@test-modularise-logging-monolith#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh