aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/containers.scm
Commit message (Collapse)AuthorAge
* gnu: podman: Fix path to helper binaries.Hartmut Goebel2023-07-02
| | | | | | | | | | 'quadlet' and 'rootlessport' coming with podman reside in "#$output/libexex/podman", not in "#$output/bin". Thus search this first. * gnu/packages/containers.scm (podman)[phases]<fix-hardcoded-paths>: Change subsitution for "/usr/local/libexec/podman", add substitution for "/usr/local/lib/podman".
* gnu: Add Buildah.Zongyuan Li2023-06-08
| | | | | | * gnu/packages/containers.scm (buildah): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: podman: Update to 4.4.1.Hilton Chain2023-02-27
| | | | | | | * gnu/packages/containers.scm (podman): Update to 4.4.1. [native-inputs]: Replace go to go-1.19. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: distrobox: Skip substitution in man pages.Michael Rohleder2023-02-18
| | | | | | | * gnu/packages/containers.scm (distrobox)[arguments]: Change refer-to-inputs phase to not substitute in man pages. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add distrobox.Adam Faiz2023-02-04
| | | | | | * gnu/packages/containers.scm (distrobox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: podman: Enable Btrfs support.Hilton Chain2023-01-31
| | | | | | * gnu/packages/containers.scm (podman): Enable Btrfs support. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: podman: Update to 4.3.1.Simon Josefsson2022-12-29
| | | | | | | * gnu/packages/containers.scm (podman): Update to 4.3.1. [native-inputs]: Add python, for hack/markdown-preprocess. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: yajl: Drop custom ‘lib-’ prefix.Tobias Geerinckx-Rice2022-12-11
| | | | | | * gnu/packages/web.scm (yajl): New variable, renamed from… (libyajl): …this one, which is now a DEPRECATED-PACKAGE alias of yajl. Adjust all users.
* gnu: podman: Update to 4.2.1.Hilton Chain2022-09-27
| | | | | | * gnu/packages/containers.scm (podman): Update to 4.2.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: podman: Install shell completions.Michael Rohleder2022-09-14
| | | | | | | * gnu/packages/containers.scm (podman)[arguments]: Add 'install-completions phase to install shell completions. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: slirp4netns: Update to 1.2.0.Marius Bakke2022-09-11
| | | | * gnu/packages/containers.scm (slirp4netns): Update to 1.2.0.
* gnu: libslirp: Update to 4.7.0.Marius Bakke2022-09-11
| | | | | | * gnu/packages/containers.scm (libslirp): Update to 4.7.0. [inputs]: Move GLIB ... [propagated-inputs]: ... here.
* gnu: podman: Update to 4.2.0.Zhu Zihao2022-09-08
| | | | | | * gnu/packages/containers.scm (podman): Update to 4.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: podman: Use G-expressions.Zhu Zihao2022-09-08
| | | | | | * gnu/packages/containers.scm (podman)[arguments]: Use G-expressions. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: crun: Update to 1.4.5.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/containers.scm (crun): Update to 1.4.5.
* gnu: conmon: Use G-expressions.Tobias Geerinckx-Rice2022-01-11
| | | | | * gnu/packages/containers.scm (conmon)[arguments]: Rewrite as G-expressions.
* gnu: conmon: Update to 2.0.31.Tobias Geerinckx-Rice2022-01-11
| | | | * gnu/packages/containers.scm (conmon): Update to 2.0.31.
* gnu: Add podman.Timmy Douglas2022-01-01
| | | | | | * gnu/packages/containers.scm (podman): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cni-plugins.Timmy Douglas2022-01-01
| | | | | | * gnu/packages/containers.scm (cni-plugins): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add slirp4netns.Timmy Douglas2022-01-01
| | | | | | * gnu/packages/containers.scm (slirp4netns): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libslirp.Timmy Douglas2022-01-01
| | | | | | * gnu/packages/containers.scm (libslirp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add conmon.Timmy Douglas2022-01-01
| | | | | | * gnu/packages/containers.scm (conmon): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add crun.Timmy Douglas2022-01-01
* gnu/packages/containers.scm (crun): New variable. * gnu/local.mk: add containers.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>