From 04546271f0697c03e4be96c50ea45ef946bd3aca Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Wed, 10 May 2023 07:37:49 +0000 Subject: [PATCH] app-emulation/docker: Update from 20.10.24 to 23.0.6 --- changelog/updates/2023-05-10-docker-23.0.6-update.md | 1 + .../coreos-overlay/app-emulation/docker-cli/Manifest | 2 +- .../{docker-cli-20.10.24.ebuild => docker-cli-23.0.6.ebuild} | 2 +- .../third_party/coreos-overlay/app-emulation/docker/Manifest | 2 +- .../docker/{docker-20.10.24.ebuild => docker-23.0.6.ebuild} | 2 +- .../coreos-overlay/app-torcx/docker/docker-20.10.ebuild | 4 ++-- 6 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 changelog/updates/2023-05-10-docker-23.0.6-update.md rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/{docker-cli-20.10.24.ebuild => docker-cli-23.0.6.ebuild} (96%) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker/{docker-20.10.24.ebuild => docker-23.0.6.ebuild} (99%) diff --git a/changelog/updates/2023-05-10-docker-23.0.6-update.md b/changelog/updates/2023-05-10-docker-23.0.6-update.md new file mode 100644 index 0000000000..9d55900bcd --- /dev/null +++ b/changelog/updates/2023-05-10-docker-23.0.6-update.md @@ -0,0 +1 @@ +- Docker ([23.0.6](https://docs.docker.com/engine/release-notes/23.0/#2306)) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/Manifest b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/Manifest index 934f8dcbab..55a0f525d6 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/Manifest @@ -1 +1 @@ -DIST docker-cli-20.10.24.tar.gz 7589761 BLAKE2B 353298fba483dc9ce2797397398bb99f9194302e09f943614b5101f24d7a6b404c5e8a1890acf76450e85d295e623f18fb21ab55a3faabfd04596ca520f740c5 SHA512 5996c24070986e18c0530d0db1a9b4a2c0188c1d22b4c0d99161b2f69bb9cecd4221b628afc0db3078d17918a6e312c6b6ca63f889e634006d4e04c677257a27 +DIST docker-cli-23.0.6.tar.gz 6224032 BLAKE2B 45f2cf2ab4e1b67ad5f5db54637a542da0f5fff3e3c98f5cb30f1db5c427be8919f5fe766dd20e45cfabeade4654d5d173b0498131b74b22c073b35b8d15640e SHA512 caa772cca5231c01f79c13aea9d238decfd96b6eb71934a9699957052d6b51037bd851611dcea1d6f8c45ba125724f62beb0306bdbfaacfc04fd76736207621c diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.24.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-23.0.6.ebuild similarity index 96% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.24.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-23.0.6.ebuild index 3bff4d2c15..3f99468ca0 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.24.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-23.0.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -GIT_COMMIT=e78084afe5 +GIT_COMMIT=6aca53f33d6f0aca63096da3c2e3af222ce14ff7 EGO_PN="github.com/docker/cli" COREOS_GO_PACKAGE="${EGO_PN}" diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/Manifest b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/Manifest index 9f7524a118..8749cb874e 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/Manifest @@ -1 +1 @@ -DIST docker-20.10.24.tar.gz 11235129 BLAKE2B abeae0ff9e2d03bd7c901a9e3c1f5a3ccf84afefb034ce032f4e559349ea01ab69ebe120d6c0992885aafa153a784a8c253ed3f7345b921860b758da8e0474ef SHA512 2e82d8048fbf53e3d8ac87eb155d2e321378ca9c9ee038d13bb1b510db31df0f9951db51df81bad28a64c25285e21f8e541b4ce58a68af81fa66d5c07dd3f4d3 +DIST docker-23.0.6.tar.gz 13633118 BLAKE2B 3a252906fea1b2e0323ba21d8e5b2893eff5de7872c62d9c3e78a4a01a144440780e971f17baf4a7701905f129b16894781c867f6c1fa7681cd568cefa629093 SHA512 31bcbdba6f0b18bac43c827a392d3e8427146603804c3efc5da4efc420f1c500178a0b1b1190c14a162579b6bc452b270f9f00fcf05441af5d902e0c1a29f33a diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-23.0.6.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-23.0.6.ebuild index 28035af927..c45b23f55c 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-23.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 EGO_PN=github.com/docker/docker -GIT_COMMIT=d6cbf44b8c +GIT_COMMIT=4abcb41f6414cabaebc456f8ebc8434b68f09b5f COREOS_GO_VERSION="go1.18" COREOS_GO_GO111MODULE="off" diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild index b7115ece6b..85d973b67c 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild @@ -11,8 +11,8 @@ KEYWORDS="amd64 arm64" # Explicitly list all packages that will be built into the image. RDEPEND=" - ~app-emulation/docker-20.10.24 - ~app-emulation/docker-cli-20.10.24 + ~app-emulation/docker-23.0.6 + ~app-emulation/docker-cli-23.0.6 ~app-emulation/containerd-1.6.20 ~app-emulation/docker-proxy-0.8.0_p20210525 ~app-emulation/docker-runc-1.1.7