Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] moby: update to 20.10.21.
@ 2022-11-12 13:32 dataCobra
  2022-11-13 10:06 ` [PR PATCH] [Updated] " dataCobra
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: dataCobra @ 2022-11-12 13:32 UTC (permalink / raw)
  To: ml

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

There is a new 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)

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: 1140 bytes --]

From 8ab068a89fe7d0bfc47f7d9ebbf82ff4db560031 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 12 Nov 2022 14:28:05 +0100
Subject: [PATCH] moby: update to 20.10.21.

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

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index f4d74271bb1d..596969d3a850 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,6 +1,6 @@
 # Template file for 'moby'
 pkgname=moby
-version=20.10.17
+version=20.10.21
 revision=1
 _libnetwork_commit=f6ccccb1c082a432c2a5814aaedaca56af33d9ea
 create_wrksrc=yes
@@ -15,7 +15,7 @@ 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
+checksum="61f4c3a2d0426e1bbbda1b0e5dd33ec203776f7d99d1a61522c77c04c4ed09fe
  05bf95637bae134d12d02bd7a7854cd0c768e6fccb662c2c64523f05b997b204"
 system_groups="docker"
 

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

* Re: [PR PATCH] [Updated] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
@ 2022-11-13 10:06 ` dataCobra
  2022-11-16 12:22 ` dataCobra
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2022-11-13 10:06 UTC (permalink / raw)
  To: ml

[-- 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: 1140 bytes --]

From e44973ba1714484bc6ab6aaade1e4117e06ea8bf Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 13 Nov 2022 11:05:02 +0100
Subject: [PATCH] moby: update to 20.10.21.

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

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index f4d74271bb1d..596969d3a850 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,6 +1,6 @@
 # Template file for 'moby'
 pkgname=moby
-version=20.10.17
+version=20.10.21
 revision=1
 _libnetwork_commit=f6ccccb1c082a432c2a5814aaedaca56af33d9ea
 create_wrksrc=yes
@@ -15,7 +15,7 @@ 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
+checksum="61f4c3a2d0426e1bbbda1b0e5dd33ec203776f7d99d1a61522c77c04c4ed09fe
  05bf95637bae134d12d02bd7a7854cd0c768e6fccb662c2c64523f05b997b204"
 system_groups="docker"
 

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

* Re: [PR PATCH] [Updated] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
  2022-11-13 10:06 ` [PR PATCH] [Updated] " dataCobra
@ 2022-11-16 12:22 ` dataCobra
  2022-11-17 12:50 ` [PR REVIEW] " paper42
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2022-11-16 12:22 UTC (permalink / raw)
  To: ml

[-- 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: 1140 bytes --]

From af3dc902febb68524a1dfa9e1cd6e0f161ecff4a Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 13 Nov 2022 11:05:02 +0100
Subject: [PATCH] moby: update to 20.10.21.

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

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index f4d74271bb1d..596969d3a850 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,6 +1,6 @@
 # Template file for 'moby'
 pkgname=moby
-version=20.10.17
+version=20.10.21
 revision=1
 _libnetwork_commit=f6ccccb1c082a432c2a5814aaedaca56af33d9ea
 create_wrksrc=yes
@@ -15,7 +15,7 @@ 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
+checksum="61f4c3a2d0426e1bbbda1b0e5dd33ec203776f7d99d1a61522c77c04c4ed09fe
  05bf95637bae134d12d02bd7a7854cd0c768e6fccb662c2c64523f05b997b204"
 system_groups="docker"
 

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

* Re: [PR REVIEW] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
  2022-11-13 10:06 ` [PR PATCH] [Updated] " dataCobra
  2022-11-16 12:22 ` dataCobra
@ 2022-11-17 12:50 ` paper42
  2022-11-17 12:50 ` paper42
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-11-17 12:50 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40484#discussion_r1025148011

Comment:
Do we want to always keep moby and docker-cli versions in sync? In the past I tried to always keep docker-cli, moby and some other package versions in compatible versions according to other distributions and what I could find upstream, but I don't do all of the updates. If they should always be in sync, can we add a comment to keep them in sync to the second line?

cc @thypon

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

* Re: [PR REVIEW] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (2 preceding siblings ...)
  2022-11-17 12:50 ` [PR REVIEW] " paper42
@ 2022-11-17 12:50 ` paper42
  2022-11-22 10:14 ` [PR PATCH] [Updated] " dataCobra
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-11-17 12:50 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40484#discussion_r1025144771

Comment:
```suggestion
# libnetwork commit is mentioned in vendor.conf
_libnetwork_commit=0dde5c895075df6e3630e76f750a447cf63f4789
```

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

* Re: [PR PATCH] [Updated] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (3 preceding siblings ...)
  2022-11-17 12:50 ` paper42
