Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
100K+
Verified BUSYBOX Container Image
A hardened, minimal BUSYBOX 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 Commands Download the BusyBox container images from the registry
docker pull cleanstart/busybox:latest
docker pull cleanstart/busybox:latest-dev
Basic Production Deployment Standard production deployment with recommended security settings
docker run -d --name busybox-test \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/busybox:latest sleep infinity
Development/Testing Development setup with debugging capabilities
docker run -it --privileged cleanstart/busybox:latest-dev /bin/sh
Why Use CleanStart Images
Content type
Image
Digest
sha256:a174065ec…
Size
28.4 MB
Last updated
about 1 hour ago
docker pull cleanstart/busybox