Commit Graph

3040 Commits

Author SHA1 Message Date
Weijia Wang
f0d56a9a2a
Merge pull request #212980 from tricktron/f-colima-lima-bin
colima: use lima-bin on darwin for native macOS virtualization support
2023-02-07 07:24:12 +01:00
R. Ryantm
fb37015c45 nixpacks: 1.1.1 -> 1.3.1 2023-02-07 02:58:30 +00:00
zowoq
e1e68ae08b conmon: 2.1.5 -> 2.1.6
https://github.com/containers/conmon/releases/tag/v2.1.6
2023-02-07 06:33:12 +10:00
zowoq
8b031cac44 podman: 4.3.1 -> 4.4.0
https://github.com/containers/podman/releases/tag/v4.4.0
2023-02-06 18:46:38 +10:00
figsoda
36f003654e pods: 1.0.4 -> 1.0.5
Diff: https://github.com/marhkb/pods/compare/v1.0.4...v1.0.5

Changelog: https://github.com/marhkb/pods/releases/tag/v1.0.5
2023-02-05 18:16:58 -05:00
tricktron
06a3791603
colima: make lima derivation configurable
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-02-05 13:56:26 +01:00
Ulrik Strid
376e9ceead treewide: add strictDeps = true to most packages depending on ocaml 2023-02-03 08:59:34 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
figsoda
28a96e106e pods: 1.0.3 -> 1.0.4
Diff: https://github.com/marhkb/pods/compare/v1.0.3...v1.0.4

