ci(ariadne): rebuild missing base image in pipeline
This commit is contained in:
parent
98bf1044b5
commit
369760c841
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@ -298,6 +298,22 @@ printf '%s\n' "${gate_rc}" > build/quality-gate.rc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Build & push base image') {
|
||||||
|
steps {
|
||||||
|
container('builder') {
|
||||||
|
sh '''
|
||||||
|
set -euo pipefail
|
||||||
|
docker buildx build \
|
||||||
|
--platform linux/arm64 \
|
||||||
|
--file Dockerfile.base \
|
||||||
|
--tag "${REGISTRY}/ariadne-base:py312" \
|
||||||
|
--push \
|
||||||
|
.
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Build & push image') {
|
stage('Build & push image') {
|
||||||
steps {
|
steps {
|
||||||
container('builder') {
|
container('builder') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user