unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60370] [PATCH] gnu: Update podman to 4.3.1.
@ 2022-12-28  0:49 Simon Josefsson via Guix-patches via
  2022-12-29  1:45 ` bug#60370: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Josefsson via Guix-patches via @ 2022-12-28  0:49 UTC (permalink / raw)
  To: 60370


[-- Attachment #1.1: Type: text/plain, Size: 552 bytes --]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Update-podman-to-4.3.1.patch --]
[-- Type: text/x-patch, Size: 1554 bytes --]

From 98ef2db67c652ef28c32fd1c9b964d6b04be5439 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon@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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60370: [PATCH] gnu: Update podman to 4.3.1.
  2022-12-28  0:49 [bug#60370] [PATCH] gnu: Update podman to 4.3.1 Simon Josefsson via Guix-patches via
@ 2022-12-29  1:45 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-12-29  1:45 UTC (permalink / raw)
  To: Simon Josefsson; +Cc: 60370-done

Simon Josefsson <simon@josefsson.org> writes:

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

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-29  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-28  0:49 [bug#60370] [PATCH] gnu: Update podman to 4.3.1 Simon Josefsson via Guix-patches via
2022-12-29  1:45 ` bug#60370: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).