mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 05:20:45 +00:00
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
This commit is contained in:
parent
45ba3ce4f9
commit
8791b5bcf2
3 changed files with 4 additions and 4 deletions
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue