build: Use bib

- It's not worth shipping around a distinct build container;
  bootc-image-builder already has all the dependencies we need
  since 44d15acded
- I'd like to add a more first-class mechanism in bib to build
  base images
This commit is contained in:
Colin Walters 2024-02-08 14:30:58 -05:00
parent 45ba3ce4f9
commit 8791b5bcf2
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -68,7 +68,7 @@
},
{
"matchPackageNames": [
"quay.io/centos-bootc/builder"
"quay.io/centos-bootc/bootc-image-builder"
],
"pinDigests": false
}