about summary refs log tree commit diff
path: root/pkgs/build-support/docker
AgeCommit message (Expand)AuthorFilesLines
2020-07-11dockerTools: Always set imageTag attributeRobert Hensing2-0/+30
2020-07-09dockerTools.buildLayeredImage: fix created=nowJos van Bakel2-3/+13
2020-07-06dockerTools: Verify nix-store contents on buildLayeredImage testUtku Demir1-4/+13
2020-07-06dockerTools.streamLayeredImage: Correctly copy hardlinksUtku Demir1-0/+1
2020-07-04dockerTools: Support files directly under /nix/storeUtku Demir2-4/+14
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-21dockerTools: Properly quote a shell variableUtku Demir1-1/+1
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-21dockerTools.streamLayeredImage: commentsUtku Demir1-1/+7
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 Demir2-15/+52
2020-06-21Implement dockerTools.streamLayeredImageUtku Demir3-303/+300
2020-06-19dockerTools: keep symlinks to nix intactRobert Hensing1-3/+7
2020-06-19dockerTools: test that tar keeps nix binary symlinks intactRobert Hensing1-0/+22
2020-05-25dockerTools: fix skopeo commandszowoq1-4/+3
2020-05-24dockerTools: Properly add /nix/ and /nix/store/ first to layer.tarAlex Biehl1-3/+4
2020-05-19Merge pull request #87154 from utdemir/buildimage-optimizationslewo2-40/+27
2020-05-16dockerTools: pass insecure-policy and tmpdir to skopeozowoq2-4/+5
2020-05-15Merge pull request #87725 from nlewo/fix-dockertoolslewo1-0/+6
2020-05-13dockerTools.examples: fix the nginx imageAntoine Eiche1-0/+6
2020-05-08dockerTools.buildImage: Preserve environment variables from the parent imageUtku Demir2-6/+38
2020-05-07dockerTools: Calculate tarsum's on the flyUtku Demir2-41/+30
2020-05-07dockerTools.buildLayeredImage: Avoid appending to tarballs when building layersUtku Demir1-8/+6
2020-05-02dockertools: Add a buildLayeredImageWithNixDb functionadisbladis1-21/+34
2020-04-27nix-prefetch-docker: Add `jq` into pathSimonas Kazlauskas1-2/+2
2020-02-28buildLayeredImage: Allow empty store, no paths to addRobert Hensing2-4/+27
2020-02-14nixosTests.docker-tools: add bulk-layer testAntoine Eiche1-0/+11
2020-02-14dockerTools.buildLayeredImage: store all paths passed in final layerRichard Wallace2-11/+11
2020-01-31dockerTools.*: Assertion against building for Darwin (#77952)Silvan Mosberger1-0/+4
2020-01-30dockerTools.buildLayeredImage: assert maxLayers > 1Antoine Eiche1-0/+3
2020-01-30dockerTools.buildLayeredImage: fix image with only 2 layersAntoine Eiche2-2/+11
2020-01-20dockerTools.*: Assertion against building for darwinSilvan Mosberger1-0/+4
2020-01-11dockerTools.buildLayeredImage: fix typo in commentsAntoine Eiche2-9/+9
2019-12-30dockerTools.buildLayeredImage: fix building layered images in parallelRichard Wallace2-7/+48
2019-12-17Merge pull request #75781 from grahamc/dockertools/remove-implementation-deta...Graham Christensen1-7/+25
2019-12-16Merge pull request #75779 from grahamc/dockertools/fixup-max-layersGraham Christensen1-5/+3
2019-12-16dockerTools.buildLayeredImage: update maxlayers from 24 to 100 to match docum...Graham Christensen1-5/+3
2019-12-16docker examples: Drop unneeded contents listGraham Christensen1-1/+0
2019-12-16dockerTools.buildLayeredImage: Exclude top level implementation detail layersGraham Christensen1-1/+7
2019-12-16dockerTools.buildLayeredImage: prepare to exclude some pathsGraham Christensen1-3/+8
2019-12-16dockerTools.buildLayeredImage: pass a list of closures to mkManyPureLayers so...Graham Christensen1-3/+5
2019-12-16dockerTools.buildLayeredImage: tweak formatting on contentsEnvGraham Christensen1-1/+6
2019-12-07buildImageWithNixDb: export USER (#74959)tomberek1-0/+3
2019-12-05dockerTools.examples.nix: set USER in the container configAntoine Eiche1-1/+6
2019-09-16build-support/docker: set default image arch to host archNick Spinale1-3/+4