Skip to content

Commit dd7310f

Browse files
committed
fix: clarifications in docker images readme
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent 564a9af commit dd7310f

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

ContainerImagesAndGithubActions.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ py3.8-indy-A.B.C-X.Y.Z | Indy | py3.8-indy-1.16.0-0.7.4 | Standard image v
5757
py3.9-indy-A.B.C-X.Y.Z | Indy | py3.9-indy-1.16.0-0.7.4 | Standard image variant built on Python 3.9 for ACA-Py version X.Y.Z and Indy SDK Version A.B.C |
5858
py3.10-indy-A.B.C-X.Y.Z | Indy | py3.10-indy-1.16.0-0.7.4 | Standard image variant built on Python 3.10 for ACA-Py version X.Y.Z and Indy SDK Version A.B.C |
5959

60-
### Key Image Differences
60+
### Image Comparison
6161

6262
There are several key differences that should be noted between the two image
6363
variants and between the BC Gov ACA-Py images.
@@ -67,18 +67,15 @@ variants and between the BC Gov ACA-Py images.
6767
- Does **NOT** include `libindy`
6868
- Default user is `aries`
6969
- Uses container's system python environment rather than `pyenv`
70-
- Askar and Indy Shared libraries are installed through pip from
71-
pre-compiled binaries included in the python wrappers.
70+
- Askar and Indy Shared libraries are installed as dependencies of ACA-Py through pip from pre-compiled binaries included in the python wrappers
7271
- Built from repo contents
7372
- Indy Image
7473
- Based on slim variant of Debian
75-
- Based on `indy-python`
74+
- Built from multi-stage build step (`indy-base` in the Dockerfile) which includes Indy dependencies; this could be replaced with an explicit `indy-python` image from the Indy SDK repo
7675
- Includes `libindy` but does **NOT** include the Indy CLI
7776
- Default user is `indy`
78-
- Based on `indy-python`
7977
- Uses container's system python environment rather than `pyenv`
80-
- Askar and Indy Shared libraries are installed through pip from
81-
pre-compiled binaries included in the python wrappers
78+
- Askar and Indy Shared libraries are installed as dependencies of ACA-Py through pip from pre-compiled binaries included in the python wrappers
8279
- Built from repo contents
8380
- Includes Indy postgres storage plugin
8481
- `bcgovimages/aries-cloudagent`

0 commit comments

Comments
 (0)