We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e82f4d commit 251bc29Copy full SHA for 251bc29
Dockerfile
@@ -24,8 +24,7 @@ RUN set -eux; \
24
ENV LANG="en_US.UTF-8" \
25
JAVA_HOME="/usr/local/java" \
26
PATH="/operator:$JAVA_HOME/bin:$PATH" \
27
- JAVA_VERSION="16" \
28
- JAVA_URL="https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-x64_bin.tar.gz"
+ JAVA_URL="https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-x64_bin.tar.gz"
29
30
# Install Java and make the operator run with a non-root user id (1000 is the `oracle` user)
31
RUN set -eux; \
0 commit comments