about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/podman
Commit message (Collapse)AuthorAge
* podman: update comments in wrapperzowoq2020-05-25
|
* podman: 1.9.2 -> 1.9.3zowoq2020-05-23
| | | | https://github.com/containers/libpod/releases/tag/v1.9.3
* podman: don't build "podman-remote"zowoq2020-05-19
|
* podman: add libapparmor, libselinuxzowoq2020-05-14
|
* podman: switch to buildGoModulezowoq2020-05-14
|
* podman: fix passthru.testszowoq2020-05-14
|
* podman: 1.9.1 -> 1.9.2zowoq2020-05-14
| | | | https://github.com/containers/libpod/releases/tag/v1.9.2
* podman: disable on darwinzowoq2020-05-06
|
* podman: Link directly to podman.man instead of maping over outputsadisbladis2020-05-06
| | | | This seems brittle and fails on Hydra / OfBorg but not locally.
* Merge master into staging-nextFrederik Rietdijk2020-05-05
|\
| * podman: Link directly to podman.man instead of maping over outputsadisbladis2020-05-05
| | | | | | | | This seems brittle and fails on Hydra / OfBorg but not locally.
| * podman: Don't symlink the $bin outputadisbladis2020-05-04
| | | | | | | | If we do it propagates and ends up in $PATH inside nix-shell
| * podman: use $out instead of $bin with buildGoPackagezowoq2020-05-04
| |
* | podman: use $out instead of $bin with buildGoPackagezowoq2020-05-01
| |
* | Merge staging-next into stagingFrederik Rietdijk2020-05-01
|\|
| * podman: Wrap packages required to run containersadisbladis2020-04-29
| |
* | Merge branch 'staging-next' into stagingJan Tojnar2020-04-29
|\|
| * podman: 1.9.0 -> 1.9.1zowoq2020-04-29
| | | | | | | | https://github.com/containers/libpod/releases/tag/v1.9.1
* | treewide: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|/
* podman: add passthru.testszowoq2020-04-23
|
* podman: 1.8.2 -> 1.9.0zowoq2020-04-16
| | | | https://github.com/containers/libpod/releases/tag/v1.9.0
* podman: update maintainerszowoq2020-04-03
|
* podman: 1.8.1 -> 1.8.2zowoq2020-03-20
| | | | https://github.com/containers/libpod/releases/tag/v1.8.2
* podman: 1.8.0 -> 1.8.1zowoq2020-03-12
| | | | https://github.com/containers/libpod/releases/tag/v1.8.1
* podman: v1.7.0 -> v1.8.0Sascha Grunert2020-02-07
| | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* podman: add marsam to maintainersMario Rodas2019-12-13
|
* podman: enable on darwinMario Rodas2019-12-13
|
* podman: 1.6.3 -> 1.7.0zowoq2020-01-08
|
* podman: install completionzowoq2019-12-27
|
* podman: v1.6.2 -> v1.6.3Sascha Grunert2019-11-05
| | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* stop using hardeningDisable = [ "fortify" ]; for Go packagesPavol Rusnak2019-10-27
| | | | it seems that the issue #25959 is not present anymore
* podman: 1.6.1 -> 1.6.2Sascha Grunert2019-10-21
| | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* podman: 1.5.1 -> 1.6.1Sascha Grunert2019-10-04
| | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\
| * podman: 1.4.4 -> 1.5.1Sascha Grunert2019-08-16
| | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* podman: 1.3.2 -> 1.4.4Sascha Grunert2019-07-29
| | | | Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
* conmon: 0.0.1pre52_6905a4d -> 0.2.0Sascha Grunert2019-06-11
| | | | | | | | 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>
* conmon: 0.0.1pre52_xxxx -> 0.2.0Will Dietz2019-06-04
| | | | https://github.com/containers/conmon/releases/tag/v0.2.0
* podman: 1.3.1 -> 1.3.2Will Dietz2019-06-04
|
* podman: 1.2.0 -> 1.3.1Austin Seipp2019-05-23
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* conmon: unstable-2019-03-19 -> 0.0.1pre52_6905a4dAustin Seipp2019-05-23
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* podman: 1.1.2 -> 1.2.0Vincent Demeester2019-04-05
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* podman: 1.1.0 -> 1.1.2 (#56945)Vincent Demeester2019-03-08
| | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* podman: 1.0.0 -> 1.1.0Vincent Demeester2019-02-28
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* conmon: unstable-2018-11-28 -> unstable-2019-02-15Vincent Demeester2019-02-28
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* podman: install manpagestilpner2019-02-08
|
* podman: 0.12.1.2 -> 1.0.0Vincent Demeester2019-01-21
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* podman: use buildGoPackageJörg Thalheim2019-01-21
|
* podman: 0.12.1 -> 0.12.1.2Vincent Demeester2019-01-21
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>