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 runs-on: ubuntu-latest
container: container:
image: registry.gitlab.com/centos/cloud/sagano-builder/centos:stream9 image: quay.io/centos-boot/builder:latest
options: --privileged options: --privileged
strategy: strategy:

View File

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