summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/docker
AgeCommit message (Expand)Author
2020-10-05dockerTools: add isExe to streamLayeredImage resultRobert Hensing
2020-09-04dockerTools.streamLayeredImage: Store the customisation layer as a tarballUtku Demir
2020-07-31nixos/tests/dockerTools: add test for running non-root containers with buildL...Johan Thomsen
2020-07-30dockerTools: fix permissions on /nix/storeJohan Thomsen
2020-07-11dockerTools: Always set imageTag attributeRobert Hensing
2020-07-09dockerTools.buildLayeredImage: fix created=nowJos van Bakel
2020-07-06dockerTools: Verify nix-store contents on buildLayeredImage testUtku Demir
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-21dockerTools: Properly quote a shell variableUtku Demir
2020-06-21stream_layered_image: Add docstrings to functionsUtku Demir
2020-06-21stream_layered_image: Add main methodUtku Demir
2020-06-21dockerTools.streamLayeredImage: commentsUtku 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
2020-06-19dockerTools: keep symlinks to nix intactRobert Hensing
2020-06-19dockerTools: test that tar keeps nix binary symlinks intactRobert Hensing
2020-05-25dockerTools: fix skopeo commandszowoq
2020-05-24dockerTools: Properly add /nix/ and /nix/store/ first to layer.tarAlex Biehl
2020-05-19Merge pull request #87154 from utdemir/buildimage-optimizationslewo
2020-05-16dockerTools: pass insecure-policy and tmpdir to skopeozowoq
2020-05-15Merge pull request #87725 from nlewo/fix-dockertoolslewo
2020-05-13dockerTools.examples: fix the nginx imageAntoine Eiche
2020-05-08dockerTools.buildImage: Preserve environment variables from the parent imageUtku Demir
2020-05-07dockerTools: Calculate tarsum's on the flyUtku Demir
2020-05-07dockerTools.buildLayeredImage: Avoid appending to tarballs when building layersUtku Demir
2020-05-02dockertools: Add a buildLayeredImageWithNixDb functionadisbladis
2020-04-27nix-prefetch-docker: Add `jq` into pathSimonas Kazlauskas
2020-02-28buildLayeredImage: Allow empty store, no paths to addRobert Hensing
2020-02-14nixosTests.docker-tools: add bulk-layer testAntoine Eiche
2020-02-14dockerTools.buildLayeredImage: store all paths passed in final layerRichard Wallace
2020-01-31dockerTools.*: Assertion against building for Darwin (#77952)Silvan Mosberger
2020-01-30dockerTools.buildLayeredImage: assert maxLayers > 1Antoine Eiche
2020-01-30dockerTools.buildLayeredImage: fix image with only 2 layersAntoine Eiche
2020-01-20dockerTools.*: Assertion against building for darwinSilvan Mosberger
2020-01-11dockerTools.buildLayeredImage: fix typo in commentsAntoine Eiche
2019-12-30dockerTools.buildLayeredImage: fix building layered images in parallelRichard Wallace
2019-12-17Merge pull request #75781 from grahamc/dockertools/remove-implementation-deta...Graham Christensen
2019-12-16Merge pull request #75779 from grahamc/dockertools/fixup-max-layersGraham Christensen
2019-12-16dockerTools.buildLayeredImage: update maxlayers from 24 to 100 to match docum...Graham Christensen
2019-12-16docker examples: Drop unneeded contents listGraham Christensen
2019-12-16dockerTools.buildLayeredImage: Exclude top level implementation detail layersGraham Christensen
2019-12-16dockerTools.buildLayeredImage: prepare to exclude some pathsGraham Christensen
2019-12-16dockerTools.buildLayeredImage: pass a list of closures to mkManyPureLayers so...Graham Christensen