You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ContainerImagesAndGithubActions.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
57
57
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 |
58
58
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 |
59
59
60
-
### Key Image Differences
60
+
### Image Comparison
61
61
62
62
There are several key differences that should be noted between the two image
63
63
variants and between the BC Gov ACA-Py images.
@@ -67,18 +67,15 @@ variants and between the BC Gov ACA-Py images.
67
67
- Does **NOT** include `libindy`
68
68
- Default user is `aries`
69
69
- 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
72
71
- Built from repo contents
73
72
- Indy Image
74
73
- 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
76
75
- Includes `libindy` but does **NOT** include the Indy CLI
77
76
- Default user is `indy`
78
-
- Based on `indy-python`
79
77
- 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
0 commit comments