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 360a9b0 commit cae9ebbCopy full SHA for cae9ebb
Dockerfile
@@ -76,7 +76,7 @@ RUN --mount=type=secret,id=oracle_java8_token,uid=1001,gid=1001,mode=0400 <<-EOT
76
set -eux
77
sudo mkdir -p /usr/lib/jvm/oracle8
78
# turn off tracing before touching secrets
79
- set +x
+ # debug set +x
80
ORACLE_JAVA8_TOKEN="$(cat /run/secrets/oracle_java8_token)"
81
sudo curl -L --fail -H "token:${ORACLE_JAVA8_TOKEN}" https://java.oraclecloud.com/java/8/latest/jdk-8-linux-x64_bin.tar.gz | sudo tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
82
unset ORACLE_JAVA8_TOKEN
0 commit comments