minikube image build path handling issue in Windows #15007
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
os/windows
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
What Happened?
**/Dockerfile*
minikube image build -t myproject:latest -f subfolder/Dockerfile .
--> C:\Users\user\AppData\Local\Temp\build.xxxxxxxxxx.tar is missing subfolder\Dockerfile and the build obviously fails within Minikube VM due to missing Dockerfile
minikube image build -t myproject:latest -f subfolder\Dockerfile .
--> C:\Users\user\AppData\Local\Temp\build.xxxxxxxxxx.tar contains subfolder\Dockerfile, but the build obviously fails within Minikube VM because subfolder\Dockerfile is not a valid Linux path
Attach the log file
Operating System
Windows 10 Pro
Driver
Docker Desktop v4.12.0
The text was updated successfully, but these errors were encountered: