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 2d38d35 commit 3e85945Copy full SHA for 3e85945
Dockerfile
@@ -68,7 +68,7 @@ COPY --from=ghcr.io/graalvm/native-image-community:21-ol9 /usr/lib64/graalvm/gra
68
RUN <<-EOT
69
set -eux
70
sudo mkdir -p /usr/lib/jvm/oracle8
71
- sudo curl -L --fail "https://download.oracle.com/otn/java/jdk/8u441-b07/7ed26d28139143f38c58992680c214a5/jdk-8u441-linux-x64.tar.gz?AuthParam=1749061812_04c9734bb40ae3a2eebc1b5edce5453" | sudo tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
+ sudo curl -L --fail "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=252034_8a1589aa0fe24566b4337beee47c2d29" | sudo tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
72
EOT
73
74
# Install Ubuntu's OpenJDK 17 and fix broken symlinks:
0 commit comments