Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Use new builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Nov 4, 2023
1 parent 9ff4c9a commit f57f37e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .tekton/ostree-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f57f37e

Please sign in to comment.