Changelog: https://github.com/marhkb/pods/releases/tag/v1.0.4
2023-02-01 18:26:54 -05:00
zowoq
4e77e1592b crun: 1.7.2 -> 1.8
https://github.com/containers/crun/releases/tag/1.8
2023-02-01 18:04:34 +10:00
Martin Weinelt
20c1b03118
Merge pull request #212357 from aaronjheng/docker
docker: 20.10.21 -> 20.10.23
2023-02-01 01:37:52 +00:00
Sascha Grunert
3d80075d54 conmon-rs: 0.4.0 -> 0.5.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-31 20:21:44 +10:00
Nick Cao
54a5316163
Merge pull request #213061 from marsam/update-docker-slim
docker-slim: 1.39.0 -> 1.40.0
2023-01-30 14:36:39 +08:00
Thibault Gagnaux
e75161f4ba
colima: add comment on why we use lima-bin on darwin 2023-01-29 17:15:06 +01:00
Weijia Wang
1be13de2dc
Merge pull request #213304 from qowoz/containerd
containerd: 1.6.15 -> 1.6.16
2023-01-29 12:26:39 +01:00
zowoq
a529fe4dca containerd: 1.6.15 -> 1.6.16
https://github.com/containerd/containerd/releases/tag/v1.6.16
2023-01-29 15:49:25 +10:00
figsoda
eb0b815bc8 pods: 1.0.2 -> 1.0.3
Diff: https://github.com/marhkb/pods/compare/v1.0.2...v1.0.3
2023-01-28 20:47:45 -05:00
Nick Cao
1364520531
Merge pull request #212710 from nebulka1/rvvm
rvvm: init at 0.5-20230125.4de27d7
2023-01-28 09:26:46 +08:00
Nebulka
b67ea20d4c rvvm: init at unstable-2023-01-25 2023-01-28 01:01:50 +00:00
Thibault Gagnaux
75617407d2
colima: use lima-bin on darwin for native macOS virtualization support 2023-01-27 17:15:00 +01:00
Mario Rodas
550f0267a8 docker-slim: 1.39.0 -> 1.40.0
https://github.com/slimtoolkit/slim/releases/tag/1.40.0
2023-01-27 04:20:00 +00:00
tricktron
379895e3c3
lima-bin: init binary derivation at 0.14.2 (#209171) 2023-01-27 01:45:01 +01:00
Nick Cao
cbbfbcd095
krunvm: set meta.platforms 2023-01-26 15:07:30 +08:00
Aaron Jheng
45e91634e4
docker: 20.10.21 -> 20.10.23 2023-01-24 04:54:26 +00:00
Weijia Wang
1f4f3a7946
Merge pull request #205404 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.66.2 -> 1.67.2
2023-01-23 14:32:56 +01:00
Weijia Wang
0797f5ff57
Merge pull request #206285 from dennajort/lima-0.14.1
lima: 0.13.0 -> 0.14.2
2023-01-23 14:24:45 +01:00
Weijia Wang
c0a79547ce
Merge pull request #207613 from r-ryantm/auto-update/distrobox
distrobox: 1.4.1 -> 1.4.2.1
2023-01-23 08:37:43 +01:00
Mario Rodas
cb36c5647b
Merge pull request #211316 from r-ryantm/auto-update/nixpacks
nixpacks: 1.1.0 -> 1.1.1
2023-01-22 09:52:37 -05:00
Mario Rodas
79dcad24b6
Merge pull request #211458 from r-ryantm/auto-update/x11docker
x11docker: 7.4.2 -> 7.6.0
2023-01-22 09:45:12 -05:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
R. Ryantm
ff2a1f4c80 x11docker: 7.4.2 -> 7.6.0 2023-01-21 18:29:11 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
e969b9fef2 nixpacks: 1.1.0 -> 1.1.1 2023-01-18 02:06:11 +00:00
Astro
f851f25ba8 cloud-hypervisor: 28.1 -> 29.0 2023-01-17 16:19:54 +00:00
Mario Rodas
1ef30c4d90
Merge pull request #210652 from r-ryantm/auto-update/nixpacks
nixpacks: 1.0.3 -> 1.1.0
2023-01-14 08:58:13 -05:00
R. Ryantm
aac1a33712 nixpacks: 1.0.3 -> 1.1.0 2023-01-14 08:35:44 +00:00
Sandro Jäckel
d11f7fadff
docker-compose: 2.14.2 -> 2.15.1
Diff: https://github.com/docker/compose/compare/v2.14.2...v2.15.1
2023-01-13 18:05:34 +01:00
Sascha Grunert
15b8157fef cri-o: 1.26.0 -> 1.26.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-12 14:20:41 +10:00
superherointj
c3b9f2238f
dumb-init: fix dynamic compilation (#210030) 2023-01-11 10:17:26 +01:00
figsoda
c79559fc64
Merge pull request #209759 from figsoda/pods
pods: 1.0.1 -> 1.0.2
2023-01-09 12:47:05 -05:00
figsoda
4a26f8d27d
Merge pull request #209617 from candyc1oud/youki
youki: init at 0.0.4
2023-01-08 20:49:56 -05:00
Candy Cloud
9245a18236 youki: init at 0.0.4 2023-01-09 01:10:27 +00:00
figsoda
c9e397b013 pods: 1.0.1 -> 1.0.2
Diff: https://github.com/marhkb/pods/compare/v1.0.1...v1.0.2
2023-01-08 16:33:52 -05:00
R. Ryantm
2d72d4775e cri-o: 1.25.1 -> 1.26.0 2023-01-08 13:30:27 +10:00
zowoq
4a8663e6d2 cri-o: install cni and crictl files 2023-01-08 13:30:27 +10:00
R. Ryantm
108627107d cloud-hypervisor: 28.0 -> 28.1 2023-01-06 20:39:33 +00:00
zowoq
c8739dd43c containerd: 1.6.14 -> 1.6.15
https://github.com/containerd/containerd/releases/tag/v1.6.15
2023-01-07 06:17:03 +10:00
Alyssa Ross
cc06a391ad OVMF: add 32-bit ARM support
Smoke tested in qemu.
2023-01-06 17:43:06 +00:00
Alyssa Ross
a7a79b12eb OVMF: inherit platforms from edk2
AFAICT OVMF runs on all EDK II platforms.
2023-01-06 17:43:06 +00:00
zowoq
469aec905b nixos/podman, podman: switch to netavark network stack 2023-01-04 14:25:14 +10:00