[sandbox]
name = "java"
base_image = "eclipse-temurin:21-alpine"
[resources]
vcpus = 2
memory_mb = 1024
[security]
profile = "moderate"
[security.domains]
allow = ["repo1.maven.org", "repo.maven.apache.org"]
[template]
description = "Eclipse Temurin JDK for Java development"
category = "Languages"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: java -version
Binaries available: java, javac
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""