pdtpartners / nix-snapshotter

Brings native understanding of Nix packages to containerd
MIT License
532 stars 15 forks source link

Support loading compressed archives #127

Closed elpdt852 closed 5 months ago

elpdt852 commented 6 months ago

Since pkgs.dockerTools.buildImage produces compressed archives, we aren't able to currently use preload-containerd service or nix2container load with images produced from nixpkgs.

The current blocker is fixed here: https://github.com/containerd/containerd/pull/9864