Skip to content
New issue

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

unnecessary copy of input image with --local #466

Open
cgwalters opened this issue Jun 5, 2024 · 1 comment
Open

unnecessary copy of input image with --local #466

cgwalters opened this issue Jun 5, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@cgwalters
Copy link
Contributor

Today even when operating on the host container storage (the now expected default) we seem to do a copy of the input image into a temporary osbuild store. I'm trying to use bib more in my daily driver and the copy is noticeable vs what is done in e.g. https://github.com/containers/podman-bootc-cli where we just directly run the input container.

We're seeing use cases for people putting substantial amounts of data in container images, and the extra copy here is more problematic.

@cgwalters cgwalters added bug Something isn't working enhancement New feature or request labels Jun 5, 2024
@ondrejbudai
Copy link
Member

See osbuild/osbuild#1804 for the underlying issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants