Container workgroup: Difference between revisions

imported>Moretea
No edit summary
imported>Nlewo
No edit summary
Line 30: Line 30:


== Work In Progress ==
== Work In Progress ==
* Add legacy Docker image support in Skopeo
nixpkgs.dockerTools.pullImage boots a VM to pull the image by using the Docker daemon. Skopeo could do this but it produces images that are not compatible with the Docker legacy format. The consequence is some NixOS tests are failing and it breaks some NixOS user scripts [https://github.com/containers/image/pull/370 skopeo PR].
* Use DigestID instead of image tag to pull images (tag is mutable)
Will be implemented when Skopeo is used to pull images


* Improve image storage in the Nix store
* Improve image storage in the Nix store