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

Docker Native packaging fails if there is an existing args file in the target directory #1048

Closed
alvarosanchez opened this issue Apr 2, 2024 · 0 comments · Fixed by graalvm/native-build-tools#589
Labels
info: workaround available A workaround is available for the issue type: bug Something isn't working

Comments

@alvarosanchez
Copy link
Member

[INFO] ---> 3fe697df233a
[INFO] Step 13/24 : COPY *.args /home/app/graalvm-native-image.args
[INFO]
[ERROR] When using COPY with more than one source file, the destination must be a directory and end with a /
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

Workaround is to run mvn clean before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info: workaround available A workaround is available for the issue type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant