Commit Graph

3922 Commits

Author SHA1 Message Date
R. Ryantm
268f0f8e29 docker-compose: 2.24.7 -> 2.25.0 2024-03-16 01:29:30 +00:00
Pol Dellaiera
2bcf18c64c
Merge pull request #295632 from GaetanLepage/apptainer
apptainer: 1.2.5 -> 1.3.0
2024-03-15 04:52:44 +01:00
Nick Cao
cf4a4bb8e5
Merge pull request #295755 from r-ryantm/auto-update/imgcrypt
imgcrypt: 1.1.9 -> 1.1.10
2024-03-14 12:22:37 -04:00
R. Ryantm
151135e059 imgcrypt: 1.1.9 -> 1.1.10 2024-03-14 01:08:32 +00:00
Mario Rodas
c21a114480
Merge pull request #291124 from aaronjheng/docker
docker_20_10: remove
2024-03-13 19:47:25 -05:00
Gaetan Lepage
d9b79e9307 apptainer: 1.2.5 -> 1.3.0
Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.0
2024-03-13 16:21:57 +01:00
Pol Dellaiera
dd1bd173e9
Merge pull request #295275 from r-ryantm/auto-update/lima-bin
lima-bin: 0.20.1 -> 0.20.2
2024-03-12 22:01:38 +01:00
Pol Dellaiera
037dc6aaec
Merge pull request #295073 from r-ryantm/auto-update/containerd
containerd: 1.7.13 -> 1.7.14
2024-03-12 21:40:48 +01:00
R. Ryantm
03888f44e7 lima-bin: 0.20.1 -> 0.20.2 2024-03-12 10:30:33 +00:00
Bjørn Forsman
f9546586e7 virtualboxGuestAdditions: fix location of vboxclient.desktop
Move vboxclient.desktop from $out/share/autostart/ to
$out/etc/xdg/autostart/. This allows desktop environment autostart logic
to run VBoxClient-all, which is required for shared clipboard
functionality.

Fixes #89923.
2024-03-12 08:11:32 +01:00
Pol Dellaiera
b55f15c048
Merge pull request #293787 from GaetanLepage/singularity
singularity: 4.1.1 -> 4.1.2
2024-03-12 07:15:25 +01:00
R. Ryantm
1d9bab6a8e containerd: 1.7.13 -> 1.7.14 2024-03-11 17:41:46 +00:00
Pol Dellaiera
129adc97c5
Merge pull request #267890 from vifino/vmware-workstation-17.5.0
vmware-workstation: 17.0.2 -> 17.5.1
2024-03-08 17:15:26 +01:00
Weijia Wang
e10ebb3886
Merge pull request #293937 from r-ryantm/auto-update/docker-compose
docker-compose: 2.24.6 -> 2.24.7
2024-03-08 16:18:37 +01:00
Weijia Wang
90714b18a0
Merge pull request #291961 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.81.0 -> 1.82.0
2024-03-07 12:06:22 +01:00
Weijia Wang
ef93599575
Merge pull request #286860 from r-ryantm/auto-update/kraft
kraft: 0.7.3 -> 0.7.5
2024-03-07 10:20:31 +01:00
Adrian Pistol
3d1f0b5af0 vmware-workstation: 17.0.2 -> 17.5.1 2024-03-07 08:54:30 +01:00
Weijia Wang
9bad663312
Merge pull request #293635 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.12.1 -> 0.13.0
2024-03-07 07:12:07 +01:00
R. Ryantm
6c70b1e486 ecs-agent: 1.81.0 -> 1.82.0 2024-03-07 05:10:40 +00:00
R. Ryantm
7cd0b67524 docker-compose: 2.24.6 -> 2.24.7 2024-03-07 02:14:48 +00:00
Pol Dellaiera
30126419ac
Merge pull request #293594 from trofi/qemu-update
qemu: 8.2.1 -> 8.2.2
2024-03-06 21:58:46 +01:00
Gaetan Lepage
a4c22942fb singularity: 4.1.1 -> 4.1.2
Changelog: https://github.com/sylabs/singularity/releases/tag/v4.1.2
2024-03-06 16:13:32 +01:00
R. Ryantm
e5279cf7f4 docker-buildx: 0.12.1 -> 0.13.0 2024-03-06 02:48:56 +00:00
Sergei Trofimovich
cc1d2f5bf5 qemu: 8.2.1 -> 8.2.2
Changes: https://lore.kernel.org/all/1709577077.783602.1474596.nullmailer@tls.msk.ru/T/
2024-03-05 21:37:06 +00:00
adisbladis
5cdb38bb16
Merge pull request #288579 from blitz/vbox-kvm-2
virtualboxKvm: init
2024-03-05 18:58:57 +13:00
Julian Stecklina
c9f940be78 virtualboxKvm: assert KVM variant incompatibilities 2024-03-04 22:19:48 +01:00
nikstur
b6401f808a
Merge pull request #292636 from RaitoBezarius/smm-works-for-something-else-than-x86-actually
OVMF: remove invalid `assert` on SMM
2024-03-02 21:04:12 +01:00
Pol Dellaiera
339af2d37a
Merge pull request #290805 from Elserjo/vbox
virtualbox: add disable update patch
2024-03-02 10:22:24 +01:00
Aaron Jheng
5ee8407c82
docker_20_10: remove 2024-03-02 17:16:44 +08:00
Raito Bezarius
99cf2d1e88 OVMF: remove invalid assert on SMM
Someone seems to believe that SMM implies x86, this is wrong.
aarch64 supports SMM too, see upstream QEMU code.

