buildpacks / imgutil

Helpful utilities for working with images
Apache License 2.0
23 stars 41 forks source link

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

Open natalieparellano opened 1 month ago

natalieparellano commented 1 month ago

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.