sha256:71296157f59330c8e90c7a2cc39671f4fd5ac87e7478deb145447bf4bc503a03
OS/ARCH
Compressed size
55.68 MB
Last pushed
3 days by sebthom
Type
Image
Manifest digest
sha256:6c3dd491f6b88fa02546e60580bf175cb5c51d46c22a661beb910f5a5031dcb5
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2ARG DEBIAN_FRONTEND=noninteractive0 B3ARG LC_ALL=C0 B4SHELL [/bin/bash -euo pipefail -c]0 B5ARG INSTALL_SUPPORT_TOOLS=00 B6ARG BASE_LAYER_CACHE_KEY=202609230 B7RUN |4 DEBIAN_FRONTEND=noninteractive LC_ALL=C INSTALL_SUPPORT_TOOLS=019.84 MB8COPY /etc/softhsm* /etc/ # buildkit437 B9COPY /usr/local/bin/softhsm* /usr/local/bin/ # buildkit2.94 MB10COPY /usr/local/lib/softhsm/libsofthsm2.so /usr/local/lib/softhsm/libsofthsm2.so # buildkit3.99 MB11COPY /usr/local/share/man/man1/softhsm* /usr/local/share/man/man1/ # buildkit3.01 KB12COPY /usr/local/share/man/man5/softhsm* /usr/local/share/man/man5/ # buildkit1.65 KB13COPY /usr/local/bin/pkcs11-* /usr/local/bin/ # buildkit38.82 KB14COPY /usr/local/lib/libpkcs11-proxy* /usr/local/lib/ # buildkit108.24 KB15COPY image/*.sh /opt # buildkit1.42 KB16COPY image/test.* /opt # buildkit2.21 KB17COPY .shared/lib/bash-init.sh /opt/bash-init.sh # buildkit2.8 KB18ENV INIT_SH_FILE=/opt/init-token.sh TOKEN_AUTO_INIT=1 TOKEN_LABEL=Test Token0 B19ARG OCI_authors=Vegard IT GmbH (vegardit.com)0 B20ARG OCI_title=vegardit/softhsm2-pkcs11-proxy0 B21ARG OCI_description=Docker image to run0 B22ARG OCI_source=https://github.com/vegardit/docker-softhsm2-pkcs11-proxy0 B23ARG OCI_revision=da617950 B24ARG OCI_version=da617950 B25ARG OCI_created=2026-09-23T19:54:05Z0 B26ARG GIT_BRANCH=main0 B27ARG GIT_COMMIT_DATE=2026-09-02 14:08:24 UTC0 B28LABEL org.opencontainers.image.title=vegardit/softhsm2-pkcs11-proxy org.opencontainers.image.description=Docker image to0 B29LABEL maintainer=Vegard IT GmbH (vegardit.com)0 B30RUN |13 DEBIAN_FRONTEND=noninteractive LC_ALL=C INSTALL_SUPPORT_TOOLS=0800 B31EXPOSE [2345/tcp]0 B32VOLUME [/var/lib/softhsm/]0 B33ENTRYPOINT ["/usr/bin/tini" "--"]0 B34CMD ["/bin/bash" "/opt/run.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'stable' '@1783900800'