mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
aae8588182
It is now possible to pass a `fromImage` to `buildLayeredImage` and `streamLayeredImage`, similar to what `buildImage` currently supports. This will prepend the layers of the given base image to the resulting image, while ensuring that at most `maxLayers` are used. It will also ensure that environment variables from the base image are propagated to the final image. |
||
---|---|---|
.. | ||
default.nix | ||
detjson.py | ||
examples.nix | ||
nix-prefetch-docker | ||
nix-prefetch-docker.nix | ||
stream_layered_image.py | ||
tarsum.go |