nixpkgs/pkgs/build-support/docker
Gabriella Gonzalez 0b6fa5ee40
virtualisation.oci-containers: Add new imageStream option (#335430)
This adds a new `imageStream` option that can be used in conjunction
with `pkgs.dockerTools.streamLayeredImage` so that the image archive
never needs to be materialized in the `/nix/store`.  This greatly
improves the disk utilization for systems that use container images
built using Nix because they only need to store image layers instead of
the full image.  Additionally, when deploying the new system and only
new layers need to be built/copied.
2024-08-24 04:38:27 +02:00
..
test-dummy
default.nix streamLayeredImage: add dynamic tagging of docker image (#329425) 2024-07-29 19:45:58 +02:00
detjson.py
examples.nix virtualisation.oci-containers: Add new imageStream option (#335430) 2024-08-24 04:38:27 +02:00
nix-prefetch-docker
nix-prefetch-docker.nix
stream_layered_image.py streamLayeredImage: add dynamic tagging of docker image (#329425) 2024-07-29 19:45:58 +02:00
tarsum.go
tarsum.nix