Files
stonks-oracle/.woodpecker
Celes Renata cdad58ae28 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.
2026-07-13 05:52:00 +00:00
..