about summary refs log tree commit diff
path: root/pkgs/build-support/docker
AgeCommit message (Expand)AuthorFilesLines
2021-01-24treewide: stdenv.lib -> libPavol Rusnak2-6/+4
2021-01-15dockerTools: typoRobert Hensing1-1/+1
2021-01-15dockerTools: fix build (#109420)Milan1-1/+1
2021-01-06dockerTools: Don't apologizeRobert Hensing1-1/+0
2021-01-04dockerTools: Test buildLayeredImage with symlinksSarah Brofeldt1-0/+11
2021-01-04dockerTools: Fix streamLayeredImage for symlinksSarah Brofeldt1-1/+5
2020-12-15dockerTools: use go.GOARCH as default archRobert Hensing1-11/+8
2020-12-15dockerTools: normalize arch to GOARCHTerin Stock1-6/+6
2020-12-02dockerTools.binSh: initFlorian Klink1-0/+8
2020-12-02dockerTools.fakeNss: initFlorian Klink2-11/+29
2020-12-01nix-prefetch-docker: output informational messages to stderredef1-7/+7
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-11-24referencesByPopularity: Don't use buildPackages at call-siteadisbladis1-2/+1
2020-11-20dockerTools: Always cross compile for another arch in the cross exampleadisbladis1-2/+7
2020-11-19dockerTools: Add cross exampleadisbladis1-1/+8
2020-11-19dockerTools: Set correct architecture when cross compilingadisbladis1-3/+14
2020-11-19dockerTools.buildLayeredImage: Fix cross compilationadisbladis1-4/+4
2020-11-09docker: add final newline to detjson.pySamuel Gräfenstein1-1/+1
2020-11-03docker: Fix broken pipe on docker layer creationMichael1-2/+2
2020-10-05dockerTools: add isExe to streamLayeredImage resultRobert Hensing1-1/+7
2020-09-04dockerTools.streamLayeredImage: Store the customisation layer as a tarballUtku Demir3-77/+72
2020-07-31nixos/tests/dockerTools: add test for running non-root containers with buildL...Johan Thomsen1-0/+36
2020-07-30dockerTools: fix permissions on /nix/storeJohan Thomsen1-2/+6
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