imgutil icon indicating copy to clipboard operation
imgutil copied to clipboard

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

Open natalieparellano opened this issue 1 year ago • 1 comments

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.

natalieparellano avatar Jun 03 '24 18:06 natalieparellano

xref: https://github.com/buildpacks/pack/issues/2272

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

edmorley avatar Oct 21 '24 11:10 edmorley