aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/virtualization/docker/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-01docker: 19.03.13 -> 19.03.14Sergey Lukjanov1-4/+4
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-11-23docker: add passthru.testszowoq1-0/+3
2020-11-18docker: drop redundant removeReferencesTozowoq1-8/+2
2020-10-27docker: 19.03.12 -> 19.03.13Milan Pässler1-5/+11
Added libseccomp and pkgconfig inputs to containerd, because 1.3.x requires them. However containerd 1.2.x and 1.4.x do not.
2020-10-24docker: use upstream repo for containerdSandro Jäckel1-1/+1
http://github.com/docker/containerd is archived and redirects to https://github.com/docker-archive/containerd. To make updates easier track the upstream repo which Docker uses.
2020-10-08docker: Remove maintainer nequissimusTim Steinbach1-1/+1
2020-09-19docker_18_09: fix buildRyan Burns1-1/+1
The cross-compilation patch introduced in https://github.com/NixOS/nixpkgs/pull/92140 fixes an issue introduced in Docker CE 19.03, and will not apply to (and is not needed for) previous versions.
2020-08-28docker: simplify remove-references-toJörg Thalheim1-1/+1
2020-08-28docker: fix build on darwinMario Rodas1-6/+6
The directory change to `./go/src/${goPackagePath}` was only executed on Linux.
2020-07-03docker: use buildGoPackagebetaboon1-10/+23
2020-06-26docker: use git tags instead of revsSergey Lukjanov1-4/+4
2020-06-25docker: 19.03.11 -> 19.03.12Sergey Lukjanov1-3/+3
2020-06-01docker: 19.03.10 -> 19.03.11Sergey Lukjanov1-3/+3
2020-05-29docker: 19.03.9 -> 19.03.10Sergey Lukjanov1-3/+3
2020-05-20docker: 19.03.8 -> 19.03.9Sergey Lukjanov1-3/+3
2020-05-10docker: use installShellFileszowoq1-15/+6
2020-04-18docker: add git to extraPathMilan Pässler1-2/+2
When building a docker container from git, docker was missing the git binary in $PATH.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-11docker: 19.03.7 -> 19.03.8Sergey Lukjanov1-3/+3
2020-03-05docker: 19.03.6 -> 19.03.7Sergey Lukjanov1-7/+7
2020-02-13docker: 19.03.5 -> 19.03.6zowoq1-7/+7
https://github.com/docker/docker-ce/releases/tag/v19.03.6
2020-01-03docker: 19.03.4 -> 19.03.5zowoq1-3/+3
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster1-3/+1
2019-10-27docker: 19.03.2 -> 19.03.4Tim Steinbach1-5/+5
2019-10-27stop using hardeningDisable = [ "fortify" ]; for Go packagesPavol Rusnak1-5/+0
it seems that the issue #25959 is not present anymore
2019-10-19docker-runc: switch to OCI runc 1.0.0-rc8+devDima1-6/+6
The revision picked is based on https://github.com/docker/docker-ce/blob/19.03/components/engine/hack/dockerfile/install/runc.installer and https://github.com/docker/docker-ce/blob/18.09/components/engine/hack/dockerfile/install/runc.installer This should address CVE-2019-16884.
2019-09-09docker: 19.03.1 -> 19.03.2Tim Steinbach1-3/+3
2019-09-09docker: 18.09.8 -> 18.09.9Tim Steinbach1-3/+3
2019-08-28treewide: remove redundant recvolth1-5/+5
2019-07-26docker: 18.09.8 -> 19.03.1Tim Steinbach1-0/+12
Keep docker_18_09 around as it is still supported.
2019-07-26docker: 18.09.7 -> 18.09.8Tim Steinbach1-3/+3
2019-07-03docker: 18.09.6 -> 18.09.7Tim Steinbach1-7/+7
2019-05-22docker: 18.09.5 -> 18.09.6Tim Steinbach1-3/+3
2019-04-27docker: 18.09.2 -> 18.09.5Neil Mayhew1-7/+7
2019-04-27docker: make overridableNeil Mayhew1-1/+1
2019-03-11docker: export GOCACHE for all platformsWael M. Nasreddine1-2/+3
2019-03-02go_1_12: init at go 1.12Wael M. Nasreddine1-0/+1
2019-02-12docker: 18.09.1 -> 18.09.2Sarah Brofeldt1-5/+5
2019-01-25docker: 18.09.0 -> 18.09.1Will Dietz1-7/+7
https://github.com/docker/docker-ce/releases/tag/v18.09.1
2018-12-20containerd: migrate to using buildGoPackageVincent Demeester1-3/+1
… and add man pages, which means `containerd` becomes a multi-output derivation : `containerd.bin` and `containerd.man`. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-10docker: Fix binary namesTim Steinbach1-3/+3
2018-11-08docker: 18.06.1 -> 18.09Tim Steinbach1-4/+4
2018-11-06treewide: Fix overrides having wrong versionsPatrick Hilhorst1-3/+6
2018-08-22docker: 18.06.0 -> 18.06.1Tim Steinbach1-5/+5
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-19docker: 18.03 -> 18.06Tim Steinbach1-22/+10
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-3/+3
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-06-11docker: Ensure references to go are removed from docker-containerd (#41849)Sarah Brofeldt1-1/+1
2018-05-11docker-edge: 18.04.0-ce -> 18.05.0-ceTim Steinbach1-4/+4