Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GC-Forge runner image — embeds the workload harness on Temurin 21.
# Used by `make demo` (iter 1) and by the DockerRunner backend (iter 3).

FROM eclipse-temurin:21-jdk-jammy
FROM eclipse-temurin:25-jdk-jammy

LABEL org.opencontainers.image.title="gc-forge-runner"
LABEL org.opencontainers.image.description="GC-Forge workload harness on Eclipse Temurin 21."
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.jdk17
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Sibling of Dockerfile (which targets Temurin 21). Used to produce the
# JDK-17 half of the GC-Insight learning corpus.

FROM eclipse-temurin:17-jdk-jammy
FROM eclipse-temurin:25-jdk-jammy

LABEL org.opencontainers.image.title="gc-forge-runner"
LABEL org.opencontainers.image.description="GC-Forge workload harness on Eclipse Temurin 17."
Expand Down
Loading