GoogleContainerTools / skaffold

Easy and Repeatable Kubernetes Development
https://skaffold.dev/
Apache License 2.0
14.93k stars 1.62k forks source link

cross-build should not use cli unless specified #9184

Open ericzzzzzzz opened 9 months ago

ericzzzzzzz commented 9 months ago

The ask in this issue, is to enable docker cross-platform builds without cli

enihcam commented 8 months ago

I have a similar situation here: I'm using custom buildCommand with buildah plus a remote private insecure image registry. I always get error Build Failed. Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Check if docker is running.

any dirty workarounds? Thanks. @ericzzzzzzz