summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-08-11 18:46:29 +0800
committerHilton Chain <hako@ultrarare.space>2023-08-29 22:20:40 +0800
commita9b42ae7eb99b040af12bd49ec0ad8569fe3bfb8 (patch)
treecc0eb391f5a09246d3d1da57403a9aec67d3d7ac
parent48727c74ac058da23f6cb131f1c8b43a6e640686 (diff)
gnu: docker: Update to 20.10.25.
* gnu/packages/docker.scm (%docker-version): Update to 20.10.25. (docker-libnetwork): Update to 20.10-2.3f00484. (docker)[native-inputs]: Replace go with go-1.19.
-rw-r--r--gnu/packages/docker.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 3815824202c..3b809feb67d 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -54,7 +54,7 @@
54 54
55;; Note - when changing Docker versions it is important to update the versions 55;; Note - when changing Docker versions it is important to update the versions
56;; of several associated packages (docker-libnetwork and go-sctp). 56;; of several associated packages (docker-libnetwork and go-sctp).
57(define %docker-version "20.10.17") 57(define %docker-version "20.10.25")
58 58
59(define-public python-docker 59(define-public python-docker
60 (package 60 (package
@@ -264,9 +264,9 @@ network attachments.")
264 ;; the branch that Docker uses, as can be seen in the 'vendor.conf' Docker 264 ;; the branch that Docker uses, as can be seen in the 'vendor.conf' Docker
265 ;; source file. NOTE - It is important that this version is kept in sync 265 ;; source file. NOTE - It is important that this version is kept in sync
266 ;; with the version of Docker being used. 266 ;; with the version of Docker being used.
267 (let ((commit "f6ccccb1c082a432c2a5814aaedaca56af33d9ea") 267 (let ((commit "3f0048413d95802b9c6c836eba06bfc54f9dbd03")
268 (version (version-major+minor %docker-version)) 268 (version (version-major+minor %docker-version))
269 (revision "1")) 269 (revision "2"))
270 (package 270 (package
271 (name "docker-libnetwork") 271 (name "docker-libnetwork")
272 (version (git-version version revision commit)) 272 (version (git-version version revision commit))
@@ -279,7 +279,7 @@ network attachments.")
279 (file-name (git-file-name name version)) 279 (file-name (git-file-name name version))
280 (sha256 280 (sha256
281 (base32 281 (base32
282 "0nxpr0h0smv4n641g41vxibr5r85ixfcvs9cp3c4fc7zvrhjc49s")) 282 "185i5ji7dwkv41zmb8s3d7i5gg72wivcj1l4bhr1lb3a1vy2hcxc"))
283 ;; Delete bundled ("vendored") free software source code. 283 ;; Delete bundled ("vendored") free software source code.
284 (modules '((guix build utils))) 284 (modules '((guix build utils)))
285 (snippet '(delete-file-recursively "vendor")))) 285 (snippet '(delete-file-recursively "vendor"))))
@@ -330,7 +330,7 @@ built-in registry server of Docker.")
330 (commit (string-append "v" version)))) 330 (commit (string-append "v" version))))
331 (file-name (git-file-name name version)) 331 (file-name (git-file-name name version))
332 (sha256 332 (sha256
333 (base32 "0hn7fg717rggwk6dbicrwa7aglqp7dp0jp5rvn6p9gfcnrp2w97d")))) 333 (base32 "1q5vc6f5fzzxsvv1kwdky56fr1jiy9199m3vxqh4mz85qr067cmn"))))
334 (build-system gnu-build-system) 334 (build-system gnu-build-system)
335 (arguments 335 (arguments
336 (list 336 (list
@@ -591,7 +591,7 @@ runcexecutor/executor.go"
591 xz)) 591 xz))
592 (native-inputs 592 (native-inputs
593 (list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc) 593 (list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc)
594 go gotestsum pkg-config)) 594 go-1.19 gotestsum pkg-config))
595 (synopsis "Container component library and daemon") 595 (synopsis "Container component library and daemon")
596 (description "This package provides a framework to assemble specialized 596 (description "This package provides a framework to assemble specialized
597container systems. It includes components for orchestration, image 597container systems. It includes components for orchestration, image
@@ -612,7 +612,7 @@ provisioning etc.")
612 (commit (string-append "v" version)))) 612 (commit (string-append "v" version))))
613 (file-name (git-file-name name version)) 613 (file-name (git-file-name name version))
614 (sha256 614 (sha256
615 (base32 "0ksicj4iqvgp9jabd4xmhkf3vax6dwn4f5dsr73bdqj4mf3ahav0")))) 615 (base32 "0qy35vvnl4lf9w6dr9n7yfqvzhzm7m3sl2ai275apbhygwgcsbss"))))
616 (build-system go-build-system) 616 (build-system go-build-system)
617 (arguments 617 (arguments
618 `(#:import-path "github.com/docker/cli" 618 `(#:import-path "github.com/docker/cli"