Skip to content

Commit

Permalink
Merge pull request #1308 from bcgov/chore/acaPy0122nonRc
Browse files Browse the repository at this point in the history
Use ACA-Py 0.12.2 proper
  • Loading branch information
loneil authored Aug 6, 2024
2 parents 9832074 + 05fbca9 commit 6b4e5d4
Show file tree
Hide file tree
Showing 10 changed files with 381 additions and 296 deletions.
4 changes: 2 additions & 2 deletions plugins/docker/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.2rc1 as base
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2 as base

# Install and Configure Poetry
USER root
Expand All @@ -24,7 +24,7 @@ RUN poetry install --only main
RUN ln -s $(poetry env info -p)/lib/python3.6/site-packages site-packages


FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2rc1
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2
COPY --from=base --chown=aries:aries /home/aries/.venv /home/aries/.venv
ENV PATH="/home/aries/.venv/bin:$PATH"

Expand Down
2 changes: 1 addition & 1 deletion plugins/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
aries-cloudagent = { version = "0.12.2rc1" }
aries-cloudagent = { version = "0.12.2" }
python-dateutil = "^2.8.2"
typing-extensions = "4.8.0"
traction-innkeeper = {path = "./traction_innkeeper", develop = true}
Expand Down
205 changes: 110 additions & 95 deletions plugins/traction_innkeeper/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions plugins/traction_innkeeper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ packages = [{include = "traction_innkeeper"}]

[tool.poetry.dependencies]
python = "^3.9"
aries-cloudagent = { version = "0.12.2rc1" }
aries-cloudagent = { version = "0.12.2" }
python-dateutil = "^2.8.2"
bcrypt = "^4.2.0"
mergedeep = "^1.3.4"
typing-extensions = "4.8.0"
anoncreds = "^0.2.0"

[tool.poetry.dev-dependencies]
black = "^24.4.2"
flake8 = "^7.1.0"
black = "^24.8.0"
flake8 = "^7.1.1"

[build-system]
requires = ["setuptools", "poetry-core>=1.2"]
Expand Down
4 changes: 2 additions & 2 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:
- host.docker.internal:host-gateway

endorser-agent:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2rc1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2
depends_on:
endorser-db:
condition: service_healthy
Expand Down Expand Up @@ -283,7 +283,7 @@ services:
- host.docker.internal:host-gateway

endorser-agent-1:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2rc1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2
depends_on:
endorser-db-1:
condition: service_healthy
Expand Down
Loading

0 comments on commit 6b4e5d4

Please sign in to comment.