Skip to content

Commit 371cea6

Browse files
committed
java 25 ubi8
1 parent cdff961 commit 371cea6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

common/jenkins-agents/jdk/docker/Dockerfile.ubi8

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV JAVA_TOOL_OPTIONS="-XX:+UnlockExperimentalVMOptions -Dsun.zip.disableMemoryM
2626

2727
# Install Java devel 11, 17 21 and binutils
2828
# Note: use java scripts are executed to test the scripts but also use-j11.sh in called 3nd place to set is as default version
29-
RUN yum install -y java-11-openjdk-devel java-17-openjdk-devel java-21-openjdk-devel binutils && \
29+
RUN yum install -y java-11-openjdk-devel java-17-openjdk-devel java-21-openjdk-devel java-25-openjdk-devel binutils && \
3030
yum clean all -y && \
3131
rm -rf /var/cache/yum
3232

@@ -36,11 +36,12 @@ RUN chmod +x /usr/local/bin/use-j*.sh && \
3636
chmod ugo+s /usr/local/bin/use-j*.sh && \
3737
sh -c 'chmod ugo+s $(which alternatives)' && \
3838
ls -la /usr/local/bin/use-j*.sh && \
39-
echo "--- STARTS JDK 11/17/21 TESTS ---" && \
39+
echo "--- STARTS JDK 11/17/21/25 TESTS ---" && \
4040
use-j11.sh && \
41-
use-j21.sh && \
4241
use-j17.sh && \
43-
echo "--- ENDS JDK 11/17/21 TESTS ---"
42+
use-j25.sh && \
43+
use-j21.sh && \
44+
echo "--- ENDS JDK 11/17/21/25 TESTS ---"
4445

4546
# Set maven (nexus+proxy) and gradle (proxy) settings
4647
ENV MAVEN_OPTS="-Duser.home=$HOME" \

0 commit comments

Comments
 (0)