The proper way to do this is to signal support via QEMU itself, this is something
we cannot do because we have no way to communicate QEMU support itself (yet?).

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 23:40:36 +01:00
R. Ryantm
a1cda20192 crun: 1.14.3 -> 1.14.4 2024-02-29 18:10:10 +00:00
Julian Stecklina
7dd125e9a0 virtualboxKvm: init at 20240226 2024-02-28 17:36:22 +01:00
Nick Cao
d729e1a861
Merge pull request #292050 from r-ryantm/auto-update/lima-bin
lima-bin: 0.19.1 -> 0.20.1
2024-02-28 11:02:48 -05:00
Adam C. Stephens
ec4764b25f
Merge pull request #291963 from adamcstephens/ovmf/deletecsm
OVMF: remove CSM support
2024-02-28 09:09:24 -05:00
R. Ryantm
7d133525d3 lima-bin: 0.19.1 -> 0.20.1 2024-02-28 10:21:08 +00:00
K900
d53c203739
Merge pull request #291544 from K900/ovmf-oof
nixos/tests: drop LegacyStartCommand
2024-02-28 09:32:26 +03:00
Nick Cao
c7238a47bd
Merge pull request #282861 from r-ryantm/auto-update/lima
lima: 0.19.1 -> 0.20.1
2024-02-27 22:25:52 -05:00
Adam Stephens
4631f2e1ed
OVMF: remove CSM support
Upstream removed this support in edk2 202402
2024-02-27 20:39:11 -05:00
K900
a15aa7a3f3 treewide: clean up misc OVMF.fd references
We have passthru attributes, use them.
2024-02-27 23:15:59 +03:00
Antoine du Hamel
b9652c73ed
tart: 2.4.3 -> 2.6.0 (#279648) 2024-02-27 16:44:35 +01:00
Emily
4eb3a709fd
Merge pull request #278607 from jmbaur/docker-25
docker_25: init at 25.0.3
2024-02-26 15:46:14 +01:00
Shea Levy
6edee624d0
OVMF: Restore installation of OVMF.fd.
I accidentally removed this in f6fc51d (I missed the leading comma on
line 160), which was merged as part of #284874

This should be removed eventually, but it should be done intentionally
with proper release notes.
2024-02-26 07:55:55 -05:00
Adam C. Stephens
af810fc67e
Merge pull request #284874 from shlevy/ovmf-ms
Enable MS-compatible secure boot with OVMF
2024-02-25 22:34:05 -05:00
yellowhat
50f953be9b cri-o: 1.29.1 -> 1.29.2
Update pkgs/applications/virtualization/cri-o/default.nix

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2024-02-24 11:03:11 +01:00
Serg
d5decf6e96 virtualbox: add disable update patch 2024-02-24 09:46:12 +03:00
Sandro
032162631d
Merge pull request #284981 from Elserjo/vbox 2024-02-22 21:17:06 +01:00
Someone
ee3923ed7d
Merge pull request #284507 from ereslibre/containers-cdi
NixOS: Add support for CDI
2024-02-22 13:03:18 +00:00
Rafael Fernández López
6ac6aab199 nvidia-container-toolkit: move to by-name structure 2024-02-21 22:17:11 +01:00
Rafael Fernández López
8ba61ebb8a services/hardware: add nvidia-container-toolkit 2024-02-21 22:17:07 +01:00
R. Ryantm
3d618df321 nixpacks: 1.21.1 -> 1.21.2 2024-02-20 23:30:35 +00:00