-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Building a native image with minikube docker fails #7158
Comments
|
For me, the same thing happens without minikube installed. Just setting up a project and running |
@geoand any thoughts? |
Building a native image with any docker daemon other than the localhost daemon will fail because the jar is built locally, not on whatever host the daemon is running |
Ok then, should we close this as a "wont fix"? (or is this something we should cover)? |
We should probably close since it's a duplicate of #1610 |
Describe the bug
Since I use minikube on my machine, I don't want to switch back and forth with Docker to build my native image which use a lot of resources.
I directly use minikube docker with:
and it fails with:
I've checked
gos-arrow-0.0.1-runner.jar
is in the target directory.Expected behavior
Should build the native image
Actual behavior
Fail
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
1.3.0.Alpha1
The text was updated successfully, but these errors were encountered: