centos-bootc icon indicating copy to clipboard operation
centos-bootc copied to clipboard

Create and maintain base bootable container images from Fedora ELN and CentOS Stream packages

Results 16 centos-bootc issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | |---|---| | quay.io/redhat-appstudio-tekton-catalog/task-build-image-manifest | `4f8da01` -> `e064b63` | | quay.io/redhat-appstudio-tekton-catalog/task-clair-scan | `5bf4cd2` -> `44d0df7` | | quay.io/redhat-appstudio-tekton-catalog/task-deprecated-image-check | `0.3`...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

I stumbled upon this project which I find really interesting! As far as I understood it, this is just a regular CentOS-Stream container image including a kernel. I wanted to...

``` $ podman run --rm -ti quay.io/centos-bootc/centos-bootc:stream9 dnf -y install rootfiles ... Installing : rootfiles-8.1-31.el9.noarch 1/1 error: failed to open dir root of /root/: File exists ``` One can work...

When running a bootc image as an OCI contianer, embeded containers will fail. This is because OSTree on OSTree is not allower. Defaulting i /var/lib/containers/storage to a Volume fixes the...

See https://github.com/openshift/os/pull/1476#issuecomment-2050027990. ``` $ podman run -ti --rm quay.io/centos-bootc/centos-bootc:stream9 systemctl is-enabled dnf-makecache.timer enabled ``` But cc @dcantrell for his thoughts on the suggestion there.

See: - https://github.com/ostreedev/ostree/issues/1469 - https://pagure.io/workstation-ostree-config/pull-request/505

This relates to https://github.com/containers/bootc/issues/128 - but isn't quite the same thing. Let's use this as a tracker for supporting "nesting" container images. We should ideally support something like this: ```...