From 8a4e5de1a381a51ec1c3561c003f3d1955b5b8ca Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 11 Apr 2023 22:58:10 +0900 Subject: [PATCH] app-emulation: Upgrade Docker 20.10.23 to 20.10.24 --- .../coreos-overlay/app-emulation/docker-cli/Manifest | 2 +- ...{docker-cli-20.10.23.ebuild => docker-cli-20.10.24.ebuild} | 2 +- .../third_party/coreos-overlay/app-emulation/docker/Manifest | 2 +- .../docker/{docker-20.10.23.ebuild => docker-20.10.24.ebuild} | 2 +- .../coreos-overlay/app-torcx/docker/docker-20.10.ebuild | 4 ++-- .../changelog/updates/2023-04-11-docker-20.10.24-update.md | 1 + 6 files changed, 7 insertions(+), 6 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/{docker-cli-20.10.23.ebuild => docker-cli-20.10.24.ebuild} (98%) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker/{docker-20.10.23.ebuild => docker-20.10.24.ebuild} (99%) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/updates/2023-04-11-docker-20.10.24-update.md 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 0554a2909d..934f8dcbab 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.23.tar.gz 7590153 BLAKE2B bcc32b93da8899f22483912d258f91b228410ca8cf95ba7e459a617a0b4755eb39f204cea6fda02ff5077732d554976bcbb38a830b58a239f269af159bb6fafa SHA512 c1debb583e9464d51ef482de29f63d6df1815eaae18cd66e5b4b36dee324f8c5c699134eee13ed4882e24aadaac37483a37e6729b734a60510271b107dc31cf0 +DIST docker-cli-20.10.24.tar.gz 7589761 BLAKE2B 353298fba483dc9ce2797397398bb99f9194302e09f943614b5101f24d7a6b404c5e8a1890acf76450e85d295e623f18fb21ab55a3faabfd04596ca520f740c5 SHA512 5996c24070986e18c0530d0db1a9b4a2c0188c1d22b4c0d99161b2f69bb9cecd4221b628afc0db3078d17918a6e312c6b6ca63f889e634006d4e04c677257a27 diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.23.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.24.ebuild similarity index 98% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.23.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.24.ebuild index af50ee4b77..3bff4d2c15 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.23.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.24.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -GIT_COMMIT=8659133e59 +GIT_COMMIT=e78084afe5 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 f583b6499a..9f7524a118 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.23.tar.gz 11230920 BLAKE2B 705190c3cd775f375a422e9cae5bbc37fc1883e3f0b9ad164f23bd74c21430ca3ca098d8398c801aa1aea3a8630309c415234c61f0ba16a4576260ed51eaf4b5 SHA512 f6e13a275c7f368e90779b2bae4ded98c8949f398934fb249b10958973d86aaa3bc10a868fa64eb245e35ddb36ff14a89f6b20ff274e7e3b57a57daffa00c26d +DIST docker-20.10.24.tar.gz 11235129 BLAKE2B abeae0ff9e2d03bd7c901a9e3c1f5a3ccf84afefb034ce032f4e559349ea01ab69ebe120d6c0992885aafa153a784a8c253ed3f7345b921860b758da8e0474ef SHA512 2e82d8048fbf53e3d8ac87eb155d2e321378ca9c9ee038d13bb1b510db31df0f9951db51df81bad28a64c25285e21f8e541b4ce58a68af81fa66d5c07dd3f4d3 diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.23.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.23.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24.ebuild index 1e08f8b5a5..28035af927 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.23.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24.ebuild @@ -3,7 +3,7 @@ EAPI=7 EGO_PN=github.com/docker/docker -GIT_COMMIT=112bdf3343 +GIT_COMMIT=d6cbf44b8c 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 0e81e22253..5d37576e3d 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.23 - ~app-emulation/docker-cli-20.10.23 + ~app-emulation/docker-20.10.24 + ~app-emulation/docker-cli-20.10.24 ~app-emulation/containerd-1.6.19 ~app-emulation/docker-proxy-0.8.0_p20210525 ~app-emulation/docker-runc-1.1.5 diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/updates/2023-04-11-docker-20.10.24-update.md b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2023-04-11-docker-20.10.24-update.md new file mode 100644 index 0000000000..fafb68f0ae --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2023-04-11-docker-20.10.24-update.md @@ -0,0 +1 @@ +- Docker ([20.10.24](https://docs.docker.com/engine/release-notes/20.10/#201024))