orchestrator

Orchestrator managed organization

pki (4a0acb0)

Published 2026-09-05 17:12:06 +00:00 by Dvorak

Installation

docker pull hub.kl1.tenere.ai/orchestrator/pki:4a0acb0
sha256:fcf72451d8b1e93ee375982085f63c1e187c7f984665e822604846bd093b9414

Images

Digest OS / Arch Size
de80abc951 linux/amd64 46 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV STEP=/home/step
ENV STEPPATH=/home/step
ARG STEPUID=1000
ARG STEPGID=1000
RUN |2 STEPUID=1000 STEPGID=1000 /bin/sh -c apk update && apk upgrade && apk add --no-cache bash curl tzdata && addgroup -g ${STEPGID} step && adduser -D -u ${STEPUID} -G step step && chown step:step /home/step # buildkit
COPY /src/bin/step /usr/local/bin/step # buildkit
USER step
WORKDIR /home/step
STOPSIGNAL SIGTERM
CMD ["/bin/sh" "-c" "/bin/bash"]
COPY /src/bin/step-ca /usr/local/bin/step-ca # buildkit
COPY /usr/local/bin/step-kms-plugin /usr/local/bin/step-kms-plugin # buildkit
USER step
ENV CONFIGPATH=/home/step/config/ca.json
ENV PWDPATH=/home/step/secrets/password
VOLUME [/home/step]
STOPSIGNAL SIGTERM
HEALTHCHECK &{["CMD-SHELL" "step ca health 2>/dev/null | grep \"^ok\" >/dev/null"] "0s" "0s" "0s" "0s" '\x00'}
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
CMD ["/bin/sh" "-c" "exec /usr/local/bin/step-ca --password-file $PWDPATH $CONFIGPATH"]
COPY config/ca.json /opt/pki/templates/ca.json # buildkit
COPY templates/ /opt/pki/templates/ # buildkit

Labels

Key Value
org.opencontainers.image.revision 4a0acb0d4ccae8003bbbc05bdd72dc80b4b013ce
org.opencontainers.image.source https://hub.kl1.tenere.ai/orchestrator/pki
org.opencontainers.image.version 4a0acb0
Details
Container
2026-09-05 17:12:06 +00:00
1
OCI / Docker
Versions (6) View all
latest 2026-09-09
1b5f1c7 2026-09-09
v1.0.1 2026-09-09
8f254ef 2026-09-09
4a0acb0 2026-09-05