Skip to content

Commit

Permalink
Move GraalVM into /opt/java
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Aug 14, 2023
1 parent 2fbe9a4 commit e24445c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion jdk17-focal-graal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ RUN set -o errexit -o nounset \
&& which hg \
&& which svn

ENV JAVA_HOME=/opt/graalvm
ENV JAVA_HOME=/opt/java/graalvm
RUN set -o errexit -o nounset \
&& mkdir /opt/java \
\
&& echo "Downloading GraalVM" \
&& JDK_VERSION=17.0.8 \
&& GRAALVM_DOWNLOAD_SHA256=1dffdf5c7cc5bf38558e9f093eef6a14072a6dff0be3a9906208b37b53ecc009 \
Expand Down
4 changes: 3 additions & 1 deletion jdk17-graal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ RUN set -o errexit -o nounset \
&& which hg \
&& which svn

ENV JAVA_HOME=/opt/graalvm
ENV JAVA_HOME=/opt/java/graalvm
RUN set -o errexit -o nounset \
&& mkdir /opt/java \
\
&& echo "Downloading GraalVM" \
&& JDK_VERSION=17.0.8 \
&& GRAALVM_DOWNLOAD_SHA256=1dffdf5c7cc5bf38558e9f093eef6a14072a6dff0be3a9906208b37b53ecc009 \
Expand Down
4 changes: 3 additions & 1 deletion jdk20-graal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ RUN set -o errexit -o nounset \
&& which hg \
&& which svn

ENV JAVA_HOME=/opt/graalvm
ENV JAVA_HOME=/opt/java/graalvm
RUN set -o errexit -o nounset \
&& mkdir /opt/java \
\
&& echo "Downloading GraalVM" \
&& JDK_VERSION=20.0.2 \
&& GRAALVM_DOWNLOAD_SHA256=941a85a690e7b1c4e1fcfac321561ca46033bba3ac4882dd15d4f45edd06726c \
Expand Down

0 comments on commit e24445c

Please sign in to comment.