We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8u392-b08-jdk-alpine
24.0.7
In 8/jdk/alpine/Dockerfile, the src.zip file is definitely ${JAVA_HOME}/src.zip.
So, the
rm -f /tmp/openjdk.tar.gz ${JAVA_HOME}/lib/src.zip;
should be following
rm -f /tmp/openjdk.tar.gz ${JAVA_HOME}/src.zip;
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Please add the exact image (with tag) that you are using
8u392-b08-jdk-alpine
Please add the version of Docker you are running
24.0.7
What happened?
In 8/jdk/alpine/Dockerfile, the src.zip file is definitely ${JAVA_HOME}/src.zip.
So, the
should be following
Relevant log output
No response
The text was updated successfully, but these errors were encountered: