-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Native Container Build failed on symbolic linked folder #24601
Comments
This sounds like a docker issue. Perhaps trying a newer version of Docker could improve things? |
@geoand Here my
|
@stefanwendelmann I recall having an issue with directories way back in the day. This helped me: #9816 (comment) Perhaps this could be solved by some checkbox in Docker Desktop GUI too? You can check the screenshot linked above... |
@stefanwendelmann I tried with Podman, but... containers/podman#14414 |
It works for me these days:
|
Describe the bug
Building a native executable with the maven flag
-Dquarkus.native.container-build=true
leads to an error when running on a symbolic linked folder.When switching to the original path, it works.
Expected behavior
Works with symbolic linked folder
Actual behavior
How to Reproduce?
.\mvnw package -Pnative "-Dquarkus.native.container-build=true"
Output of
uname -a
orver
Windows 10
Output of
java -version
openjdk version "11.0.13" 2021-10-19 LTS OpenJDK Runtime Environment Microsoft-27990 (build 11.0.13+8-LTS) OpenJDK 64-Bit Server VM Microsoft-27990 (build 11.0.13+8-LTS, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.5.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.4
Additional information
No response
The text was updated successfully, but these errors were encountered: