Robert Hensing
|
eeefa0a65d
|
podman: Add nixosTests.podman-dnsname to tests
(cherry picked from commit 1d781e5c80d3c392933479a114e9e3857a1d9529)
|
2021-06-02 10:20:11 +02:00 |
Robert Hensing
|
29ee113277
|
podman: Add iproute2, fixing docker network rm
(cherry picked from commit db31d8354d9c1988968f076c4e01843330162e03)
|
2021-06-02 10:20:11 +02:00 |
Robert Hensing
|
833b005e37
|
nixos/podman-network-socket-ghostunnel: init
(cherry picked from commit b6570e723836167640c9b7efc63f327ff17b0755)
|
2021-06-02 10:20:10 +02:00 |
zowoq
|
17ba99dd68
|
podman: install cni config
(cherry picked from commit fd59022ee9eb8d08b65df563c65e4218a68fca3c)
|
2021-06-02 10:20:10 +02:00 |
Nick Cao
|
0919b5c419
|
podman: add systemd to rpath
(cherry picked from commit ada45ac3aee664265759611d09443d549250bd70)
|
2021-06-02 10:20:10 +02: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 |