File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : Temurin 23
1+ name : Temurin 24
22
33on :
44 workflow_dispatch :
1313 uses : ./.github/workflows/workflow-docker-build.yml
1414 with :
1515 jvm-type : jre
16- docker-context : temurin/23
16+ docker-context : temurin/24
1717 permissions :
1818 contents : read
1919 packages : write
2222 uses : ./.github/workflows/workflow-docker-build.yml
2323 with :
2424 jvm-type : jdk
25- docker-context : temurin/23
25+ docker-context : temurin/24
2626 permissions :
2727 contents : read
2828 packages : write
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ COPY --chown=formcentric:formcentric my-application.jar /formcentric/app.jar
7878Formcentric base images build upon the official [ Adoptium] ( https://adoptium.net ) images of the Eclipse Temurin
7979distribution (OpenJDK) and come in the following flavors:
8080
81- ### Java 23 (Until 18 Mar 2025)
81+ ### Java 24 (Until 16 Sep 2025)
8282
83- - ` ghcr.io/formcentric/java-base:23 -jre `
84- - ` ghcr.io/formcentric/java-base:23 -jdk `
83+ - ` ghcr.io/formcentric/java-base:24 -jre `
84+ - ` ghcr.io/formcentric/java-base:24 -jdk `
8585
8686### Java 21
8787
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ JAVA_VERSION = 24.0.1_9.1
Original file line number Diff line number Diff line change 11ARG JVM_TYPE=jre
2- ARG JAVA_VERSION=23 .0.2_7
2+ ARG JAVA_VERSION=24 .0.1_9.1
33ARG TEMURIN_VERSION=${JAVA_VERSION}-${JVM_TYPE}-noble
44FROM eclipse-temurin:${TEMURIN_VERSION}
55
File renamed without changes.
You can’t perform that action at this time.
0 commit comments