podman 4.7.2

This commit is contained in:
Jean-François GUILLAUME 2023-11-02 11:54:19 +00:00
commit c049a40f88

View file

@ -20,14 +20,14 @@
(define-public podman
(package
(name "podman")
(version "4.6.1")
(version "4.7.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256 (base32 "0d5lfj8i0250f2lrirbq8ayihagmws0hnkjwbyb9nrh6zs6lns3c"))
(sha256 (base32 "1z9ipwc89cpd3vqn6addbvrw6irwkzpgmqdb6r23jvalw45574d3"))
(modules '((guix build utils)))
(snippet '(begin
; (substitute* "Makefile" ((".*hack/btrfs.*") ""))
@ -70,7 +70,7 @@
(invoke "make" "install.completions"
(string-append "PREFIX=" #$output)))))))
(inputs (list btrfs-progs gnu:cni-plugins gnu:conmon gnu:crun gpgme go-github-com-go-md2man iptables libassuan libseccomp libselinux gnu:slirp4netns fuse-overlayfs))
(native-inputs (list bats git go-1.18 pkg-config python))
(native-inputs (list bats git go-1.20 pkg-config python))
(propagated-inputs (list fuse-overlayfs))
(home-page "https://podman.io")
(synopsis "Manage containers, images, pods, and their volumes")
@ -79,15 +79,15 @@
(define-public podman-with-overlayfs
(package
(name "podman")
(version "4.6.1")
(name "podman-with-overlayfs")
(version "4.7.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256 (base32 "0d5lfj8i0250f2lrirbq8ayihagmws0hnkjwbyb9nrh6zs6lns3c"))
(sha256 (base32 "1z9ipwc89cpd3vqn6addbvrw6irwkzpgmqdb6r23jvalw45574d3"))
(modules '((guix build utils)))
(snippet '(begin
(substitute* "Makefile" ((".*hack/btrfs.*") ""))
@ -130,7 +130,7 @@
(invoke "make" "install.completions"
(string-append "PREFIX=" #$output)))))))
(inputs (list btrfs-progs gnu:cni-plugins gnu:conmon gnu:crun gpgme go-github-com-go-md2man iptables libassuan libseccomp libselinux gnu:slirp4netns))
(native-inputs (list bats git go-1.18 pkg-config python))
(native-inputs (list bats git go-1.20 pkg-config python))
(home-page "https://podman.io")
(synopsis "Manage containers, images, pods, and their volumes")
(description "Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.")