Merge pull request #277 from cgwalters/use-bib

build: Use bib
This commit is contained in:
Colin Walters 2024-02-14 09:01:47 -05:00 committed by GitHub
commit a3e8fac0de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
}