Commit graph

94 commits

Author SHA1 Message Date
Ben Siraphob ceaddd6e2f
Merge pull request #130406 from zowoq/podman
podman: 3.2.2 -> 3.2.3
2021-07-18 02:17:57 +07:00
zowoq f4902536aa podman: add darwin wrapper with qemu for podman machine
- requires xz to unpack vm image
- remove linux install conditional to simplify wrapper
2021-07-17 20:54:50 +10:00
zowoq d7813ca189 podman: 3.2.2 -> 3.2.3
https://github.com/containers/podman/releases/tag/v3.2.3
2021-07-17 07:52:54 +10:00
zowoq adef8f2abb podman: 3.2.1 -> 3.2.2
https://github.com/containers/podman/releases/tag/v3.2.2
2021-06-26 07:11:04 +10:00
zowoq c4d43ee1f8 podman: 3.1.2 -> 3.2.1
https://github.com/containers/podman/releases/tag/v3.2.0
https://github.com/containers/podman/releases/tag/v3.2.1
2021-06-15 09:35:20 +10:00
Robert Hensing 1d781e5c80 podman: Add nixosTests.podman-dnsname to tests 2021-05-31 14:31:09 +02:00
Robert Hensing 3600a82711
Merge pull request #124921 from zowoq/podman-cni-conf
podman: install cni config
2021-05-31 14:27:10 +02:00
Robert Hensing db31d8354d podman: Add iproute2, fixing docker network rm 2021-05-30 11:23:25 +02:00
Robert Hensing b6570e7238 nixos/podman-network-socket-ghostunnel: init 2021-05-30 11:23:24 +02:00
zowoq fd59022ee9 podman: install cni config 2021-05-30 11:40:33 +10:00
Nick Cao ada45ac3ae podman: add systemd to rpath 2021-05-30 11:38:17 +10:00
Nick Cao e1d59ae8d4 Revert "podman: add systemd to LD_LIBRARY_PATH for journald log driver"
This reverts commit b71086499de8644780bbe59dd31d1eb3d04f3c06.
2021-05-30 11:38:17 +10:00
Nick Cao 0579444f1d podman: add systemd to LD_LIBRARY_PATH for journald log driver 2021-05-26 09:51:43 +10:00
zowoq bde376538e podman: 3.1.1 -> 3.1.2
https://github.com/containers/podman/releases/tag/v3.1.2
2021-04-22 06:46:01 +10:00
Mario Rodas 67c4ab77be podman: 3.1.0 -> 3.1.1
https://github.com/containers/podman/releases/tag/v3.1.1
2021-04-17 16:02:58 +10:00
zowoq 974ee55b16 podman: add phase hooks 2021-03-31 21:06:23 +10:00
zowoq 083c46aabe podman: 3.0.1 -> 3.1.0
https://github.com/containers/podman/releases/tag/v3.1.0
2021-03-31 16:44:38 +10:00
zowoq 92f9b27c12 podman: 3.0.0 -> 3.0.1
https://github.com/containers/podman/releases/tag/v3.0.1
2021-02-19 10:51:30 +10:00
zowoq 8c8d4f3398 podman: install systemd files
- install podman service and socket
- install podman tmpfile
2021-02-14 06:57:38 +10:00
adisbladis 9c98282609
podman: Prefer to build wrapper locally
This build is basically just creating 2 symlinks and a wrapper script.
Downloading it from a cache is not efficient.
2021-02-13 15:51:33 +01:00
adisbladis a62f04d38e
podman: Fix sha256
For some reason the archive sha256 has changed..
2021-02-13 15:14:31 +01:00
adisbladis 304617494b
podman: Remove unconfigured runtime warnings
It doesn't make sense as we promote using the podman wrapper where runtime paths will vary because they are nix store paths.
2021-02-13 14:39:02 +01:00
Mario Rodas c831e4e9e4 podman: 2.2.1 -> 3.0.0
https://github.com/containers/podman/releases/tag/v3.0.0
2021-02-11 04:20:00 +00:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
zowoq cfbc1af189 podman: 2.2.0 -> 2.2.1
https://github.com/containers/podman/releases/tag/v2.2.1
2020-12-09 05:37:31 +10:00
Sascha Grunert bd6067cd5d podman: 2.1.0 -> 2.2.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-12-01 22:20:11 +10:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
zowoq bbeed7ecf8 podman: 2.1.0 -> 2.1.1
https://github.com/containers/podman/releases/tag/v2.1.1
2020-09-26 12:44:38 +10:00
Sascha Grunert 5c27f0dd65 podman: 2.0.6 -> 2.1.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-23 07:10:18 +10:00
Sascha Grunert 7bb51c2a60 podman: 2.0.5 -> 2.0.6
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-02 07:33:34 +10:00
zowoq e6ec21dfa3 podman: 2.0.4 -> 2.0.5
https://github.com/containers/podman/releases/tag/v2.0.5
2020-08-26 08:04:49 +10:00
zowoq 304e6037ad podman: inherit tests 2020-08-24 19:19:41 +10:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 3d029212b0 podman: 2.0.3 -> 2.0.4
https://github.com/containers/podman/releases/tag/v2.0.4
2020-08-02 09:32:18 +10:00
zowoq 8f5763ae96 podman: 2.0.2 -> 2.0.3
https://github.com/containers/podman/releases/tag/v2.0.3
2020-07-24 07:55:40 +10:00
zowoq db5bf52c7c podman: update repo 2020-07-16 12:21:46 +10:00
adisbladis 34a56f207c
podman: 2.0.1 -> 2.0.2 2020-07-10 11:24:57 +02:00
zowoq 19052cfb37 podman: fix darwin build 2020-06-27 09:58:45 +10:00
zowoq 405947fbec podman: 1.9.3 -> 2.0.1
https://github.com/containers/libpod/releases/tag/v2.0.0
https://github.com/containers/libpod/releases/tag/v2.0.1
2020-06-26 08:09:21 +10:00
zowoq 37a87c343c podman: update comments in wrapper 2020-05-25 12:27:49 +02:00
zowoq 9754e3485c podman: 1.9.2 -> 1.9.3
https://github.com/containers/libpod/releases/tag/v1.9.3
2020-05-23 06:15:10 +10:00
zowoq fe45946f7d podman: don't build "podman-remote" 2020-05-19 10:00:19 +10:00
zowoq e142fbb3f7 podman: add libapparmor, libselinux 2020-05-14 23:08:01 +10:00
zowoq 1ad3b685f4 podman: switch to buildGoModule 2020-05-14 17:36:49 +10:00
zowoq 82e0e43284 podman: fix passthru.tests 2020-05-14 09:39:49 +10:00
zowoq 115b797a43 podman: 1.9.1 -> 1.9.2
https://github.com/containers/libpod/releases/tag/v1.9.2
2020-05-14 09:39:49 +10:00
zowoq 5012fc268b podman: disable on darwin 2020-05-06 22:26:19 +10:00
adisbladis ba798d2c89 podman: Link directly to podman.man instead of maping over outputs
This seems brittle and fails on Hydra / OfBorg but not locally.
2020-05-06 21:09:12 +10:00
Frederik Rietdijk 9875bbae75 Merge master into staging-next 2020-05-05 19:51:09 +02:00