Valentin Rothberg

Results 271 comments of Valentin Rothberg

@nalind wants to have a look at it this week.

An even better way would be to create a hash of zypper's cache directory (see https://stackoverflow.com/questions/545387/linux-compute-a-single-hash-for-a-given-folder-contents). This way, we can be really sure that nothing has changed.

https://github.com/fedora-sysv/chkconfig/pull/135 has been merged which should fix the issue.

I didn't fully read the code yet, so take my comment with a grain of salt. Isn't bootc reading the layers directly from the Skopeo socket? So I think OCI...

I _very strongly_ urge to not rewrite the containers/image library in Rust or any other language. There's close to a decade of work behind and it's used in the entire...

> confidential computing folks already did - just not all of it Do you have a pointer? Curious to catch up on that.

> https://github.com/confidential-containers/guest-components/blob/main/image-rs/docs/design.md#design > > IIRC, within Redhat they are in #forum-sandboxed-containers and #wg-confidential-computing in slack. Thanks for the pointers, @harche! So are Red Hatters contributing to the effort?

Thanks, @harche :) My intention is not to tell other teams what to do. But I've not heard of that effort yet and want to be aware (and let the...

I like @cgwalters idea as I interpret it as reducing complexity and a host dependency. `podman image mount` may come in handy.

Quadlet supports `.image` files now which can be directly referenced in `.container` files. Maybe that's a way to achieve a similar effect. The `.image` files don't yet (easily) allow for...