File tree Expand file tree Collapse file tree
common/jenkins-agents/jdk/docker Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4647ENV MAVEN_OPTS="-Duser.home=$HOME" \
You can’t perform that action at this time.
0 commit comments