pki (8f254ef)
Published 2026-09-09 02:43:48 +00:00 by Dvorak
Installation
docker pull hub.kl1.tenere.ai/orchestrator/pki:8f254efsha256:590409a6781f8c2926ec677e5817954254d71ef04a64801bda003baa6d655e49
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 52d108da31 | 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 |
| HEALTHCHECK {Test:[CMD-SHELL step ca health --ca-url https://localhost:9000 --root /home/step/certs/root_ca.crt 2>/dev/null | grep "^ok" >/dev/null] Interval:30s Timeout:5s StartPeriod:40s StartInterval:0s Retries:3} |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.revision | 8f254efbbfc5607f0f380af2485aecd276eb7afd |
| org.opencontainers.image.source | https://hub.kl1.tenere.ai/orchestrator/pki |
| org.opencontainers.image.version | 8f254ef |