temurin
Deploy, scale, and secure critical infrastructure with Cleanstart's hardened container images.
10K+
Container Documentation for Temurin
The CleanStart Temurin image provides a production-ready, security-hardened container optimized for enterprise environments. Built on a minimal base OS with comprehensive security hardening, this image delivers reliable application execution with advanced security features.
Description: Security-hardened, minimal base OS designed for enterprise containerized environments.
Image Path: cleanstart/temurin:latest
Registry: Docker Hub
Core capabilities and strengths of this runtime container
Typical scenarios where this container excels
Download the container image from the registry
docker pull cleanstart/temurin:latest
docker pull cleanstart/temurin:latest-devStart 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
Configuration options available through environment variables
| Variable | Default | Description |
|---|---|---|
| PATH | //usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | System PATH configuration |
Recommended security configurations and practices
Recommended security context for Kubernetes deployments
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
CleanStart Images: https://images.cleanstart.com/
Community Images:
Docker Hub: https://hub.docker.com/u/cleanstart
GitHub: https://github.com/cleanstart-containers
AWS ECR Public Gallery: https://gallery.ecr.aws/cleanstart/
Presence on Social Media:
Community: https://www.linkedin.com/groups/18324021/
YouTube: https://www.youtube.com/@CleanStartOfficial
Contribute to Container Use Cases: https://github.com/cleanstart-dev/cleanstart-use-cases/
Content type
Image
Digest
sha256:633bf34bd…
Size
266 Bytes
Last updated
1 day ago
docker pull cleanstart/temurin:sha256-cef701d3af0b121a4ff62e7a0cdab715eb897b4e3a27b66ffb5aae21d96f1ee9.sig