about summary refs log tree commit diff
path: root/pkgs/applications/virtualization
AgeCommit message (Collapse)AuthorFilesLines
2023-08-02Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumptionRobert Hensing1-0/+1
lib.getExe: Do not make assumptions about the main program
2023-08-01Merge pull request #246672 from r-ryantm/auto-update/nixpacksfigsoda1-3/+3
nixpacks: 1.10.1 -> 1.12.0
2023-08-02nixpacks: 1.10.1 -> 1.12.0R. Ryantm1-3/+3
2023-08-01docker: add glibc buildInput only on >=23.xMark Vainomaa1-1/+5
2023-08-01docker: disable man pages buildingMark Vainomaa1-4/+4
See NixOS#225309 for discussion
2023-08-01docker: clean up buildInputs for cliMark Vainomaa1-6/+1
2023-08-01docker: zfs patch is in >= 23.xMark Vainomaa1-1/+1
2023-08-01docker_24: init at 24.0.5Mark Vainomaa1-1/+16
2023-08-01containerd: 1.7.2 -> 1.7.3R. Ryantm1-2/+2
2023-08-01treewide: Add meta.mainProgramRobert Hensing1-0/+1
Based on ofborg feedback. Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-07-28Merge pull request #244346 from adamcstephens/ovmf/4mbRyan Lahfa1-2/+6
2023-07-27ovmf: add adamcstephens as maintainerAdam Stephens1-1/+1
2023-07-27ovmf: add support for 4MB flash imageAdam Stephens1-1/+5
2023-07-27crun: 1.8.5 -> 1.8.6Sascha Grunert1-2/+3
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-07-25podman: 4.5.1 -> 4.6.0zowoq2-8/+8
Diff: https://github.com/containers/podman/compare/v4.5.1...v4.6.0 Changelog: https://github.com/containers/podman/blob/v4.6.0/RELEASE_NOTES.md
2023-07-24Merge pull request #244120 from marsam/update-docker-slimPol Dellaiera1-2/+6
docker-slim: 1.40.2 -> 1.40.3
2023-07-24Merge pull request #244590 from astro/firecrackerPol Dellaiera1-3/+3
firecracker: 1.3.1 -> 1.4.0
2023-07-24docker: remove mikroskeem from maintainersMark Vainomaa1-1/+1
2023-07-24docker: apply fix starting containers with a local connection with the CLIThomas Gerbet1-0/+8
The change done in 4a526a901c3da5092e0ac7278ad49fe00940f0b4 was not enough to cover everything. In order for the Docker CLI to work when built with Go 1.20.6 it is also required to have the equivalent patch for the docker/cli repository.
2023-07-24Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-07-23Merge pull request #245063 from SuperSandro2000/remove-maintainerSandro1-1/+1
treewide: reduce packages I maintainer
2023-07-23treewide: reduce packages I maintainerSandro Jäckel1-1/+1
2023-07-23virtualbox: 7.0.8 -> 7.0.10Vladimír Čunát3-5/+5
Includes a "Critical Patch Update to address security vulnerabilities" https://blogs.oracle.com/virtualization/post/oracle-vm-virtualbox-7010-is-now-available It also fixes build which probably broke with libxml2 upgrade https://hydra.nixos.org/build/228189683/nixlog/1/tail
2023-07-23Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-23Merge pull request #244827 from trofi/qemu-updateArtturi1-2/+2
2023-07-22Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-07-22qemu: 8.0.2 -> 8.0.3Sergei Trofimovich1-2/+2
Changes: https://www.mail-archive.com/qemu-devel@nongnu.org/msg975665.html
2023-07-22Remove tailhook from maintainersPaul Colomiets1-1/+1
2023-07-21Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-07-21Merge pull request #244013 from SuperSandro2000/docker-composeSandro1-3/+3
docker-compose: 2.19.1 -> 2.20.2
2023-07-21firecracker: 1.3.1 -> 1.4.0Astro1-3/+3
2023-07-20Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-20runc: 1.1.7 -> 1.1.8Sascha Grunert1-2/+2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-07-20Merge master into staging-nextgithub-actions[bot]1-7/+7
2023-07-20Merge pull request #244312 from LeSuisse/docker-20.10.24maxine1-7/+7
docker: 20.10.23 -> 20.10.25
2023-07-19docker: 20.10.23 -> 20.10.25Thomas Gerbet1-7/+7
Fixes CVE-2023-28841, CVE-2023-28840 and CVE-2023-28842. Release notes: https://github.com/moby/moby/releases/tag/v20.10.24 https://github.com/moby/moby/releases/tag/v20.10.25
2023-07-19docker-compose: 2.19.1 -> 2.20.2Sandro Jäckel1-3/+3
Diff: https://github.com/docker/compose/compare/v2.19.1...v2.20.2
2023-07-19Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-19Merge master into staging-nextgithub-actions[bot]2-2/+7
2023-07-19docker-buildx: 0.11.1 -> 0.11.2Thomas Gerbet1-2/+2
https://github.com/docker/buildx/releases/tag/v0.11.2
2023-07-19Merge pull request #244290 from LeSuisse/fix-local-build-docker-go-1.20.6Sandro1-0/+5
2023-07-19docker: fix starting containers with a local connectionThomas Gerbet1-0/+5
Fixes #244159 Issue is caused by a fix in Go 1.20.6, see upstream issue https://github.com/moby/moby/issues/45935
2023-07-18ecs-agent: 1.73.0 -> 1.73.1R. Ryantm1-2/+2
2023-07-18Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-18cri-o-unwrapped: 1.27.0 -> 1.27.1R. Ryantm1-2/+2
2023-07-17Merge staging-next into staginggithub-actions[bot]3-161/+930
2023-07-17Merge pull request #242111 from astro/cloud-hypervisorSandro2-158/+927
cloud-hypervisor: 32.0 -> 33.0
2023-07-17nixpacks: 1.10.0 -> 1.10.1R. Ryantm1-3/+3
2023-07-17docker-slim: 1.40.2 -> 1.40.3Mario Rodas1-2/+6
Diff: https://github.com/slimtoolkit/slim/compare/1.40.2...1.40.3 Changelog: https://github.com/slimtoolkit/slim/raw/1.40.3/CHANGELOG.md
2023-07-16Merge branch 'staging-next' into stagingJan Tojnar1-3/+3
Conflicts: - pkgs/servers/geospatial/pg_featureserv/default.nix between 4e68587cdabc75b411ce6e6ada9591f16bf4de20 and 1c29673fcce3aecd0cb4f30058c266ea5480c8a3