We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should be able to use the product to create valid docker images on M1 based Apple computers.
Current version does not work due to bug in underlying JNA implementation. The fix is available in https://github.com/docker-java/docker-java/releases/tag/3.2.14
Attempting to reuse existing infrastructure on M1 computers.
M1 based Apple laptop
The text was updated successfully, but these errors were encountered:
Any chance you can provide a pull request? It's likely just going to be a one-liner change.
Sorry, something went wrong.
Done @bmuschko
What versions of java does this occur on @ezarko?
The original JNA bug reported:
openjdk version "16" 2021-03-16 OpenJDK Runtime Environment (build 16+14) OpenJDK 64-Bit Server VM (build 16+14, mixed mode)
Successfully merging a pull request may close this issue.
Expected Behavior
We should be able to use the product to create valid docker images on M1 based Apple computers.
Current Behavior
Current version does not work due to bug in underlying JNA implementation. The fix is available in https://github.com/docker-java/docker-java/releases/tag/3.2.14
Context
Attempting to reuse existing infrastructure on M1 computers.
Steps to Reproduce (for bugs)
Your Environment
M1 based Apple laptop
The text was updated successfully, but these errors were encountered: