Commit Graph

218 Commits

Author SHA1 Message Date
Maxine Aubrey
c0a672b343
docker: 20.10.16 -> 20.10.17
- https://github.com/moby/moby/releases/tag/v20.10.17
- https://github.com/containerd/containerd/releases/tag/v1.6.6
- https://github.com/docker/cli/releases/tag/v20.10.17
- https://github.com/opencontainers/runc/releases/tag/v1.1.2
2022-06-10 23:38:56 +02:00
zowoq
4ffef83408 docker-compose: add $out/bin symlink 2022-06-06 14:58:18 +10:00
zowoq
b7b91880d3 docker-compose: default to v2 2022-06-06 14:58:18 +10:00
Sandro Jäckel
18d53f807e
docker-compose_2: 2.5.1 -> 2.6.0 2022-05-30 22:42:09 +02:00
Maxine Aubrey
f21fb9441f
docker: 20.10.15 -> 20.10.16
- https://docs.docker.com/engine/release-notes/#201016
- https://github.com/docker/cli/releases/tag/v20.10.16
- https://github.com/moby/moby/releases/tag/v20.10.16
2022-05-25 18:28:01 +02:00
R. Ryantm
dc51978b78 docker-compose_2: 2.5.0 -> 2.5.1 2022-05-25 11:47:23 +00:00
Maxine Aubrey
6401b21ad3
docker: 20.10.14 -> 20.10.15
https://docs.docker.com/engine/release-notes/#201015
https://github.com/moby/moby/releases/tag/v20.10.15
https://github.com/docker/cli/releases/tag/v20.10.15
https://github.com/containerd/containerd/releases/tag/v1.6.4
https://github.com/opencontainers/runc/releases/tag/v1.1.1
2022-05-06 00:49:05 +02:00
Maxine Aubrey
01b99ebcff
docker-compose_2: 2.4.1 -> 2.5.0
https://github.com/docker/compose/releases/tag/v2.5.0
2022-05-06 00:39:57 +02:00
Ryan Mulligan
14dac00935
Merge pull request #167704 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.8.1 -> 0.8.2
2022-04-07 13:12:54 -07:00
R. Ryantm
d4ba374390 docker-buildx: 0.8.1 -> 0.8.2 2022-04-07 11:59:39 +00:00
R. Ryantm
23d4b86f82 docker-compose_2: 2.4.0 -> 2.4.1 2022-04-07 10:51:45 +00:00
R. Ryantm
edc6a9ecda docker-compose_2: 2.3.4 -> 2.4.0 2022-04-04 09:19:48 +00:00
R. Ryantm
c443e2fc5d docker-compose_2: 2.3.3 -> 2.3.4 2022-03-26 12:18:51 +00:00
davidak
6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
Maxine Aubrey
ae79018c44
docker: 20.10.13 -> 20.10.14
https://docs.docker.com/engine/release-notes/#201014
2022-03-24 10:50:48 +01:00
Felix Buehler
3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
R. Ryantm
a6fd2c4618 docker-buildx: 0.8.0 -> 0.8.1 2022-03-22 04:08:19 +00:00
Tomek Mańko
3d25f046b3 docker: add a patch to fix Docker buildkit when using ZFS graph driver.
The patch incorporates changes merged into the upstream in this PR:
https://github.com/moby/moby/pull/43136
2022-03-20 00:26:33 +01:00
Maxine Aubrey
b73b403865
docker: 20.10.12 -> 20.10.13
https://docs.docker.com/engine/release-notes/#201013
2022-03-18 16:27:50 +01:00
Sandro
4e508d5979
Merge pull request #163963 from r-ryantm/auto-update/docker-compose 2022-03-14 01:47:51 +01:00
R. Ryantm
52bc965878 docker-compose_2: 2.3.0 -> 2.3.3 2022-03-13 06:04:27 +00:00
R. Ryantm
c8081af93f docker-buildx: 0.7.1 -> 0.8.0 2022-03-12 06:35:37 +00:00
R. Ryantm
8ec0f86345 docker-compose_2: 2.2.3 -> 2.3.0 2022-03-05 16:42:49 +00:00
Sandro Jäckel
c5ceb2b05c
docker-compose_2: 2.2.2 -> 2.2.3 2022-01-19 14:44:40 +01:00
Sandro Jäckel
259955a975
docker-compose_2: add SuperSandro2000 as maintainer, strip more 2022-01-19 14:43:35 +01:00
zowoq
18f7554a51 docker-compose_2: update vendorSha256 2022-01-11 06:31:22 +10:00
Danielle Lancashire
18d0fe9b69 docker_20_10: 20.10.9 -> 20.10.12 2022-01-06 14:26:57 +00:00
Renaud
93eb018011
Merge pull request #150648 from whentze/master
docker-compose2: pass version to ldflags
2022-01-03 00:07:48 +01:00
Nikolay Amiantov
b4703e11af docker: only add rootless dependencies for the server
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2021-12-22 14:23:23 +03:00
Nikolay Amiantov
721fde93ff docker: add rootless daemon script 2021-12-22 14:18:14 +03:00
whentze
23fc476f99
docker-compose2: pass version to ldflags
The package already has a version in nixpkgs, but reports "dev" when asked via CLI.
With this change, `docker compose version` behaves as expected.
2021-12-14 09:37:47 +01:00
R. Ryantm
5442c772e6 docker-compose_2: 2.0.1 -> 2.2.2 2021-12-11 12:06:53 +00:00
R. Ryantm
73abda994e docker-buildx: 0.6.3 -> 0.7.1 2021-12-06 14:08:58 +00:00
Bastien Rivière
33bc6f8706
docker-compose2: init at 2.0.1 (#141366)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-16 18:19:32 +02:00
Maxine Aubrey
144058e16d
docker: 20.10.8 -> 20.10.9
- https://docs.docker.com/engine/release-notes/#20109
- https://github.com/moby/moby/releases/tag/v20.10.9
- https://github.com/containerd/containerd/releases/tag/v1.4.11
- https://github.com/containerd/containerd/releases/tag/v1.4.10
- https://github.com/opencontainers/runc/releases/tag/v1.0.2
2021-10-04 21:49:38 +02:00
R. RyanTM
db84ea4cfb docker-buildx: 0.6.2 -> 0.6.3 2021-09-06 05:11:06 +00:00
zowoq
69a333ab31 docker-proxy: remove invalid godeps = null 2021-08-27 06:43:33 +10:00
Sandro Jäckel
c2d20d0b59
docker-buildx: fix wrong source hash calculated by r-ryantm 2021-08-26 16:58:39 +02:00
R. RyanTM
6745446b71 docker-buildx: 0.6.1 -> 0.6.2 2021-08-21 21:30:24 +00:00
Maxine Aubrey
078285c645
containerd_1_4: init at 1.4.9 2021-08-11 12:53:10 +02:00
Maxine Aubrey
871730254e
docker: 20.10.7 -> 20.10.8
docker-runc: 1.0.0-rc95 -> 1.0.1
docker-containerd: 1.5.1 -> 1.4.9
2021-08-05 00:38:24 +02:00
R. RyanTM
a2e6029290 docker-buildx: 0.6.0 -> 0.6.1 2021-07-31 11:03:16 +00:00
R. RyanTM
1caa4f9452 docker-buildx: 0.5.1 -> 0.6.0 2021-07-20 01:52:24 +00:00
Mark Vainomaa
e2b28504ab
docker: add @mikroskeem to maintainers 2021-07-12 19:33:03 +03:00
Mark Vainomaa
fc38adafea
docker: narrow patchShebangs 2021-07-12 19:32:15 +03:00
Mark Vainomaa
2c7bdb05de
docker: enable buildx support by default 2021-07-12 19:32:14 +03:00
Mark Vainomaa
1553e742f5
docker: improve readability, drop unneeded substitutes 2021-07-12 19:32:14 +03:00
Mark Vainomaa
ff2c16095d
docker: 20.10.6 -> 20.10.7 2021-07-12 19:32:13 +03:00
Zane van Iperen
9c40b6f375
tini: don't explicitly depend on glibc
* Fixes pkgsStatic.tini build.
* Use postPatch instead of patchPhase
* Moves glibc dependency into docker.docker-tini
2021-06-11 18:03:15 +10:00
Mark Vainomaa
ad256a077b docker: bump runc to 1.0-rc95, fixing CVE-2021-30465 2021-05-28 11:28:02 -07:00