ci(ariadne): use host networking for buildx image builds
This commit is contained in:
parent
e36fc5229d
commit
831a0fda1b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user