Use new builder image

This commit is contained in:
Colin Walters 2023-11-04 15:37:18 -04:00
parent 9ff4c9a6cd
commit f57f37ea4e
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: registry.gitlab.com/centos/cloud/sagano-builder/centos:stream9
image: quay.io/centos-boot/builder:latest
options: --privileged
strategy:

View file

@ -234,7 +234,7 @@ spec:
- name: PLATFORM
value: linux/amd64
- name: BUILDER_IMAGE
value: quay.io/bcook/ostree-builder:latest
value: quay.io/centos-boot/builder:latest
runAfter:
- clone-repository
taskRef:
@ -269,7 +269,7 @@ spec:
- name: PLATFORM
value: linux/arm64
- name: BUILDER_IMAGE
value: quay.io/bcook/ostree-builder:latest
value: quay.io/centos-boot/builder:latest
runAfter:
- clone-repository-arm64
taskRef:
@ -304,7 +304,7 @@ spec:
- name: PLATFORM
value: linux/s390x
- name: BUILDER_IMAGE
value: quay.io/bcook/ostree-builder:latest
value: quay.io/centos-boot/builder:latest
runAfter:
- clone-repository-s390x
taskRef:
@ -339,7 +339,7 @@ spec:
- name: PLATFORM
value: linux/ppc64le
- name: BUILDER_IMAGE
value: quay.io/bcook/ostree-builder:latest
value: quay.io/centos-boot/builder:latest
runAfter:
- clone-repository-ppc64le
taskRef: