summaryrefslogtreecommitdiff
path: root/pkgs/build-support/docker/stream_layered_image.py
AgeCommit message (Expand)Author
2024-09-25dockerTools: Allow separately specifying metadata and filesystem timestampsWxNzEMof
2024-07-29streamLayeredImage: add dynamic tagging of docker image (#329425)Matthieu Coudron
2024-02-26streamLayeredImage: Change mode of /nix, /nix/store to 755WxNzEMof
2024-02-26streamLayeredImage: Allow customizing ownershipWxNzEMof
2021-03-25dockerTools.streamLayeredImage: resolve duplicate env varsLouis Blin
2021-03-23dockerTools.buildLayeredImage: support fromImageLouis Blin
2021-03-10dockerTools.buildLayeredImage: configurable store rootLouis Blin
2021-01-04dockerTools: Fix streamLayeredImage for symlinksSarah Brofeldt
2020-09-04dockerTools.streamLayeredImage: Store the customisation layer as a tarballUtku Demir
2020-07-30dockerTools: fix permissions on /nix/storeJohan Thomsen
2020-07-09dockerTools.buildLayeredImage: fix created=nowJos van Bakel
2020-07-06dockerTools.streamLayeredImage: Correctly copy hardlinksUtku Demir
2020-07-04dockerTools: Support files directly under /nix/storeUtku Demir
2020-06-22stream_layered_image: Use pathlib module for directory traversalUtku Demir
2020-06-21stream_layered_image: Always set uid and gid to rootUtku Demir
2020-06-21stream_layered_image: Clarify assertion failureUtku Demir
2020-06-21stream_layered_image: Use more descriptive variable nameUtku Demir
2020-06-21stream_layered_image: Add docstrings to functionsUtku Demir
2020-06-21stream_layered_image: Add main methodUtku Demir
2020-06-21stream_layered_image.py: commentsUtku Demir
2020-06-21Set mtime in even more placesUtku Demir
2020-06-21Set mtime to get more deterministic buildsUtku Demir
2020-06-21Implement dockerTools.streamLayeredImageUtku Demir