nlewo / nix2container

An archive-less dockerTools.buildImage implementation
Apache License 2.0
501 stars 45 forks source link

Speed up `skopeo copy` #125

Open Atry opened 5 months ago

Atry commented 5 months ago

Images produced by nix2container usually contain more than 100 layers. It takes a long time to decide whether each layer should be skipped. This PR makes the process faster by increasing the concurrency to 64.