Merge pull request #14 from cgwalters/use-new-builder
Use new builder image
This commit is contained in:
commit
af9728c333
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue