Nix2container: faster container image rebuilds
Nix2container is an alternative implementation to our
nixpkgs.dockerTools
. Its main difference is to rely on Skopeo to
actually build the image: this allows us to use the container image
building logic of Skopeo and also provide opportunities to implement
more aggressive layer caching and skipping.