ci(ariadne): use host networking for buildx image builds

This commit is contained in:
codex 2026-04-21 18:48:48 -03:00
parent e36fc5229d
commit 831a0fda1b

2
Jenkinsfile vendored
View File

@ -331,6 +331,7 @@ printf '%s\n' "${gate_rc}" > build/quality-gate.rc
} }
retry_buildx \ retry_buildx \
--platform linux/arm64 \ --platform linux/arm64 \
--network host \
--file Dockerfile.base \ --file Dockerfile.base \
--tag "${REGISTRY}/ariadne-base:py312" \ --tag "${REGISTRY}/ariadne-base:py312" \
--push \ --push \
@ -360,6 +361,7 @@ printf '%s\n' "${gate_rc}" > build/quality-gate.rc
} }
retry_buildx \ retry_buildx \
--platform linux/arm64 \ --platform linux/arm64 \
--network host \
--tag "${IMAGE}:${VERSION_TAG}" \ --tag "${IMAGE}:${VERSION_TAG}" \
--tag "${IMAGE}:latest" \ --tag "${IMAGE}:latest" \
--push \ --push \