summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/containerd
AgeCommit message (Collapse)Author
2020-12-29containerd: misc fixeszowoq
- build man during buildPhase - use `src.rev` for `commit` - install completion
2020-12-01containerd: update commit id for version indicatorMartin Weinelt
I forogt to update the `commit` value in 8884729, which is why this the version output was wrong: ``` ❯ ./result/bin/containerd -v containerd github.com/containerd/containerd v1.4.3 7ad184331fa3e55e52b890ea95e65ba581ae3429 ``` This change corrects it. ``` ❯ ./result/bin/containerd -v containerd github.com/containerd/containerd v1.4.3 269548fa27e0089a8b8278fc4fc781d7f65a939b ```
2020-12-01containerd: 1.4.2 -> 1.4.3Martin Weinelt
Access controls for the shim’s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. Fixes: CVE-2020-15257
2020-11-27Merge pull request #105132 from r-ryantm/auto-update/containerdSandro
containerd: 1.4.1 -> 1.4.2
2020-11-27containerd: 1.4.1 -> 1.4.2R. RyanTM
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-11-23containerd: add passthru.testszowoq
2020-09-25containerd: 1.4.0 -> 1.4.1R. RyanTM
2020-08-22containerd: 1.2.13 -> 1.4.0R. RyanTM
2020-05-10containerd: use installShellFileszowoq
2020-05-06Merge pull request #85269 from euank/containerd-versioningJaka Hudoklin
containerd: fix --version output
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq
2020-04-14containerd: fix --version outputEuan Kemp
Before this change, 'containerd --version' with the nix package wouldn't print useful version information. In addition, the build output a bunch of (harmless) errors about 'git: command not found'. This fixes both of those problems.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-23containerd: fix build with strictDepsJörg Thalheim
2020-03-07containerd: 1.2.6 -> 1.2.13Vincent Demeester
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren
2019-10-27stop using hardeningDisable = [ "fortify" ]; for Go packagesPavol Rusnak
it seems that the issue #25959 is not present anymore
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-04-09containerd: 1.2.5 -> 1.2.6Vincent Demeester
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-14containerd: 1.2.4 -> 1.2.5Vincent Demeester
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08containerd: 1.2.2 -> 1.2.4 (#56947)Vincent Demeester
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28containerd: 1.2.1 -> 1.2.2Vincent Demeester
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-12-20containerd: migrate to using buildGoPackageVincent Demeester
… 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-12-16containerd: 1.2.0 -> 1.2.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/containerd/versions
2018-10-25containerd: 1.1.4 -> 1.2.0Vincent Demeester
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-05containerd: 1.1.2 -> 1.1.4 (#47807)R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/containerd/versions
2018-09-02containerd: update homepageMarkus Kowalewski
2018-08-20Adding vdemeester (myself) as runc and containerd package maintainerVincent Demeester
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-08-17containerd: 1.1.1 -> 1.1.2R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/containerd/versions.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-11containerd: 1.1.0 -> 1.1.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/containerd/versions.
2018-04-26containerd: 1.0.3 -> 1.1.0R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/containerd/versions. These checks were done: - built on NixOS - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/containerd -h’ got 0 exit code - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/containerd --help’ got 0 exit code - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/containerd help’ got 0 exit code - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/containerd-release -h’ got 0 exit code - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/containerd-release --help’ got 0 exit code - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/containerd-release help’ got 0 exit code - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/ctr -h’ got 0 exit code - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/ctr --help’ got 0 exit code - ran ‘/nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0/bin/ctr help’ got 0 exit code - found 1.1.0 with grep in /nix/store/lmnlz9w8fhf71pxl7wlhv9vsv4k3bnxd-containerd-1.1.0 - directory tree listing: https://gist.github.com/7b4a990853acfbf946f8abe02582f41d
2018-04-07containerd: 1.0.2 -> 1.0.3R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/containerd/versions. These checks were done: - built on NixOS - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd -h’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd --help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-release -h’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-release --help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-release help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-stress -h’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-stress --help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-stress help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/ctr -h’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/ctr --help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/ctr help’ got 0 exit code - found 1.0.3 with grep in /nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3 - directory tree listing: https://gist.github.com/b830fb8c24834f83e627fd6d567eae87
2018-02-25containerd: 1.0.1 -> 1.0.2Tim Steinbach
2018-01-18containerd: 0.2.9 -> 1.0.1Vincent Demeester
Update containerd to its latest release ! Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-08-28containerd: 0.2.5 -> 0.2.9Tim Steinbach
2017-07-10docker-ce: 17.03.02-ce -> 17.06.0-ceVincent Demeester
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-03-11containerd: use removeReferencesToJoachim Fasting
2017-01-11containerd: 0.2.3 -> 0.2.5Franz Pletz
2016-09-12containerd: init at 0.2.3Jaka Hudoklin