Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
100K+
Verified GLIBC Container Image
A hardened, minimal GLIBC 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/glibc:latest
docker pull cleanstart/glibc:latest-dev
Basic Run Run the container with basic configuration
docker run -it --name glibc-test cleanstart/glibc:latest-dev /bin/bash
Production Deployment Deploy with production security settings
docker run -d --name glibc-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/glibc:latest \
tail -f /dev/null
Volume Mount Mount local directory for persistent data
docker run -d -v $(pwd)/data:/data cleanstart/glibc:latest-dev tail -f /dev/null
Why Use CleanStart Images
Content type
Image
Digest
sha256:26c456179…
Size
28.6 MB
Last updated
about 18 hours ago
docker pull cleanstart/glibc