sha256:d4af4d37c5313b51490181c2a1de9e45cc49e5d2fba6670b7fc31101eb3629bb
OS/ARCH
Compressed size
56.65 MB
Last pushed
2 days by sebthom
Type
Image
Manifest digest
sha256:b8dd9a3ff71376c94d08adfe4cba38267f2dc3d1e50d77d54171826aaced53f5
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/ # buildkit435 B9COPY /usr/local/bin/softhsm* /usr/local/bin/ # buildkit3.28 MB10COPY /usr/local/lib/softhsm/libsofthsm2.so /usr/local/lib/softhsm/libsofthsm2.so # buildkit4.63 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:18Z0 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=0799 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'