Github messages for voidlinux
 help / color / mirror / Atom feed
From: dataCobra <dataCobra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] moby: update to 20.10.21.
Date: Thu, 24 Nov 2022 20:30:21 +0100	[thread overview]
Message-ID: <20221124193021.Qkt0cFQoVQ96o-UF5sOLfQdIDUY7JSpbUAuiQ8TSOzA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40484@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 925 bytes --]

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages moby
https://github.com/void-linux/void-packages/pull/40484

moby: update to 20.10.21.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv6l-musl (crossbuild)

docker was updates to 20.10.21 but the docker server (moby) is still on 20.10.17. Also I found out that btrfs >= 5.19 as a storage driver is only supported by the newer version.

In the future it would make sense to update moby together with the other docker packages.

A patch file from https://github.com/void-linux/void-packages/pull/40484.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-moby-40484.patch --]
[-- Type: text/x-diff, Size: 2069 bytes --]

From c544245029a8807a4cd772519700722578f659d9 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 24 Nov 2022 16:39:52 +0100
Subject: [PATCH 1/2] moby: update to 20.10.21.

---
 srcpkgs/moby/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index f4d74271bb1d..4684986b5cc7 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,8 +1,10 @@
 # Template file for 'moby'
+# should be kept in sync with docker-cli
 pkgname=moby
-version=20.10.17
+version=20.10.21
 revision=1
-_libnetwork_commit=f6ccccb1c082a432c2a5814aaedaca56af33d9ea
+# libnetwork commit is mentioned in vendor.conf
+_libnetwork_commit=0dde5c895075df6e3630e76f750a447cf63f4789
 create_wrksrc=yes
 build_style=go
 go_import_path="github.com/docker/docker"
@@ -15,8 +17,8 @@ license="Apache-2.0"
 homepage="https://www.docker.com"
 distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz>moby-$version.tar.gz
  https://github.com/moby/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz"
-checksum="061cf8579aa3c813c353c80fa480744e2f6cca2e6392f546bd0942a6a10c7a14
- 05bf95637bae134d12d02bd7a7854cd0c768e6fccb662c2c64523f05b997b204"
+checksum="61f4c3a2d0426e1bbbda1b0e5dd33ec203776f7d99d1a61522c77c04c4ed09fe
+ 9b0d97166a34e01c467e8e14a23a568de1c7771b45a6d745d12be11acf376508"
 system_groups="docker"
 
 _moby_builddir="moby-$version"

From 3a03739d8465f3d5eb8bf6177c836a563b00f8f6 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 24 Nov 2022 20:28:37 +0100
Subject: [PATCH 2/2] docker-cli: Add info to keep in sync with moby

---
 srcpkgs/docker-cli/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template
index 90344faee2b5..bb285603cda3 100644
--- a/srcpkgs/docker-cli/template
+++ b/srcpkgs/docker-cli/template
@@ -1,4 +1,5 @@
 # Template file for 'docker-cli'
+# should be kept in sync with moby
 pkgname=docker-cli
 version=20.10.21
 revision=2

  parent reply	other threads:[~2022-11-24 19:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-12 13:32 [PR PATCH] " dataCobra
2022-11-13 10:06 ` [PR PATCH] [Updated] " dataCobra
2022-11-16 12:22 ` dataCobra
2022-11-17 12:50 ` [PR REVIEW] " paper42
2022-11-17 12:50 ` paper42
2022-11-22 10:14 ` [PR PATCH] [Updated] " dataCobra
2022-11-24 15:41 ` dataCobra
2022-11-24 15:42 ` [PR REVIEW] " dataCobra
2022-11-24 15:43 ` dataCobra
2022-11-24 18:20 ` thypon
2022-11-24 18:30 ` paper42
2022-11-24 19:30 ` dataCobra [this message]
2022-11-24 19:30 ` dataCobra
2022-11-24 20:18 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221124193021.Qkt0cFQoVQ96o-UF5sOLfQdIDUY7JSpbUAuiQ8TSOzA@z \
    --to=datacobra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).