Michael Vogt

Results 137 comments of Michael Vogt

Fwiw, I implemented a "offline-bundle" idea that kinda-formalizes this, we could look into switching the executor to use this but functional it should be equivalent to the (pre)existing implementation in...

Thanks for reporting this issue - for context, could you please attach or paste the /etc/os-release ? We can/could implement the ID_LIKE fallback, the only complication is that our current...

Having ID_LIKE + VERSION_LIKE would be ideal, if that is available it could be (relatively) easily added. AIUI VERSION_LIKE is not an official key though (not part of the os-release...

> Maybe fallout from [containers/bootc@0527ca9](https://github.com/containers/bootc/commit/0527ca96202633625f79dfe06277b96cfb522000) - we're doing a lot more in bootc's install path now? I haven't tested cross arch in a while We had cross arch as part...

FTR, the qemu-user openat2 support is now merged upstream, we "just" need to backport it to the podman-machine image (which is f40 afaik(?)).

> Looks like: > > * qemu-user 9.2 is the version that will contain this feature as far as i can tell (its the one whose [feature freeze date](https://wiki.qemu.org/Planning/9.2) was...

> > we "just" need to backport it to the podman-machine image (which is f40 afaik(?)). > > I tried modifying the containerfile to include [this copr repo](https://github.com/osbuild/bootc-image-builder/issues/619#issuecomment-2360569582), but that...

It looks like this might be https://gitlab.com/qemu-project/qemu/-/issues/2027 - the backtrace is slightly different but the reproducer is essentially just `x509.SystemCertPool()` which is also called in skopeo (indirectly via `vendor/github.com/containers/image/v5/pkg/tlsclientconfig/tlsclientconfig.go). The...

Thanks! Then its not the different page-sizes, that is good to know. Reading the backtrace closely it looks like it dies in `skopeo experimental-image-proxy` so it might be nice to...

Thanks for your issue report. Can you please provide the commandline(s) you used so that we can try to reproduce the issue?