Commit Graph

68 Commits

Author SHA1 Message Date
R. Ryantm
daf243ba05 containerd: 1.6.7 -> 1.6.8 2022-08-10 22:11:20 +10:00
zowoq
72acae5551 containerd: 1.6.6 -> 1.6.7
https://github.com/containerd/containerd/releases/tag/v1.6.7
2022-08-06 07:08:52 +10:00
zowoq
ff71240d2e containerd: 1.6.5 -> 1.6.6
https://github.com/containerd/containerd/releases/tag/v1.6.6
2022-06-08 07:29:33 +10:00
zowoq
56d0d4fff6 containerd: 1.6.4 -> 1.6.5
https://github.com/containerd/containerd/releases/tag/v1.6.5
2022-06-05 09:34:53 +10:00
zowoq
6a415cd37c containerd: 1.6.3 -> 1.6.4
https://github.com/containerd/containerd/releases/tag/v1.6.4
2022-05-04 06:54:03 +10:00
zowoq
0c00267cd1 containerd: 1.6.2 -> 1.6.3
https://github.com/containerd/containerd/releases/tag/v1.6.3
2022-04-27 20:20:59 +10:00
zowoq
508549156c containerd: 1.6.1 -> 1.6.2
https://github.com/containerd/containerd/releases/tag/v1.6.2
2022-03-24 19:23:45 +10:00
Maxine Aubrey
03ce62932c
containerd_1_4: drop 2022-03-18 16:28:35 +01:00
zowoq
c5df8a40a5 containerd: 1.6.0 -> 1.6.1
https://github.com/containerd/containerd/releases/tag/v1.6.1
2022-03-04 00:01:16 +10:00
zowoq
baa564361f containerd: add maintainer 2022-02-20 10:48:12 +10:00
zowoq
27c29776a4 containerd: remove broken manual
`make man` build dependencies aren't included in the vendor directory
2022-02-16 21:18:59 +10:00
zowoq
a4485fbc8f containerd: 1.5.9 -> 1.6.0
https://github.com/containerd/containerd/releases/tag/v1.6.0
2022-02-16 21:18:59 +10:00
Danielle Lancashire
8553a5d3dc containerd: 1.5.8 -> 1.5.9 2022-01-06 14:45:28 +00:00
R. Ryantm
4baf742d97 containerd: 1.5.7 -> 1.5.8 2021-12-06 11:29:41 +00:00
Danielle Lancashire
ccdde0a882 containerd_1_4: 1.4.9 -> 1.4.11 2021-10-04 18:15:15 +02:00
Danielle Lancashire
aabceb8539 containerd: 1.5.5 -> 1.5.7 2021-10-04 18:14:26 +02:00
zowoq
e5096a5041 containerd: move version/revision into buildPhase 2021-08-22 18:32:40 +10:00
Maxine Aubrey
078285c645
containerd_1_4: init at 1.4.9 2021-08-11 12:53:10 +02:00
R. RyanTM
b58b4a85c4 containerd: 1.5.4 -> 1.5.5 2021-07-30 18:27:15 +10:00
R. RyanTM
9a846d9be4 containerd: 1.5.2 -> 1.5.4 2021-07-20 15:35:01 +10:00
Jonathan Ringer
ccd81fc0b9 containerd: 1.5.1 -> 1.5.2, use buildGoModule 2021-06-16 17:17:24 -07:00
Jörg Thalheim
a635c12d1f
containerd: fix checksum 2021-05-26 23:26:12 +02:00
R. RyanTM
d748820d87 containerd: 1.5.0 -> 1.5.1 2021-05-17 13:21:38 -07:00
R. RyanTM
4053d2e481 containerd: 1.4.4 -> 1.5.0 2021-05-08 15:21:02 -07:00
zowoq
f2ed6d87a4 containerd: 1.4.3 -> 1.4.4
https://github.com/containerd/containerd/releases/tag/v1.4.4
2021-03-07 06:33:26 +10:00
zowoq
0bff5a7843 containerd: move completion to installPhase
docker uses containerd 1.4 since b451286b1f
2021-02-20 08:07:44 +10:00
zowoq
d7d6f5507c containerd: misc fixes
- build man during buildPhase
- use `src.rev` for `commit`
- install completion
2020-12-29 09:33:28 +10:00
Martin Weinelt
2d55b8def4 containerd: update commit id for version indicator
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-01 18:55:01 +01:00
Martin Weinelt
8884729f19
containerd: 1.4.2 -> 1.4.3
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-12-01 17:10:19 +01:00
Sandro
e6126df5d9
Merge pull request #105132 from r-ryantm/auto-update/containerd
containerd: 1.4.1 -> 1.4.2
2020-11-27 13:15:31 +01:00
R. RyanTM
706ed34eb3 containerd: 1.4.1 -> 1.4.2 2020-11-27 10:28:11 +00:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
zowoq
fe78178e09 containerd: add passthru.tests 2020-11-23 08:43:08 +10:00
R. RyanTM
625ba8ed5e containerd: 1.4.0 -> 1.4.1 2020-09-25 03:58:04 +00:00
R. RyanTM
a3113478f2 containerd: 1.2.13 -> 1.4.0 2020-08-22 04:48:25 +00:00
zowoq
4d2bcaed5c containerd: use installShellFiles 2020-05-10 11:27:10 +10:00
Jaka Hudoklin
85ee3e12ae
Merge pull request #85269 from euank/containerd-versioning
containerd: fix --version output
2020-05-06 08:27:37 +00:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Euan Kemp
6d3eaa0527 containerd: fix --version output
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-14 23:28:27 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim
831ed29331
containerd: fix build with strictDeps 2020-03-23 08:14:35 +00:00
Vincent Demeester
68d61b1654
containerd: 1.2.6 -> 1.2.13
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-07 12:27:01 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Pavol Rusnak
afd38ea1ee
stop using hardeningDisable = [ "fortify" ]; for Go packages
it seems that the issue #25959 is not present anymore
2019-10-27 14:44:26 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Vincent Demeester
6adf0f3e9a
containerd: 1.2.5 -> 1.2.6
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-04-09 20:05:38 +02:00
Vincent Demeester
115dde6d33
containerd: 1.2.4 -> 1.2.5
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-14 17:05:29 +01:00
Vincent Demeester
54cf5b4bbf containerd: 1.2.2 -> 1.2.4 (#56947)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:56:00 +01:00
Vincent Demeester
bd51ec497c
containerd: 1.2.1 -> 1.2.2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:51:23 +01:00