Sign inSign up

cleanstart/temurin

Verified Publisher

By CleanStart

Updated about 22 hours ago

Deploy, scale, and secure critical infrastructure with Cleanstart's hardened container images.

Image
Languages & frameworks
0

10K+

cleanstart/temurin repository overview

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

Pull Latest Image

Download the container image from the registry:

docker pull cleanstart/temurin:latest
docker pull cleanstart/temurin:latest-dev

Interactive Development

Start interactive session for development:

docker run -d --name temurin-prod --read-only --security-opt=no-new-privileges --user 1000:1000 cleanstart/temurin:latest

Run Hello World

Execute a simple Hello World program:

docker run --rm -v $(pwd):/app -w /app cleanstart/temurin:latest-dev python --version

Port Forwarding

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

  • Verified — Built from source with verifiable software provenance
  • Hardened — Minimal software footprint designed for secure deployment
  • Transparent — SBOM available for visibility into image contents
  • Production-ready — Built for modern container environments

Tag summary

Content type

Image

Digest

sha256:b4b3d6152

Size

318.3 MB

Last updated

about 23 hours ago

docker pull cleanstart/temurin