Skip to content

Commit

Permalink
CI Docker to support integration tests with Rocky OS + jdk17 (#11259)
Browse files Browse the repository at this point in the history
Part of : #11121

Install jdk17 in the Rocky CI Docker image to support rapids integration tests with jdk17

Signed-off-by: NVTIMLIU <70000568+nvauto@users.noreply.github.com>
Co-authored-by: NVTIMLIU <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
NvTimLiu and nvauto authored Jul 26, 2024
1 parent 273af38 commit 4bdbd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Dockerfile-blossom.integration.rocky
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG URM_URL
# Install jdk-8, jdk-11, maven, docker image
RUN yum update -y && \
yum install epel-release -y && \
yum install -y java-1.8.0-openjdk-devel java-11-openjdk-devel wget expect rsync zip unzip procps
yum install -y java-1.8.0-openjdk-devel java-11-openjdk-devel java-17-openjdk-devel wget expect rsync zip unzip procps

# The plugin: net.alchim31.maven requires a higher mvn version.
ENV MAVEN_HOME "/usr/local/apache-maven-3.6.3"
Expand Down

0 comments on commit 4bdbd19

Please sign in to comment.