Skip to content

Commit

Permalink
remove plugin install from acapy-main docker
Browse files Browse the repository at this point in the history
Signed-off-by: Sheldon Regular <sheldon.regular@gmail.com>
  • Loading branch information
nodlesh committed Apr 29, 2024
1 parent 63d7fa3 commit 637888d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aries-backchannels/acapy/Dockerfile.acapy-redis
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY python/requirements.txt python/
COPY acapy/requirements-main.txt acapy/

RUN pip install -r python/requirements.txt -r acapy/requirements-main.txt
RUN pip install git+https://github.com/bcgov/aries-acapy-plugin-redis-events.git
RUN pip install git+https://github.com/hyperledger/aries-acapy-plugins@main#subdirectory=redis_events

# Copy the necessary files from the AATH Backchannel sub-folders
COPY python python
Expand Down
1 change: 0 additions & 1 deletion aries-backchannels/acapy/acapy_backchannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def get_agent_args(self):

result.append(("--universal-resolver"))

#result.append(("--plugin", "redis_queue.v1_0.events"))
result.append(("--plugin", "redis_events.v1_0.redis_queue.events"))
result.append(("--plugin-config", "/data-mount/plugin-config.yml"))

Expand Down
3 changes: 1 addition & 2 deletions aries-backchannels/acapy/requirements-main.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
aries-cloudagent[indy, bbs, askar]@git+https://github.com/hyperledger/aries-cloudagent-python@main
git+https://github.com/hyperledger/aries-acapy-plugins@main#subdirectory=redis_events
aries-cloudagent[indy, bbs, askar]@git+https://github.com/hyperledger/aries-cloudagent-python@main

0 comments on commit 637888d

Please sign in to comment.