Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/docker-cli: bump to version 20.10.19
@ 2022-10-16 22:42 Christian Stewart via buildroot
  2022-10-16 22:42 ` [Buildroot] [PATCH 2/2] package/docker-engine: " Christian Stewart via buildroot
  2022-10-17 14:08 ` [Buildroot] [PATCH 1/2] package/docker-cli: " Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Christian Stewart via buildroot @ 2022-10-16 22:42 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni

This release of Docker Engine comes with some bug-fixes, and an updated version
of Docker Compose.

Builder

    Fix an issue that could result in a panic during docker builder prune or
    docker system prune moby/moby#44122.

Daemon

    Fix a bug where using docker volume prune would remove volumes that were
    still in use if the daemon was running with "live restore" and was restarted
    moby/moby#44238.

Packaging

    Update Docker Compose to v2.11.2.

https://github.com/moby/moby/releases/tag/v20.10.19

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/docker-cli/docker-cli.hash | 2 +-
 package/docker-cli/docker-cli.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/docker-cli/docker-cli.hash b/package/docker-cli/docker-cli.hash
index 8af47adc63..153e0e5d00 100644
--- a/package/docker-cli/docker-cli.hash
+++ b/package/docker-cli/docker-cli.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  87ba64f76d3bb98666fa44552c3eb0b1c10e5e9c43010e8dbc180ba22690413a  docker-cli-20.10.18.tar.gz
+sha256  f4398ad858274605f8e4e55d4618b2f5bdff6969a4afa232842bb2417d8a98db  docker-cli-20.10.19.tar.gz
 sha256  2d81ea060825006fc8f3fe28aa5dc0ffeb80faf325b612c955229157b8c10dc0  LICENSE
diff --git a/package/docker-cli/docker-cli.mk b/package/docker-cli/docker-cli.mk
index 707069512e..1fac21790b 100644
--- a/package/docker-cli/docker-cli.mk
+++ b/package/docker-cli/docker-cli.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DOCKER_CLI_VERSION = 20.10.18
+DOCKER_CLI_VERSION = 20.10.19
 DOCKER_CLI_SITE = $(call github,docker,cli,v$(DOCKER_CLI_VERSION))
 
 DOCKER_CLI_LICENSE = Apache-2.0
-- 
2.38.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/docker-engine: bump to version 20.10.19
  2022-10-16 22:42 [Buildroot] [PATCH 1/2] package/docker-cli: bump to version 20.10.19 Christian Stewart via buildroot
@ 2022-10-16 22:42 ` Christian Stewart via buildroot
  2022-10-17 14:08   ` Peter Korsgaard
  2022-10-17 14:08 ` [Buildroot] [PATCH 1/2] package/docker-cli: " Peter Korsgaard
  1 sibling, 1 reply; 6+ messages in thread
From: Christian Stewart via buildroot @ 2022-10-16 22:42 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni

This release of Docker Engine comes with some bug-fixes, and an updated version
of Docker Compose.

Builder

    Fix an issue that could result in a panic during docker builder prune or
    docker system prune moby/moby#44122.

Daemon

    Fix a bug where using docker volume prune would remove volumes that were
    still in use if the daemon was running with "live restore" and was restarted
    moby/moby#44238.

Packaging

    Update Docker Compose to v2.11.2.

https://github.com/moby/moby/releases/tag/v20.10.19

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/docker-engine/docker-engine.hash | 2 +-
 package/docker-engine/docker-engine.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/docker-engine/docker-engine.hash b/package/docker-engine/docker-engine.hash
index e1c29f0926..dfd4f4e365 100644
--- a/package/docker-engine/docker-engine.hash
+++ b/package/docker-engine/docker-engine.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  9907aaaf39fb1c2c3fd427192e4a63d7adf8ddc9fb0e29c692a6ca10de9c34f6  docker-engine-20.10.18.tar.gz
+sha256  228caadac1b37a5ba310eb25418cf1fdd8878336f1d8faf0a2daa87fcc577577  docker-engine-20.10.19.tar.gz
 sha256  7c87873291f289713ac5df48b1f2010eb6963752bbd6b530416ab99fc37914a8  LICENSE
diff --git a/package/docker-engine/docker-engine.mk b/package/docker-engine/docker-engine.mk
index 246419ec4f..dc45baf055 100644
--- a/package/docker-engine/docker-engine.mk
+++ b/package/docker-engine/docker-engine.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DOCKER_ENGINE_VERSION = 20.10.18
+DOCKER_ENGINE_VERSION = 20.10.19
 DOCKER_ENGINE_SITE = $(call github,moby,moby,v$(DOCKER_ENGINE_VERSION))
 
 DOCKER_ENGINE_LICENSE = Apache-2.0
-- 
2.38.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/docker-cli: bump to version 20.10.19
  2022-10-16 22:42 [Buildroot] [PATCH 1/2] package/docker-cli: bump to version 20.10.19 Christian Stewart via buildroot
  2022-10-16 22:42 ` [Buildroot] [PATCH 2/2] package/docker-engine: " Christian Stewart via buildroot
