Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified STEP-ISSUER Container Image
A hardened, minimal STEP-ISSUER container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.
For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images
Pull Latest Image Download the container image from the registry
docker pull cleanstart/step-issuer:latest
docker pull cleanstart/step-issuer:latest-dev
Basic Run Run the container entrypoint with basic configuration
docker run -it --entrypoint /bin/bash --name step-issuerrrrr-testsss cleanstart/step-issuer:latest-dev
Production Deployment Deploy with production security settings
docker run -d --name step-issuer-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/step-issuer:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:2edebce5b…
Size
62.8 MB
Last updated
about 1 hour ago
docker pull cleanstart/step-issuer