From cdad58ae28fed42a1b1cbfa65866b4777cf1853e Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Mon, 13 Jul 2026 05:52:00 +0000 Subject: [PATCH] fix: add network=host to dashboard buildx build step Root cause confirmed: BuildKit sandbox creates isolated network namespace that cannot resolve DNS even though the pod itself can. The buildx_flags --driver-opt network=host only affects the buildkit daemon creation, not the actual build steps. Adding network: host passes --network=host to docker buildx build, making RUN steps use host networking. --- .woodpecker/build-3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/build-3.yml b/.woodpecker/build-3.yml index 97ac047..5f6948c 100644 --- a/.woodpecker/build-3.yml +++ b/.woodpecker/build-3.yml @@ -198,6 +198,7 @@ steps: buildx_image: registry.celestium.life/dockerhub-cache/moby/buildkit:buildx-stable-1 add_host: registry.celestium.life:10.1.1.12 buildx_flags: --driver-opt network=host + network: host insecure: true buildkit_config: | [registry."registry.celestium.life"]