GNU bug report logs - #60370
[PATCH] gnu: Update podman to 4.3.1.

Previous Next

Package: guix-patches;

Reported by: Simon Josefsson <simon <at> josefsson.org>

Date: Wed, 28 Dec 2022 00:51:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60370: closed ([PATCH] gnu: Update podman to 4.3.1.)
Date: Thu, 29 Dec 2022 01:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Dec 2022 09:45:39 +0800
with message-id <87pmc37zjw.fsf <at> envs.net>
and subject line Re: bug#60370: [PATCH] gnu: Update podman to 4.3.1.
has caused the debbugs.gnu.org bug report #60370,
regarding [PATCH] gnu: Update podman to 4.3.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60370: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60370
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Simon Josefsson <simon <at> josefsson.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Update podman to 4.3.1.
Date: Wed, 28 Dec 2022 01:49:55 +0100
[Message part 3 (text/plain, inline)]
Hi.  This updates podman to 4.3.1.  I haven't done extensive testing,
but the following launches a Trisquel images that appears to work:

echo 'unqualified-search-registries=["docker.io"]' > $HOME/.config/containers/registries.conf
echo '{ "default": [{"type": "insecureAcceptAnything"}] }' > $HOME/.config/containers/policy.json 
#sudo mount -t cgroup2 none /sys/fs/cgroup
echo $USER:10000:65536 | sudo tee /etc/subuid
echo $USER:10000:65536 | sudo tee /etc/subgid
#podman system migrate
podman run -it --rm kpengboy/trisquel:11.0

/Simon
[0001-gnu-Update-podman-to-4.3.1.patch (text/x-patch, inline)]
From 98ef2db67c652ef28c32fd1c9b964d6b04be5439 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon <at> josefsson.org>
Date: Wed, 28 Dec 2022 01:42:33 +0100
Subject: [PATCH] gnu: Update podman to 4.3.1.

* gnu/packages/containers.scm (podman): Update to 4.3.1.
[native-inputs]: Add python, for hack/markdown-preprocess.
---
 gnu/packages/containers.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index e2d698dcc2..985dea7bdb 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -274,7 +274,7 @@ (define-public cni-plugins
 (define-public podman
   (package
     (name "podman")
-    (version "4.2.1")
+    (version "4.3.1")
     (source
      (origin
        (method git-fetch)
@@ -282,7 +282,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "0ph8gf5gk9z1hm1v5kv924dipswvgrz0sgk23plnh2q0vbnh4wvv"))
+        (base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
        (file-name (git-file-name name version))))
 
     (build-system gnu-build-system)
@@ -346,7 +346,8 @@ (define-public podman
            git
            go
            ; strace ; XXX debug
-           pkg-config))
+           pkg-config
+           python))
     (home-page "https://podman.io")
     (synopsis "Manage containers, images, pods, and their volumes")
     (description
-- 
2.38.1

[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Simon Josefsson <simon <at> josefsson.org>
Cc: 60370-done <at> debbugs.gnu.org
Subject: Re: bug#60370: [PATCH] gnu: Update podman to 4.3.1.
Date: Thu, 29 Dec 2022 09:45:39 +0800
Simon Josefsson <simon <at> josefsson.org> writes:

> Subject: [PATCH] gnu: Update podman to 4.3.1.

Applied, thank you!


This bug report was last modified 2 years and 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.