diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 13b9623..d500f4f 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest container: - image: quay.io/centos-bootc/builder:latest + image: quay.io/centos-bootc/bootc-image-builder:latest options: --privileged strategy: diff --git a/.tekton/ostree-build.yaml b/.tekton/ostree-build.yaml index 496b340..555f718 100644 --- a/.tekton/ostree-build.yaml +++ b/.tekton/ostree-build.yaml @@ -179,7 +179,7 @@ spec: - name: PLATFORM value: linux/amd64 - name: BUILDER_IMAGE - value: quay.io/centos-bootc/builder:latest + value: quay.io/centos-bootc/bootc-image-builder:latest - name: CONFIG_FILE value: $(params.config-file) runAfter: @@ -216,7 +216,7 @@ spec: - name: PLATFORM value: linux/arm64 - name: BUILDER_IMAGE - value: quay.io/centos-bootc/builder:latest + value: quay.io/centos-bootc/bootc-image-builder:latest - name: CONFIG_FILE value: $(params.config-file) runAfter: diff --git a/renovate.json b/renovate.json index 97ec3cd..9645556 100644 --- a/renovate.json +++ b/renovate.json @@ -68,7 +68,7 @@ }, { "matchPackageNames": [ - "quay.io/centos-bootc/builder" + "quay.io/centos-bootc/bootc-image-builder" ], "pinDigests": false }