about summary refs log tree commit diff
path: root/pkgs/applications/virtualization
AgeCommit message (Collapse)AuthorFilesLines
2022-01-19docker-compose_2: 2.2.2 -> 2.2.3Sandro Jäckel1-3/+3
2022-01-19docker-compose_2: add SuperSandro2000 as maintainer, strip moreSandro Jäckel1-2/+3
2022-01-18runc: 1.0.3 -> 1.1.0zowoq1-2/+2
https://github.com/opencontainers/runc/releases/tag/v1.1.0
2022-01-16colima: 0.3.1 -> 0.3.2Andreas Schmid1-2/+2
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-01-14crun: 1.4 -> 1.4.1Sascha Grunert1-2/+2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-14colima: 0.2.2 -> 0.3.1Andreas Schmid1-4/+3
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-01-14lima: 0.8.0 -> 0.8.1zowoq1-3/+3
https://github.com/lima-vm/lima/releases/tag/v0.8.1
2022-01-12conmon: 2.0.31 -> 2.0.32zowoq1-2/+2
https://github.com/containers/conmon/releases/tag/v2.0.32
2022-01-11cloud-hypervisor: 20.1 -> 20.2R. Ryantm1-3/+3
2022-01-11docker-compose_2: update vendorSha256zowoq1-1/+1
2022-01-11colima: update vendorSha256zowoq1-1/+1
2022-01-11lima: update vendorSha256zowoq1-1/+1
2022-01-10virtualbox: 6.1.28 -> 6.1.30Alyssa Ross3-4/+4
The guest additions currently don't build, either before or after this change, but upgrading is still good because it gets us Linux 5.16 compatibility for the kernel module.
2022-01-06Merge pull request #143060 from zhaofengli/binfmt-argv00x4A6F2-0/+110
nixos/binfmt: Add QEMU wrapper to preserve argv[0]
2022-01-06Merge pull request #153730 from endocrimes/dani/docker-bumpmaxine [they]1-6/+6
docker_20_10: 20.10.9 -> 20.10.12
2022-01-06containerd: 1.5.8 -> 1.5.9Danielle Lancashire1-3/+3
2022-01-06docker_20_10: 20.10.9 -> 20.10.12Danielle Lancashire1-6/+6
2022-01-04qemu: add meta.mainProgramPedroRegisPOAR1-0/+1
2022-01-03Merge pull request #150648 from whentze/masterRenaud1-0/+2
docker-compose2: pass version to ldflags
2022-01-02Merge pull request #151233 from Madouura/dev/qemuSandro1-1/+4
2022-01-01Merge pull request #152171 from babbaj/looking-glass-b5Guillaume Girol1-12/+25
looking-glass-client: B4 -> B5.0.1
2022-01-01Merge pull request #147692 from NickCao/qemuGuillaume Girol1-2/+6
qemu: fix cross compilation
2021-12-31looking-glass-client: B4 -> B5.0.1Babbaj1-12/+25
2021-12-29spike: do not re-evaluate nixpkgsJulian Stecklina1-2/+2
Avoid breaking flakes pure evaluation by using pkgsCross to get RISC-V test binaries.
2021-12-29buildkit-nix: 0.0.1 -> 0.0.2LeSuisse1-2/+2
https://github.com/AkihiroSuda/buildkit-nix/releases/tag/v0.0.2
2021-12-27Merge pull request #150774 from abbradar/docker-rootlessNikolay Amiantov1-1/+9
Rootless Docker service
2021-12-27qemu: fix cross compilationNick Cao1-2/+6
2021-12-26qemu: disable debug info on aarch64-linuxVladimír Čunát1-1/+2
This is basically a partial revert of a0262a08026.
2021-12-23Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer1-6/+5
Conflicts: pkgs/development/python-modules/jellyfin-apiclient-python/default.nix
2021-12-23Merge pull request #151702 from sephii/podman-compose-1.0.3Thiago Kenji Okada1-6/+5
podman-compose: 0.1.8 -> 1.0.3
2021-12-23Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-12-23crun: 1.3 -> 1.4zowoq1-2/+2
https://github.com/containers/crun/releases/tag/1.4
2021-12-22podman-compose: 0.1.8 -> 1.0.3Sylvain Fankhauser1-6/+5
2021-12-22docker: only add rootless dependencies for the serverNikolay Amiantov1-1/+1
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2021-12-22docker: add rootless daemon scriptNikolay Amiantov1-1/+9
2021-12-21Merge master into staging-nextgithub-actions[bot]1-0/+27
2021-12-21buildkit-nix: init at 0.0.1Thomas Gerbet1-0/+27
https://github.com/AkihiroSuda/buildkit-nix/
2021-12-18qemu: add support for JACK audioMadoura1-1/+4
2021-12-16Merge master into staging-nextgithub-actions[bot]1-3/+3
2021-12-16lima: 0.7.4 -> 0.8.0zowoq1-3/+3
https://github.com/lima-vm/lima/releases/tag/v0.8.0
2021-12-15Merge remote-tracking branch 'origin/master' into staging-nextsternenseemann2-5/+5
2021-12-14Merge pull request #150616 from marsam/update-docker-slimMario Rodas1-2/+2
docker-slim: 1.37.2 -> 1.37.3
2021-12-15cloud-hypervisor: 20.0 -> 20.1Alyssa Ross1-3/+3
2021-12-14docker-compose2: pass version to ldflagswhentze1-0/+2
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-12Merge master into staging-nextgithub-actions[bot]1-0/+41
2021-12-12colima: init at 0.2.2Andreas Schmid1-0/+41
`colima` is a very easy usable replacement for Docker Desktop on MacOS. Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-12-12docker-slim: 1.37.2 -> 1.37.3Mario Rodas1-2/+2
https://github.com/docker-slim/docker-slim/releases/tag/1.37.3
2021-12-11Merge branch 'master' into staging-nextDmitry Kalinkin1-3/+3
Conflicts: pkgs/development/python-modules/celery/default.nix pkgs/development/python-modules/kombu/default.nix
2021-12-11Merge pull request #150235 from r-ryantm/auto-update/docker-composeJörg Thalheim1-3/+3
docker-compose_2: 2.0.1 -> 2.2.2
2021-12-11docker-compose_2: 2.0.1 -> 2.2.2R. Ryantm1-3/+3