@ 2022-10-17 14:08 ` Peter Korsgaard
  2022-11-02 22:52   ` Peter Korsgaard
  1 sibling, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2022-10-17 14:08 UTC (permalink / raw)
  To: Christian Stewart; +Cc: Yann E . MORIN, Thomas Petazzoni, buildroot

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > This release of Docker Engine comes with some bug-fixes, and an updated version
 > of Docker Compose.

 > Builder

 >     Fix an issue that could result in a panic during docker builder prune or
 >     docker system prune moby/moby#44122.

 > Daemon

 >     Fix a bug where using docker volume prune would remove volumes that were
 >     still in use if the daemon was running with "live restore" and was restarted
 >     moby/moby#44238.

 > Packaging

 >     Update Docker Compose to v2.11.2.

 > https://github.com/moby/moby/releases/tag/v20.10.19

 > Signed-off-by: Christian Stewart <christian@paral.in>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/docker-engine: bump to version 20.10.19
  2022-10-16 22:42 ` [Buildroot] [PATCH 2/2] package/docker-engine: " Christian Stewart via buildroot
@ 2022-10-17 14:08   ` Peter Korsgaard
  2022-11-02 22:52     ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2022-10-17 14:08 UTC (permalink / raw)
  To: Christian Stewart; +Cc: Yann E . MORIN, Thomas Petazzoni, buildroot

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > This release of Docker Engine comes with some bug-fixes, and an updated version
 > of Docker Compose.

 > Builder

 >     Fix an issue that could result in a panic during docker builder prune or
 >     docker system prune moby/moby#44122.

 > Daemon

 >     Fix a bug where using docker volume prune would remove volumes that were
 >     still in use if the daemon was running with "live restore" and was restarted
 >     moby/moby#44238.

 > Packaging

 >     Update Docker Compose to v2.11.2.

 > https://github.com/moby/moby/releases/tag/v20.10.19

 > Signed-off-by: Christian Stewart <christian@paral.in>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/docker-cli: bump to version 20.10.19
  2022-10-17 14:08 ` [Buildroot] [PATCH 1/2] package/docker-cli: " Peter Korsgaard
@ 2022-11-02 22:52   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-11-02 22:52 UTC (permalink / raw)
  To: Christian Stewart; +Cc: Yann E . MORIN, Thomas Petazzoni, buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:
 >> This release of Docker Engine comes with some bug-fixes, and an updated version
 >> of Docker Compose.

 >> Builder

 >> Fix an issue that could result in a panic during docker builder prune or
 >> docker system prune moby/moby#44122.

 >> Daemon

 >> Fix a bug where using docker volume prune would remove volumes that were
 >> still in use if the daemon was running with "live restore" and was restarted
 >> moby/moby#44238.

 >> Packaging

 >> Update Docker Compose to v2.11.2.

 >> https://github.com/moby/moby/releases/tag/v20.10.19

 >> Signed-off-by: Christian Stewart <christian@paral.in>

 > Committed, thanks.

Committed to 2022.08.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/docker-engine: bump to version 20.10.19
  2022-10-17 14:08   ` Peter Korsgaard
@ 2022-11-02 22:52     ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-11-02 22:52 UTC (permalink / raw)
  To: Christian Stewart; +Cc: Yann E . MORIN, Thomas Petazzoni, buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:
 >> This release of Docker Engine comes with some bug-fixes, and an updated version
 >> of Docker Compose.

 >> Builder

 >> Fix an issue that could result in a panic during docker builder prune or
 >> docker system prune moby/moby#44122.

 >> Daemon

 >> Fix a bug where using docker volume prune would remove volumes that were
 >> still in use if the daemon was running with "live restore" and was restarted
 >> moby/moby#44238.

 >> Packaging

 >> Update Docker Compose to v2.11.2.

 >> https://github.com/moby/moby/releases/tag/v20.10.19

 >> Signed-off-by: Christian Stewart <christian@paral.in>

 > Committed, thanks.

Committed to 2022.08.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-11-02 22:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-16 22:42 [Buildroot] [PATCH 1/2] package/docker-cli: bump to version 20.10.19 Christian Stewart via buildroot
2022-10-16 22:42 ` [Buildroot] [PATCH 2/2] package/docker-engine: " Christian Stewart via buildroot
2022-10-17 14:08   ` Peter Korsgaard
2022-11-02 22:52     ` Peter Korsgaard
2022-10-17 14:08 ` [Buildroot] [PATCH 1/2] package/docker-cli: " Peter Korsgaard
2022-11-02 22:52   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox