Merge pull request #14 from cgwalters/use-new-builder

Use new builder image
This commit is contained in:
Colin Walters 2023-11-04 15:58:33 -04:00 committed by GitHub
commit af9728c333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: