-
Notifications
You must be signed in to change notification settings - Fork 423
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
Docker Maven JAVA_HOME #282
Comments
May be related to #281 ? (Just based on timing, I did not look into it) |
what image tag, what command,... are you trying to use |
Have same issue when use maven:latest when build docker container (command mvn build clean). When i am change it to maven:3.8.4 all build successful. |
|
I am trying to use the maven:latest. The command was "mvn clean package" |
without more details I cannot help. This works in this repo
|
what details do you need? and when im do: i get this error: if i change Dockerfile to all build successful |
what's the output of
|
|
yeah, so it is the same as #281 |
it will be fixed? |
you have the answer in adoptium/containers#215 (comment) |
thx, it work again! |
Using the latest version of the maven Docker image, I now get this error: The JAVA_HOME environment variable is not defined correctly.
I never encountered this issue with previous versions of the Maven Docker image. Is this by design and something I need to handle on my end?
The text was updated successfully, but these errors were encountered: