Michael Vogt
Michael Vogt
Thanks for listing some of the planned content. I must say this makes me very uneasy. We have this very nice osbuild json format which is versioned and validated. Now...
> @mvo5 / @achilleas-k, since we/I only have a concrete example for the generator I propose the following: > > ``` > metadata: # instead of meta > generator: >...
Anything I can do here to help with this PR? If people are just busy that is fine of course (and I will be patient :)
Could you please elaborate what is not working? We have a smoke test in https://github.com/osbuild/bootc-image-builder/blob/main/test/testcases.py#L102 that will generate manifests for ppc64le/s390x which should be supported via `--target-arch`. Could you please...
We do retry and we have tests for this https://github.com/osbuild/osbuild/blob/main/sources/test/test_curl_source.py#L117 - maybe we need to improve our retry logic, one way would be to add a (dynamic) backoff dely between...
> We do retry and we have tests for this https://github.com/osbuild/osbuild/blob/main/sources/test/test_curl_source.py#L117 - maybe we need to improve our retry logic, one way would be to add a (dynamic) backoff dely...
I think we can consider this as addressed now, we merged the "librepo" backend in osbuild (c.f. https://github.com/osbuild/osbuild/pull/1304) and when that is used (by default in image-builder-cli and with `bootc-image-builder...
Fwiw, I tried to reproduce this my fc39 system with the same dnf but osbuild 102 and while it took a long time it eventually finished. Was (some of) the...
@lukewarmtemp Thanks, this is great! The output of `lsof -p ` woudl be great to see what fd 10 is that is getting the recvfrom() calls. The strace almost looks...
> > The strace almost looks like it's a (very slow?) download that is still in progress? > > I thought that too, and that actually may be the case,...