Skip to content

v0.2.1 — OpenJDK 11 (Temurin) baked in + repo rename

Choose a tag to compare

@ChrisSc ChrisSc released this 15 Jun 17:26
· 7 commits to main since this release
b4acebe

Added

  • Java runtime — Eclipse Temurin OpenJDK 11.0.31+11, baked into the image for
    JVM workloads (e.g. the IBKR Client Portal Gateway). Pinned to 11 (not 17+) on
    purpose — a bundled netty reflectively accesses java.nio.DirectByteBuffer, fatal
    on 17+. Fetched from Adoptium's GitHub releases with a per-arch SHA-256 gate, in
    line with the project's pinned/integrity-verified build convention. make smoke
    now asserts the java / JAVA_HOME wiring, and the seeded ENVIRONMENT.md lists
    the JVM.

Changed

  • Repository renamed to claude-devcontainer; in-repo references and the README CI
    badge updated to the new path.