From 831a0fda1b9893cc6f1508d86c30822ce78c63e1 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 18:48:48 -0300 Subject: [PATCH] ci(ariadne): use host networking for buildx image builds --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 996ee45..afe7b99 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -331,6 +331,7 @@ printf '%s\n' "${gate_rc}" > build/quality-gate.rc } retry_buildx \ --platform linux/arm64 \ + --network host \ --file Dockerfile.base \ --tag "${REGISTRY}/ariadne-base:py312" \ --push \ @@ -360,6 +361,7 @@ printf '%s\n' "${gate_rc}" > build/quality-gate.rc } retry_buildx \ --platform linux/arm64 \ + --network host \ --tag "${IMAGE}:${VERSION_TAG}" \ --tag "${IMAGE}:latest" \ --push \