-
Notifications
You must be signed in to change notification settings - Fork 7
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
Caused by: java.lang.RuntimeException: java.io.IOException: com.sun.jna.LastErrorException: [2] No such file or directory #96
Comments
The problem can be fixed if the users know where, outside of the fedora VM created by podman on macos, they can find the following podman.sock file
If they set the DOCKER_HOST env var and run again the command, then they will got
We got nevertheless a new issue
If I execute maven in intellij we got a more verbose response message
|
Here is the content of the command executed to create the ephemeral container which is failing
|
Important If I disable That will fail too if I try to use
I was able to set properly the creds to push on quay and now build works :-)
Result: https://quay.io/repository/snowdrop/my-quarkus-app?tab=tags !! |
This issue is reporting issues with code not in this repository, but in my fork of this repo. |
Issue
I did a test using a fresh build on https://github.com/BarDweller/java-buildpack-client/tree/podman-workaround using
build-me
example and local podman 5.2.5 on macos and we got this error:The issue looks similar to this one: docker-java/docker-java#1956
@BarDweller
The text was updated successfully, but these errors were encountered: