Colin Walters

Results 550 issues of Colin Walters

With the latest `cargo xtask test-tmt` which *mostly* just calls out to the new tmt bootc glue, what I get by default is ``` Cause number 1: provision step failed...

area/ci

Today we have [offline updates](https://containers.github.io/bootc/registries-and-offline.html), but it doesn't mix in an obviously easy way with [logically bound images](https://containers.github.io/bootc/logically-bound-images.html). What I'm thinking about here is that if one provides either an...

enhancement
area/client
area/logically-bound-images

I really wanted to avoid bootc being involved in being a "build system" - we should clearly support multiple build systems. Right now we have `bootc container lint` which is...

enhancement
area/container-lint

Today for install we require the base image *and* LBIs to be in the source root container storage. Having them required to be in the same container storage I think...

area/install
area/logically-bound-images

There's tools like https://github.com/apps/coderabbitai that may make sense for us to investigate. Let's do this after the CNCF repository transfer which hopefully we can do this week.

enhancement
area/ci

TL;DR change `bootc install` to run `bootc container lint --fatal-only` *before* we start an install at all. --- Our base image has an empty `/var`, and things like RPMs/debs that...

enhancement
area/install

At least the fedora-bootc base image enables `bootc-fetch-apply-updates.service` by default, which can be surprising to some, even though it's documented. One thing that would likely help is to do the...

enhancement
triaged
area/client

See all the discussion previously in https://github.com/coreos/rpm-ostree/pull/2862 We should do this here too. Note that the default upstream I think is changing to do this by default, but we should...

enhancement
triaged
area/client

This is needed for my "registry frontend for containers-storage" project, but should also be useful in general as we've discussed moving checksum verification into callers. Then there's no need for...

I almost always stop people who say "image" without qualification because disk images are very different from container images. There's a lingering confusion that bootc-image-builder builds bootc images, which is...