Error: docker executable file not found when build in local cluster #8223
Labels
area/local
kind/bug
Something isn't working
needs-reproduction
needs reproduction from the maintainers to validate the issue is truly a skaffold bug
priority/p2
May take a couple of releases
Actual behavior
Since skaffold 1.36.0 when following quick start guide on host with no docker installed, I get the following error when running
skaffold dev
orskaffold run
:but
skaffold build
works file:running
dev
orrun
afterbuild
still does not work:while image present on minikube docker daemon registry:
Force using docker API is not helping:
Expected behavior
Working with minikube without requiring installed docker - just like in 1.35.0 and earlier versions.
P.S. Fedora (and other rhel-based distros) replaced docker with podman and podman cli is not compatible with docker daemon, so cannot be used as docker cli replacement for skaffold.
Information
Debug output
In debug I see that it cannot find built image and tries to rebuild it, but with local docker daemon instead of remote:
The text was updated successfully, but these errors were encountered: