about summary refs log tree commit diff
path: root/pkgs/build-support/docker/stream_layered_image.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-25dockerTools.streamLayeredImage: resolve duplicate env varsLouis Blin1-1/+3
2021-03-23dockerTools.buildLayeredImage: support fromImageLouis Blin1-7/+87
2021-03-10dockerTools.buildLayeredImage: configurable store rootLouis Blin1-4/+6
2021-01-04dockerTools: Fix streamLayeredImage for symlinksSarah Brofeldt1-1/+5
2020-09-04dockerTools.streamLayeredImage: Store the customisation layer as a tarballUtku Demir1-43/+33
2020-07-30dockerTools: fix permissions on /nix/storeJohan Thomsen1-2/+6
2020-07-09dockerTools.buildLayeredImage: fix created=nowJos van Bakel1-3/+3
2020-07-06dockerTools.streamLayeredImage: Correctly copy hardlinksUtku Demir1-0/+1
2020-07-04dockerTools: Support files directly under /nix/storeUtku Demir1-4/+4
2020-06-22stream_layered_image: Use pathlib module for directory traversalUtku Demir1-16/+15
2020-06-21stream_layered_image: Always set uid and gid to rootUtku Demir1-0/+4
2020-06-21stream_layered_image: Clarify assertion failureUtku Demir1-1/+3
2020-06-21stream_layered_image: Use more descriptive variable nameUtku Demir1-4/+4
2020-06-21stream_layered_image: Add docstrings to functionsUtku Demir1-7/+57
2020-06-21stream_layered_image: Add main methodUtku Demir1-62/+65
2020-06-21stream_layered_image.py: commentsUtku Demir1-0/+46
2020-06-21Set mtime in even more placesUtku Demir1-12/+15
2020-06-21Set mtime to get more deterministic buildsUtku Demir1-13/+49
2020-06-21Implement dockerTools.streamLayeredImageUtku Demir1-0/+165