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

Fix performance penalty incurred by sending legacy formatted tars to the daemon #276

Open
natalieparellano opened this issue Jun 3, 2024 · 1 comment

Comments

@natalieparellano
Copy link
Member

See here - if we can, we should send an OCI formatted tar to the daemon. This will be true when we have all the layers (from first doing a docker image save).

The changes can be made here. We should just stream an OCI layout-formatted tar to the daemon instead of building up the image in the old format.

@edmorley
Copy link
Contributor

xref:
buildpacks/pack#2272

(Btw this issue didn't come up when I originally searched since it didn't mention "containerd")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants