Commit Graph

3072 Commits

Author SHA1 Message Date
zowoq
bf816a54cf podman: 4.4.1 -> 4.4.2
Diff: https://github.com/containers/podman/compare/v4.4.1...v4.4.2

Changelog: https://github.com/containers/podman/blob/v4.4.2/RELEASE_NOTES.md
2023-02-25 09:49:42 +10:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Anderson Torres
73da635cdf
Merge pull request #216843 from heyimnova/master
quickgui: init at 1.2.8
2023-02-19 22:00:45 -03:00
heyimnova
1d7e7869b9
quickgui: init at 1.2.8 2023-02-19 20:50:29 +00:00
Mario Rodas
65ffe1d56b
Merge pull request #217139 from r-ryantm/auto-update/nixpacks
nixpacks: 1.3.1 -> 1.4.0
2023-02-19 10:50:43 -05:00
Guillaume Girol
4c7a1272a2
Merge pull request #216428 from ShamrockLee/apptainer-suid-flag
apptainer: always specify either --with-suid or --without-suid build flag
2023-02-19 12:23:14 +00:00
R. Ryantm
4902c3e074 nixpacks: 1.3.1 -> 1.4.0 2023-02-19 12:19:11 +00:00
Yueh-Shun Li
6e9902c7f6 apptainer: always specify either --with-suid or --without-suid build flag 2023-02-19 07:55:10 +00:00
zowoq
3e081095a4 Revert "podman: remove wrapper"
This reverts commit 02f9255044.

broke rootlessport port forwarding
2023-02-17 20:26:02 +10:00
zowoq
812f10ce55 containerd: 1.6.17 -> 1.6.18
https://github.com/containerd/containerd/releases/tag/v1.6.18
2023-02-16 09:58:09 +10:00
R. Ryantm
418cc13dd1 docker-compose: 2.15.1 -> 2.16.0 2023-02-15 11:56:07 +00:00
zowoq
5ecc72cb5b podman: add version test for all platforms 2023-02-14 19:22:24 +10:00
zowoq
02f9255044 podman: remove wrapper
trying to get all of the podman functionality to work with the wrapper
 is becoming more complicated with each release, it isn't sustainable

removing the wrapper does mean that using extraPackages will need to build from source

- include pkgs.zfs by default in the wrapped podman used by the module so it is cached
  - anyone using zfsUnstable will need to build from source

- remove unnecessary serviceConfig overrides

- set HELPER_BINARIES_DIR during build

- use install.bin target on linux for podman/tmpfiles
  - also installs quadlet/rootlessport in libexec

- remove unnecessary rootlessport output

- remove unnecessary substituteInPlace
2023-02-14 19:22:24 +10:00
Sandro
cc443761cb
Merge pull request #214534 from dramforever/qemu-remove-cpu-flag 2023-02-13 16:54:13 +01:00
Justin Bedő
c862d574e2
Merge pull request #215690 from GaetanLepage/update-apptainer
apptainer: 1.1.3 -> 1.1.5
2023-02-12 22:40:55 +00:00
zowoq
e84f1438a1 containerd: 1.6.16 -> 1.6.17
https://github.com/containerd/containerd/releases/tag/v1.6.17
2023-02-11 07:15:39 +10:00
Gaetan Lepage
467eced7c5 apptainer: 1.1.3 -> 1.1.5 2023-02-10 16:36:22 +01:00
7c6f434c
9e3a418a2f
Merge pull request #214384 from Atemu/update/govirt
libgovirt: 0.3.8 -> 0.3.9, virt-viewer: touchups
2023-02-10 05:29:02 +00:00
dramforever
08e6d08ace qemu: Remove --cpu= flag
'./configure --cpu=$(uname -m)' (essentially) breaks the case of riscv,
where the configure script expects '--cpu=riscv', but 'uname -m' gives
'riscv{32,64}'. This eventually leads to user-mode emulation being
disabled.

Since the configure script can auto-detect the parameter based on
compilers, remove this flag.

Originally added in #147692, but apparently it's not needed and @NickCao
couldn't remember why it was added. See also mailing list discussion at
https://lore.kernel.org/qemu-devel/20230204112502.2558739-1-mjt@msgid.tls.msk.ru/T/
2023-02-10 00:02:36 +08:00
dramforever
f70071e41d qemu: fix cross compilation, again
The python dependencies were fixed for cross in #147692, but the changes
are reversed #190560 due to concerns of accidentally mixing python
versions. Compromise by using python3Packages.python.
2023-02-09 21:55:51 +08:00
zowoq
015188525a podman: 4.4.0 -> 4.4.1
https://github.com/containers/podman/releases/tag/v4.4.1
2023-02-09 18:14:35 +10:00
Nick Cao
aa06096064
Merge pull request #213832 from GenericNerdyUsername/riscof
python3Packages.riscof: init 1.25.2
2023-02-09 08:31:26 +08:00
GenericNerdyUsername
6f2d5c582b
sail-riscv-*: init at 0.5 2023-02-08 22:30:39 +00:00
Yueh-Shun Li
d35f5c2695 apptainer-overriden-nixos,singularity-overriden-nixos: init 2023-02-08 18:04:05 +08:00
Yueh-Shun Li
71a89291ee apptainer, singularity: enable non-FHS --fakeroot support
This patch provides input arguments `newuidmapPath` and `newgidmapPath`
for apptainer and singularity to specify the path to the SUID-ed executables
newuidmap and newgidmap where they are not available from the FHS PATH.

As NixOS places those suided executables in a non-FHS position
(/run/wrapper/bin), this patch provides
programs.singularity.enableFakeroot option and implement with the above
input parameters.
2023-02-08 18:04:05 +08:00
Yueh-Shun Li
50788d2fb0 apptainer, singularity: fix defaultPath and reflect upstream changes
Upstream changes:
singularity 3.8.7 (the legacy) -> apptainer 1.1.3 (the renamed) / singularity 3.10.4 (Sylabs's fork)

Build process:
*   Share between different sources
*   Fix the sed regexp to make defaultPath patch work
*   allowGoReference is now true
*   Provied input parameter removeCompat (default to false)
    that removes the compatible "*singularity*" symbolic links
    and related autocompletion files when projectName != "singularity"
*   Change localstatedir to /var/lib
*   Format with nixpkgs-fmt
*   Fix the defaultPath patching
    and use it instead of the `<executable> path` config directive
    deprecated in Apptainer
*   Provide dependencies for new functionalities such as
    squashfuse (unprivileged squashfs mount)
*   Provide an attribute `defaultPathInputs` to override
    prefix of container runtime default PATH

NixOS module programs.singularity:
*   Allow users to specify packages
*   Place related directories to /var/lib
*   Format with nixpkgs-fmt

singularity-tools:
*   Allow users to specify packages
*   Place related directories to /var/lib when building images in VM
2023-02-08 18:03:11 +08:00
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
Atemu
d8ed555748 libgovirt: 0.3.8 -> 0.3.9
Also switched to the meson+ninja
2023-02-04 15:13:35 +01:00
Atemu
81b5707893 virt-viewer: use regular spice-gtk 2023-02-04 15:13:35 +01:00
Atemu
910f943116 virt-viewer: cleanup 2023-02-04 15:13:35 +01:00
Atemu
d397b09062 virt-viewer: disable ovirtSupport 2023-02-04 15:13:31 +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