summary refs log tree commit diff
path: root/pkgs/build-support/docker
Commit message (Expand)AuthorAge
* dockerTools: Always set imageTag attributeRobert Hensing2020-07-11
* dockerTools.buildLayeredImage: fix created=nowJos van Bakel2020-07-09
* dockerTools: Verify nix-store contents on buildLayeredImage testUtku Demir2020-07-06
* dockerTools.streamLayeredImage: Correctly copy hardlinksUtku Demir2020-07-06
* dockerTools: Support files directly under /nix/storeUtku Demir2020-07-04
* stream_layered_image: Use pathlib module for directory traversalUtku Demir2020-06-22
* stream_layered_image: Always set uid and gid to rootUtku Demir2020-06-21
* stream_layered_image: Clarify assertion failureUtku Demir2020-06-21
* stream_layered_image: Use more descriptive variable nameUtku Demir2020-06-21
* dockerTools: Properly quote a shell variableUtku Demir2020-06-21
* stream_layered_image: Add docstrings to functionsUtku Demir2020-06-21
* stream_layered_image: Add main methodUtku Demir2020-06-21
* dockerTools.streamLayeredImage: commentsUtku Demir2020-06-21
* stream_layered_image.py: commentsUtku Demir2020-06-21
* Set mtime in even more placesUtku Demir2020-06-21
* Set mtime to get more deterministic buildsUtku Demir2020-06-21
* Implement dockerTools.streamLayeredImageUtku Demir2020-06-21
* dockerTools: keep symlinks to nix intactRobert Hensing2020-06-19
* dockerTools: test that tar keeps nix binary symlinks intactRobert Hensing2020-06-19
* dockerTools: fix skopeo commandszowoq2020-05-25
* dockerTools: Properly add /nix/ and /nix/store/ first to layer.tarAlex Biehl2020-05-24
* Merge pull request #87154 from utdemir/buildimage-optimizationslewo2020-05-19
|\
| * dockerTools: Calculate tarsum's on the flyUtku Demir2020-05-07
| * dockerTools.buildLayeredImage: Avoid appending to tarballs when building layersUtku Demir2020-05-07
* | dockerTools: pass insecure-policy and tmpdir to skopeozowoq2020-05-16
* | Merge pull request #87725 from nlewo/fix-dockertoolslewo2020-05-15
|\ \
| * | dockerTools.examples: fix the nginx imageAntoine Eiche2020-05-13
| |/
* / dockerTools.buildImage: Preserve environment variables from the parent imageUtku Demir2020-05-08
|/
* dockertools: Add a buildLayeredImageWithNixDb functionadisbladis2020-05-02
* nix-prefetch-docker: Add `jq` into pathSimonas Kazlauskas2020-04-27
* buildLayeredImage: Allow empty store, no paths to addRobert Hensing2020-02-28
* nixosTests.docker-tools: add bulk-layer testAntoine Eiche2020-02-14
* dockerTools.buildLayeredImage: store all paths passed in final layerRichard Wallace2020-02-14
* dockerTools.*: Assertion against building for Darwin (#77952)Silvan Mosberger2020-01-31
|\
| * dockerTools.*: Assertion against building for darwinSilvan Mosberger2020-01-20
* | dockerTools.buildLayeredImage: assert maxLayers > 1Antoine Eiche2020-01-30
* | dockerTools.buildLayeredImage: fix image with only 2 layersAntoine Eiche2020-01-30
|/
* dockerTools.buildLayeredImage: fix typo in commentsAntoine Eiche2020-01-11
* dockerTools.buildLayeredImage: fix building layered images in parallelRichard Wallace2019-12-30
* Merge pull request #75781 from grahamc/dockertools/remove-implementation-deta...Graham Christensen2019-12-17
|\
| * dockerTools.buildLayeredImage: Exclude top level implementation detail layersGraham Christensen2019-12-16
| * dockerTools.buildLayeredImage: prepare to exclude some pathsGraham Christensen2019-12-16
| * dockerTools.buildLayeredImage: pass a list of closures to mkManyPureLayers so...Graham Christensen2019-12-16
| * dockerTools.buildLayeredImage: tweak formatting on contentsEnvGraham Christensen2019-12-16
* | Merge pull request #75779 from grahamc/dockertools/fixup-max-layersGraham Christensen2019-12-16
|\ \
| * | dockerTools.buildLayeredImage: update maxlayers from 24 to 100 to match docum...Graham Christensen2019-12-16
| |/
* / docker examples: Drop unneeded contents listGraham Christensen2019-12-16
|/
* buildImageWithNixDb: export USER (#74959)tomberek2019-12-07
* dockerTools.examples.nix: set USER in the container configAntoine Eiche2019-12-05
* build-support/docker: set default image arch to host archNick Spinale2019-09-16