You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm having trouble with my setup and I'm not sure how to debug it. Basically I'm seeing the error
Build Failed: failed to dial gRPC: unable to upgrade to h2c, received 404
when running a docker_build, however running tilt docker --built . works fine. I am using minikube in rootless podman so I suspect there is something about that setup which is causing issues. Here is the output of doctor:
From John in tilt slack-
Hey, I'm having trouble with my setup and I'm not sure how to debug it. Basically I'm seeing the error
when running a docker_build, however running tilt docker --built . works fine. I am using minikube in rootless podman so I suspect there is something about that setup which is causing issues. Here is the output of doctor:
Usually i'd expect tilt to detect that podman doesn't support buildkits grpc protocol and fallback to the rest protocol.
Might be related to recent updates to docker client libs
Current workaround is to set DOCKER_BUILDKIT=0 in the env
The text was updated successfully, but these errors were encountered: