diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfa3bd69..d608e182 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.tekton/ostree-build.yaml b/.tekton/ostree-build.yaml index 834fac9b..43029d86 100644 --- a/.tekton/ostree-build.yaml +++ b/.tekton/ostree-build.yaml @@ -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: