Skip to content
New issue

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

[Bug]: path of src.zip is error #472

Open
hzfq opened this issue Jan 2, 2024 · 0 comments
Open

[Bug]: path of src.zip is error #472

hzfq opened this issue Jan 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hzfq
Copy link

hzfq commented Jan 2, 2024

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

rm -f /tmp/openjdk.tar.gz ${JAVA_HOME}/lib/src.zip;

should be following

rm -f /tmp/openjdk.tar.gz ${JAVA_HOME}/src.zip;

Relevant log output

No response

@hzfq hzfq added the bug Something isn't working label Jan 2, 2024
@hzfq hzfq changed the title [Bug]: path of src.zip is errot [Bug]: path of src.zip is error Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant