Skip to content

Commit dd95caa

Browse files
committed
Current Java 21 mandrel and JDK 21.0.5+11
1 parent 8e21f90 commit dd95caa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

builder-quarkus/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM --platform=$TARGETPLATFORM maven:3.9.9-eclipse-temurin-21@sha256:d98e229685654e7c38a2f121bdf3766505c7fe6841284e45d46ed0411cd480a1 as maven
1+
FROM --platform=$TARGETPLATFORM maven:3.9.9-eclipse-temurin-21@sha256:9ae8f001f2d978fdfe36052cc9950eda99929d410e2b1f03bd35c09f49890fc9 as maven
22

33
FROM --platform=$TARGETPLATFORM yolean/builder-base as mandrel
44
ARG TARGETARCH
55
ARG JAVA_VERSION=java21
6-
ARG MANDREL_VERSION=23.1.4.0-Final
6+
ARG MANDREL_VERSION=23.1.5.0-Final
77

88
RUN set -ex; \
99
ARCH=$TARGETARCH; \

runtime-quarkus-dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ FROM --platform=$TARGETPLATFORM yolean/builder-quarkus as maven
33
RUN mkdir -p /home/nonroot/.m2
44

55
# Note the hardcoded JAVA_VERSION string below, and in runtime-quarkus-ubuntu-jre
6-
FROM --platform=$TARGETPLATFORM eclipse-temurin:21.0.4_7-jdk@sha256:e538e34d1df871c9b7da571582cdc49538f1eaee1dacbfb317a3e7f54abeebae as jdk
6+
FROM --platform=$TARGETPLATFORM eclipse-temurin:21.0.5_11-jdk@sha256:30cda4693fbb923f2145a0a4e23d03e75b0477df5daccd12049e372e4337aa59 as jdk
77

88
RUN echo "JAVA_VERSION=$JAVA_VERSION"
99

1010
FROM --platform=$TARGETPLATFORM yolean/runtime-quarkus-ubuntu:root
1111

1212
# Version here must match that of JRE above
1313
# Path must be that of runtime-quarkus + $JAVA_HOME/bin
14-
ENV JAVA_VERSION=jdk-21.0.4+7 \
14+
ENV JAVA_VERSION=jdk-21.0.5+11 \
1515
JAVA_HOME=/opt/java/openjdk \
1616
MAVEN_HOME=/usr/share/maven \
1717
MAVEN_CONFIG=/home/nonroot/.m2 \

runtime-quarkus-ubuntu-jre/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM --platform=$TARGETPLATFORM yolean/runtime-quarkus-ubuntu:root
66

77
# Version here must match that of JRE above
88
# Path must be that of runtime-quarkus-dev + $JAVA_HOME/bin
9-
ENV JAVA_VERSION=jdk-21.0.4+7 \
9+
ENV JAVA_VERSION=jdk-21.0.5+11 \
1010
JAVA_HOME=/opt/java/openjdk \
1111
PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1212

0 commit comments

Comments
 (0)