From 8791b5bcf2cc4270fe21fc12c4d4286ab409ded0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 8 Feb 2024 14:30:58 -0500 Subject: [PATCH] build: Use bib - It's not worth shipping around a distinct build container; bootc-image-builder already has all the dependencies we need since https://github.com/osbuild/bootc-image-builder/pull/176/commits/44d15acded8641499ea6b4c5d2acceb1bd9694b2 - I'd like to add a more first-class mechanism in bib to build base images --- .github/workflows/build-image.yml | 2 +- .tekton/ostree-build.yaml | 4 ++-- renovate.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 }