guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: containerd: Update to 1.6.22.


From: guix-commits
Subject: 02/05: gnu: containerd: Update to 1.6.22.
Date: Tue, 29 Aug 2023 11:15:46 -0400 (EDT)

hako pushed a commit to branch master
in repository guix.

commit 48727c74ac058da23f6cb131f1c8b43a6e640686
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Aug 11 18:46:28 2023 +0800

    gnu: containerd: Update to 1.6.22.
    
    * gnu/packages/docker.scm (containerd): Update to 1.6.22.
    [#:phases]<patch-paths>: Patch Runtime name.
---
 gnu/packages/docker.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 0b2a18d661..3815824202 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -177,7 +177,7 @@ Python without keeping their credentials in a Docker 
configuration file.")
 (define-public containerd
   (package
     (name "containerd")
-    (version "1.6.6")
+    (version "1.6.22")
     (source
      (origin
        (method git-fetch)
@@ -186,7 +186,7 @@ Python without keeping their credentials in a Docker 
configuration file.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vsl747i3wyy68j4lp4nprwxadbyga8qxlrk892afcd2990zp5mr"))
+        (base32 "1m31y00sq2m76m1jiq4znws8gxbgkh5adklvqibxiz1b96vvwjk8"))
        (patches
         (search-patches "containerd-create-pid-file.patch"))))
     (build-system go-build-system)
@@ -215,7 +215,12 @@ Python without keeping their credentials in a Docker 
configuration file.")
                     (("DefaultRuntimeName: \"runc\"")
                      (string-append "DefaultRuntimeName: \""
                                     (search-input-file inputs "/sbin/runc")
-                                    "\"")))
+                                    "\""))
+                    ;; ContainerdConfig.Runtimes
+                    (("\"runc\":")
+                     (string-append "\""
+                                    (search-input-file inputs "/sbin/runc")
+                                    "\":")))
                   (substitute* "vendor/github.com/containerd/go-runc/runc.go"
                     (("DefaultCommand[ \t]*=.*")
                      (string-append "DefaultCommand = \""



reply via email to

[Prev in Thread] Current Thread [Next in Thread]