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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ Client applications can communicate with the HSM via TCP/TLS using libpkcs11-pro
26
26
27
27
## <aname="tags"></a>Docker image tagging scheme
28
28
29
-
|Tag|Description|OS
29
+
|Tag|Description|Base Image
30
30
|-|-|-
31
-
|`:latest` <br> `:latest-alpine` | build of the latest available release | Alpine Latest
32
-
|`:latest-debian` | build of the latest available release | Debian Stable
33
-
|`:develop` <br> `:develop-alpine` | daily build of the development branch | Alpine Latest
34
-
|`:develop-debian` | build of the development branch | Debian Stable
35
-
|`:2.x` <br> `:2.x-alpine` | build of the latest minor version of the respective <br> major release, e.g. `2.x` may contain release `2.1` | Alpine Latest
36
-
|`:2.x-debian` | build of the latest minor version of the respective <br> major release, e.g. `2.x` may contain release `2.1` | Debian Stable
31
+
|`:latest` <br> `:latest-alpine` | weekly build of the latest available SoftHSM release | alpine:latest
32
+
|`:latest-debian` | weekly build of the latest available SoftHSM release | debian:stable-slim
33
+
|`:develop` <br> `:develop-alpine` | weekly build of the development branch | alpine:latest
34
+
|`:develop-debian` | weekly build of the development branch | debian:stable-slim
35
+
|`:2.x` <br> `:2.x-alpine` | weekly build of the latest minor version of the respective <br> major release, e.g. `2.x` may contain release `2.6` | alpine:latest
36
+
|`:2.x-debian` | weekly build of the latest minor version of the respective <br> major release, e.g. `2.x` may contain release `2.6` | debian:stable-slim
37
37
38
38
See all tags at https://hub.docker.com/r/vegardit/softhsm2-pkcs11-proxy/tags
0 commit comments