Commit Graph

144 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 b71086499d.
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
adisbladis
7c77e6d988
podman: Link directly to podman.man instead of maping over outputs
This seems brittle and fails on Hydra / OfBorg but not locally.
2020-05-05 00:47:42 +01:00
adisbladis
b346e1d444
podman: Don't symlink the $bin output
If we do it propagates and ends up in $PATH inside nix-shell
2020-05-04 22:20:00 +01:00
zowoq
a677738a23
podman: use $out instead of $bin with buildGoPackage 2020-05-04 20:55:21 +01:00
zowoq
b815de00f7 podman: use $out instead of $bin with buildGoPackage 2020-05-01 18:24:09 +10:00
Frederik Rietdijk
484ee79050 Merge staging-next into staging 2020-05-01 08:57:10 +02:00
adisbladis
b2a9a3e9cb
podman: Wrap packages required to run containers 2020-04-29 11:40:44 +01:00
Jan Tojnar
2874eebfd2
Merge branch 'staging-next' into staging 2020-04-29 08:35:47 +02:00
zowoq
3fb6a304d0 podman: 1.9.0 -> 1.9.1
https://github.com/containers/libpod/releases/tag/v1.9.1
2020-04-29 08:31:03 +10:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
zowoq
97851a33ac podman: add passthru.tests 2020-04-23 08:14:55 +02:00
zowoq
05be03fbce podman: 1.8.2 -> 1.9.0
https://github.com/containers/libpod/releases/tag/v1.9.0
2020-04-16 08:26:09 +10:00
zowoq
edd336f4bb podman: update maintainers 2020-04-03 20:37:59 +10:00
zowoq
617d3b751a podman: 1.8.1 -> 1.8.2
https://github.com/containers/libpod/releases/tag/v1.8.2
2020-03-20 07:09:17 +10:00
zowoq
be13a1f358 podman: 1.8.0 -> 1.8.1
https://github.com/containers/libpod/releases/tag/v1.8.1
2020-03-12 07:04:31 +00:00
Sascha Grunert
6d7e4fb746
podman: v1.7.0 -> v1.8.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-02-07 15:25:19 +01:00
Mario Rodas
d712be5f3e
podman: add marsam to maintainers 2019-12-13 04:21:00 -05:00
Mario Rodas
072cdcb265
podman: enable on darwin 2019-12-13 04:20:00 -05:00
zowoq
66978f0f46 podman: 1.6.3 -> 1.7.0 2020-01-08 07:25:59 +10:00
zowoq
21a28f2f0b podman: install completion 2019-12-27 22:53:17 +10:00
Sascha Grunert
b5d42984bb
podman: v1.6.2 -> v1.6.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-05 08:38:54 +01:00
Pavol Rusnak
afd38ea1ee
stop using hardeningDisable = [ "fortify" ]; for Go packages
it seems that the issue #25959 is not present anymore
2019-10-27 14:44:26 +01:00
Sascha Grunert
64dbf3a22d podman: 1.6.1 -> 1.6.2
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-21 18:11:30 +02:00
Sascha Grunert
4f2119af05
podman: 1.5.1 -> 1.6.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-04 08:42:39 +02:00
Frederik Rietdijk
fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Sascha Grunert
a2b27ecf37
podman: 1.4.4 -> 1.5.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-16 14:28:46 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Sascha Grunert
31feec6b5f
podman: 1.3.2 -> 1.4.4
Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
2019-07-29 09:39:51 +02:00
Sascha Grunert
3577443b37 conmon: 0.0.1pre52_6905a4d -> 0.2.0
Update conmon to v0.2.0 and move it into a dedicated package. Since we
are now using conmon as dedicated package, cri-o does not need to built
it, too.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-06-11 10:44:22 -07:00
Will Dietz
7e59e33b8a
conmon: 0.0.1pre52_xxxx -> 0.2.0
https://github.com/containers/conmon/releases/tag/v0.2.0
2019-06-04 15:44:18 -05:00
Will Dietz
71304bf88c
podman: 1.3.1 -> 1.3.2 2019-06-04 15:44:17 -05:00
Austin Seipp
99c8680f49 podman: 1.2.0 -> 1.3.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-23 12:05:48 +02:00
Austin Seipp
a86c178a58 conmon: unstable-2019-03-19 -> 0.0.1pre52_6905a4d
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-23 12:05:48 +02:00
Vincent Demeester
91fc821cc1
podman: 1.1.2 -> 1.2.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-04-05 16:56:37 +02:00
Vincent Demeester
1bd0655e6d podman: 1.1.0 -> 1.1.2 (#56945)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:31:58 +01:00
Vincent Demeester
42a79f7bc2
podman: 1.0.0 -> 1.1.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-02-28 11:54:53 +01:00
Vincent Demeester
e8a4d2a2be
conmon: unstable-2018-11-28 -> unstable-2019-02-15
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-02-28 11:25:24 +01:00
tilpner
b02d871652
podman: install manpages 2019-02-08 14:31:33 +01:00
Vincent Demeester
de5fd9e611
podman: 0.12.1.2 -> 1.0.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-21 12:24:12 +01:00
Jörg Thalheim
3ca7722757
podman: use buildGoPackage 2019-01-21 12:21:12 +01:00
Vincent Demeester
1a10caf4df
podman: 0.12.1 -> 0.12.1.2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-21 12:21:12 +01:00
Vincent Demeester
e3452cd875
podman: 0.11.1 -> 0.12.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-21 12:21:12 +01:00
Vincent Demeester
a97b42511f
podman: add patch from containers/libpod#1977
Removes the `-i` from the `go build` commands. Once the PR is merged
and released, this patch won't be required anymore.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-21 12:21:12 +01:00
Vincent Demeester
b5eda4cccc
podman: init at 0.11.1.1
podman is a binary build from libpod : libpod is a library used to
create container pods. podman aims to be *almost* compatible with the
docker cli but doesn't require a docker daemon.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-21 12:21:11 +01:00
Vincent Demeester
933b8388da
conmon: init at unstable-2018-11-28
conmon is a required dependency for `podman`

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-21 12:21:09 +01:00