@ 2022-11-22 10:14 ` dataCobra
  2022-11-24 15:41 ` dataCobra
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2022-11-22 10:14 UTC (permalink / raw)
  To: ml

[-- 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: 1140 bytes --]

From a0a4bb1c01eb2186c525eaccecff354fa89c03b9 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 13 Nov 2022 11:05:02 +0100
Subject: [PATCH] moby: update to 20.10.21.

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

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index f4d74271bb1d..596969d3a850 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,6 +1,6 @@
 # Template file for 'moby'
 pkgname=moby
-version=20.10.17
+version=20.10.21
 revision=1
 _libnetwork_commit=f6ccccb1c082a432c2a5814aaedaca56af33d9ea
 create_wrksrc=yes
@@ -15,7 +15,7 @@ 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
+checksum="61f4c3a2d0426e1bbbda1b0e5dd33ec203776f7d99d1a61522c77c04c4ed09fe
  05bf95637bae134d12d02bd7a7854cd0c768e6fccb662c2c64523f05b997b204"
 system_groups="docker"
 

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

* Re: [PR PATCH] [Updated] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (4 preceding siblings ...)
  2022-11-22 10:14 ` [PR PATCH] [Updated] " dataCobra
@ 2022-11-24 15:41 ` dataCobra
  2022-11-24 15:42 ` [PR REVIEW] " dataCobra
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2022-11-24 15:41 UTC (permalink / raw)
  To: ml

[-- 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: 1459 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] 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"

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

* Re: [PR REVIEW] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (5 preceding siblings ...)
  2022-11-24 15:41 ` dataCobra
@ 2022-11-24 15:42 ` dataCobra
  2022-11-24 15:43 ` dataCobra
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2022-11-24 15:42 UTC (permalink / raw)
  To: ml

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

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/40484#discussion_r1031648896

Comment:
The comment is a pretty good idea.

I've changed the part to your suggestion. :+1:

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

* Re: [PR REVIEW] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (6 preceding siblings ...)
  2022-11-24 15:42 ` [PR REVIEW] " dataCobra
@ 2022-11-24 15:43 ` dataCobra
  2022-11-24 18:20 ` thypon
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2022-11-24 15:43 UTC (permalink / raw)
  To: ml

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

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/40484#discussion_r1031649915

Comment:
I've added the comment to keep moby in sync with docker-cli.

cc @thypon are you alright with this?

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

* Re: [PR REVIEW] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (7 preceding siblings ...)
  2022-11-24 15:43 ` dataCobra
@ 2022-11-24 18:20 ` thypon
  2022-11-24 18:30 ` paper42
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: thypon @ 2022-11-24 18:20 UTC (permalink / raw)
  To: ml

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

New review comment by thypon on void-packages repository

https://github.com/void-linux/void-packages/pull/40484#discussion_r1031762378

Comment:
I'm good with keeping them in sync

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

* Re: [PR REVIEW] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (8 preceding siblings ...)
  2022-11-24 18:20 ` thypon
@ 2022-11-24 18:30 ` paper42
  2022-11-24 19:30 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-11-24 18:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40484#discussion_r1031766248

Comment:
@dataCobra could you also add a comment to docker-cli? It should be a separate commit in this PR.

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

* Re: [PR PATCH] [Updated] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (9 preceding siblings ...)
  2022-11-24 18:30 ` paper42
@ 2022-11-24 19:30 ` dataCobra
  2022-11-24 19:30 ` [PR REVIEW] " dataCobra
  2022-11-24 20:18 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2022-11-24 19:30 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR REVIEW] moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (10 preceding siblings ...)
  2022-11-24 19:30 ` [PR PATCH] [Updated] " dataCobra
@ 2022-11-24 19:30 ` dataCobra
  2022-11-24 20:18 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 14+ messages in thread
From: dataCobra @ 2022-11-24 19:30 UTC (permalink / raw)
  To: ml

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

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/40484#discussion_r1031788567

Comment:
Done. :+1:

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

* Re: [PR PATCH] [Merged]: moby: update to 20.10.21.
  2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 dataCobra
                   ` (11 preceding siblings ...)
  2022-11-24 19:30 ` [PR REVIEW] " dataCobra
@ 2022-11-24 20:18 ` paper42
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-11-24 20:18 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

moby: update to 20.10.21.
https://github.com/void-linux/void-packages/pull/40484

Description:
#### 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.

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

end of thread, other threads:[~2022-11-24 20:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12 13:32 [PR PATCH] moby: update to 20.10.21 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 ` [PR PATCH] [Updated] " dataCobra
2022-11-24 19:30 ` [PR REVIEW] " dataCobra
2022-11-24 20:18 ` [PR PATCH] [Merged]: " paper42

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).