Deploy, scale, and secure critical infrastructure with Cleanstart's hardened container images.
10K+
Verified TEMURIN Container Image
A hardened, minimal TEMURIN 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
Download the container image from the registry:
docker pull cleanstart/temurin:latest
docker pull cleanstart/temurin:latest-dev
Start interactive session for development:
docker run -d --name temurin-prod --read-only --security-opt=no-new-privileges --user 1000:1000 cleanstart/temurin:latest
Execute a simple Hello World program:
docker run --rm -v $(pwd):/app -w /app cleanstart/temurin:latest-dev python --version
Run application with port forwarding:
docker run -d --name temurin-app -p 8000:8000 -v $(pwd):/app -w /app cleanstart/temurin:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:b4b3d6152…
Size
318.3 MB
Last updated
about 23 hours ago
docker pull cleanstart/temurin