-
Notifications
You must be signed in to change notification settings - Fork 77
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
/project dir unmodifiable #167
Comments
Already fixed: https://quarkus.io/version/main/guides/building-native-image#multistage-docker.
|
@cescoffier But made some fixes to prevent permissions problems with target dir
|
Do you mean that even with the new one you have permission issues? |
yep, like this - Quarkus code generation phase has failed: Failed to create the output dir /code/target/classes simple docker file to reproduce
|
Except that: this pipeline works for me... so it definitely platform specific. I need to test with your permissions to see if that still works. |
Ok, this is really weird, because it seems that now I need the same permission changes.... |
…the right permissions. Fix quarkusio/quarkus-images#167 It was not required until recent docker versions (on Mac, it seems to have been required on Linux). Setting permissions works for both older and new Docker versions.
Opened quarkusio/quarkus#19988. |
Hi, there
When used Dockerfile to multistage build from here got next error:
Think that /project unmodifiable so any changes by RUN ./mvnw -s package just cleared
There is properly Dockerfile for that?
The text was updated successfully, but these errors were encountered: