eclipse-temurin

official tools

eclipse-temurin:21 — packaged as a smolmachine

linux/amd64
by smolmachines updated 7/20/2026
pull
smolvm pack pull registry.smolmachines.com/library/eclipse-temurin:21
how to use

Verified steps — with the smolvm CLI installed:

# Pull (amd64)

smolvm pack pull registry.smolmachines.com/library/eclipse-temurin:amd64 -o eclipse-temurin.smolmachine

# Run a one-off command — ephemeral, the VM is discarded when it exits

smolvm pack run --sidecar eclipse-temurin.smolmachine /__cacert_entrypoint.sh

# Or run it as a persistent machine — create, start, exec, stop

smolvm machine create --name eclipse-temurin --from eclipse-temurin.smolmachine
smolvm machine start --name eclipse-temurin
smolvm machine exec --name eclipse-temurin -- /__cacert_entrypoint.sh
smolvm machine stop --name eclipse-temurin
tags
tagdigestsizeplatformscreated
21209 MB
linux/amd64
7/20/2026
latest209 MB
linux/amd64
7/20/2026
configuration
base image eclipse-temurin:21
mode container
entrypoint /__cacert_entrypoint.sh
workdir /
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform linux/amd64
smolvm version 1.2.1
environment
PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin JAVA_HOME=/opt/java/openjdk LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 JAVA_VERSION=jdk-21.0.11+10