nixpkgs/pkgs/build-support/docker
Dennis Gosnell 2e91dc65e4 dockerTools: add streamed image as passthru to buildLayeredImage
This is convenient for debugging the underlying streamed image used by
`dockerTools.buildLayeredImage`.

Here's an example of how you might use this:

```console
$ nix repl ./.
nix-repl> dockerTools.examples.nginx.passthru.stream
«derivation /nix/store/9zczmlp2kraszx4ssmh6fawnlnsa5a4n-stream-nginx-container.drv»
```
2024-03-23 10:33:22 +09:00
..
test-dummy
default.nix dockerTools: add streamed image as passthru to buildLayeredImage 2024-03-23 10:33:22 +09:00
detjson.py
examples.nix Merge pull request #289584 from athre0z/docker-zstd 2024-02-19 18:06:54 +01:00
nix-prefetch-docker nix-prefetch-docker: handle overrides correctly 2023-04-03 21:12:13 +03:00
nix-prefetch-docker.nix
stream_layered_image.py streamLayeredImage: Change mode of /nix, /nix/store to 755 2024-02-26 18:10:51 +00:00
tarsum.go
tarsum.nix