We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems like image-builder-cli doesn't enable any caching, see the output from ps:
image-builder-cli
ps
/usr/bin/osbuild --store /var/cache/image-builder/store --output-directory fedora-41-qcow2-x86_64 - --export qcow2
Can we at least enable caching for the build pipeline with some reasonable default cache size (dunno, 20 GiB)? We can iterate from there. :)
The text was updated successfully, but these errors were encountered:
We will need osbuild/bootc-image-builder#812 as a prepreq I think.
Sorry, something went wrong.
No branches or pull requests
It seems like
image-builder-cli
doesn't enable any caching, see the output fromps
:Can we at least enable caching for the build pipeline with some reasonable default cache size (dunno, 20 GiB)? We can iterate from there. :)
The text was updated successfully, but these errors were encountered: