Skip to content

Commit

Permalink
docker: update riscv64 JDK11_BOOT_DIR to use /usr/lib/jvm/jdk-11 (ado…
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Mar 5, 2024
1 parent 4b05441 commit d80c1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/docker/Dockerfile.Ubuntu2004-riscv64
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN groupadd -g 1000 ${user}
RUN useradd -c "Jenkins user" -d /home/${user} -u 1000 -g 1000 -m ${user}

ENV \
JDK11_BOOT_DIR="/usr/lib/jvm/java-11-openjdk-riscv64" \
JDK11_BOOT_DIR="/usr/lib/jvm/jdk-11" \
JDK17_BOOT_DIR="/usr/lib/jvm/jdk-17" \
JDK19_BOOT_DIR="/usr/lib/jvm/jdk-19" \
JDK21_BOOT_DIR="/usr/lib/jvm/jdk-21" \
JAVA_HOME="/usr/lib/jvm/java-11-openjdk-riscv64"
JAVA_HOME="/usr/lib/jvm/jdk-11"

0 comments on commit d80c1c8

Please sign in to comment.