bootc-image-builder
bootc-image-builder copied to clipboard
A container for deploying bootable container images.
Bumps the go-deps group in /bib with 1 update: [github.com/osbuild/images](https://github.com/osbuild/images). Updates `github.com/osbuild/images` from 0.78.0 to 0.79.0 Release notes Sourced from github.com/osbuild/images's releases. 0.79.0 Changes with 0.79.0 Bump VERSION_RAWHIDE to 42...
1. pull bootc image: ``` podman pull quay.io/centos-bootc/centos-bootc:stream10 ``` 2. run bib command to build qcow image: ``` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v...
This PR contains the following updates: | Package | Change | Notes | |---|---|---| | quay.io/redhat-appstudio-tekton-catalog/task-build-image-manifest | `399ab50` -> `8b24f9a` | | | quay.io/redhat-appstudio-tekton-catalog/task-buildah | `6b60c11` -> `d140c0c` | |...
This allows us to quickly enable lvm. Draft as I think we need to decide on the UX, i.e. if this should be done via the blueprint config or commandline...
[draft as this needs tests] In PR#608 we dropped the container entrypoint and moved the logic to detect what command to run into the cobra parsing. However it seems certain...
1. execute command: sudo podman run --rm -it --privileged --entrypoint=/usr/bin/bootc-image-builder quay.io/centos-bootc/bootc-image-builder:latest completion test 2. it need throw error since bib doesn't support completion test subcommand 3. But actually it normally...
Some packages can't be found in CS10, when build anaconda-iso image. ``` Trying to pull quay.io/centos-bootc/bootc-image-builder:latest... Getting image source signatures Copying blob sha256:5c3fe7653bc1e6d5b534df2962c6bd218b12400cb717ed24270f074b8a100358 Copying blob sha256:caeb080358bd2b7d19699e6c29e9c648077771530af11fb2ec12edcd1d568b2e Copying blob sha256:7ea443b6027019b188c84390ea6f8bb2cc2839dc12cb836ed2c98a65df6d82eb Copying...
Build Fedora 40 aarch64 anaconda-iso on aarch64 server with command `sudo podman run --rm -it --privileged --pull=newer --tls-verify=false --security-opt label=type:unconfined_t -v /var/ARTIFACTS/work-anaconda-isozv2m_v9i/tmt/plans/bib-image/anaconda-iso/discover/default-0/tests/output:/output -v /var/lib/containers/storage:/var/lib/containers/storage quay.io/centos-bootc/bootc-image-builder:latest --type anaconda-iso --tls-verify=false --target-arch aarch64...
This update configures the SAST task to upload SARIF results to quay.io for long-term storage Please note that this PR was automatically generated and may include unrelated changes due to...
https://github.com/osbuild/bootc-image-builder/blob/b479892c92f0aabf9d22878021c0d11db1abac19/bib/internal/setup/setup.go#L46 Should say `this must be a tmpfs as we cannot` :) Too minor to make a whole PR for though.