Colin Walters

Results 550 issues of Colin Walters

When [transient etc](https://containers.github.io/bootc/filesystem.html#enabling-transient-etc) is enabled it is a nonsensical operation to attempt to configure credentials in `config.toml` (the same with kickstart). The idea of transient /etc is that the container...

Some users want to hard require OS-level disk encryption even in cloud environments because it's provable at the OS level that it works. Also, some people want to do testing...

- Avoids redundant code - Doesn't ignore parameters on type mismatches Motivated specifically by me having a typo in my optional parameter name when developing. Note: I only changed a...

The goal is to lower the amount of tokens the LLM needs to parse for large commands like `make` and `cargo build`. Most of the time they only need stderr...

It pretty commonly happens in my code (and I'm sure others) that specific sections end up duplicated in multiple places. Unit tests for example can end up looking pretty repetitive...

See https://github.com/containers/composefs-rs/issues/132 Basically let's consider adding parent directories by default which would paper over this docker/podman issue. As is though this will blow out layer caches (because the tar stream...

kind/enhancement
area/build-chunked

Today all the rechunking code is oriented around ostree. But since https://github.com/bootc-dev/bootc/pull/887 landed we can now add something like `--format=plain` or so which doesn't involve ostree. The massive complexity though...

area/build-chunked

We have a big legacy of many different test frameworks here; the most dominant one uses CoreOS tech, which totally makes sense and works well. However, if we ported them...

Closes: https://github.com/coreos/rpm-ostree/issues/5324

do-not-merge/work-in-progress

Our current docs suggest `podman run -v /var/lib/containers/storage:/var/lib/containers/storage` but for rootless we need `~/.local/share/containers/storage` which is non-obvious and confusing to users. In https://github.com/containers/bootc/pull/919 I wrote some code to automatically do...

kind/enhancement
priority/medium
triaged
area/build-chunked