update to 20.10.23

This commit is contained in:
xu_lei_123 2023-03-29 22:02:17 +08:00
parent 460ef684b5
commit 9ef6aee2d2
4 changed files with 9 additions and 6 deletions

Binary file not shown.

BIN
cli-20.10.23.tar.gz Normal file

Binary file not shown.

View File

@ -1,19 +1,19 @@
%global _gitcommit_engine a89b8422 %global _gitcommit_engine 6051f14
%global _gitcommit_cli 100c7018 %global _gitcommit_cli 7155243
%global _source_engine moby-%{version} %global _source_engine moby-%{version}
%global _source_client cli-%{version} %global _source_client cli-%{version}
%global _source_docker_init tini-0.19.0 %global _source_docker_init tini-0.19.0
%global _source_docker_proxy libnetwork-dcdf8f17 %global _source_docker_proxy libnetwork-dcdf8f17
Name: docker Name: docker
Version: 20.10.21 Version: 20.10.23
Release: 4 Release: 1
Summary: The open-source application container engine Summary: The open-source application container engine
License: ASL 2.0 License: ASL 2.0
URL: https://www.docker.com URL: https://www.docker.com
# https://github.com/docker/cli/archive/refs/tags/v20.10.21.tar.gz # https://github.com/docker/cli/archive/refs/tags/v20.10.23.tar.gz
Source0: cli-%{version}.tar.gz Source0: cli-%{version}.tar.gz
# https://github.com/moby/moby/archive/refs/tags/v20.10.21.tar.gz # https://github.com/moby/moby/archive/refs/tags/v20.10.23.tar.gz
Source1: moby-%{version}.tar.gz Source1: moby-%{version}.tar.gz
# https://github.com/krallin/tini/archive/refs/tags/v0.19.0.tar.gz # https://github.com/krallin/tini/archive/refs/tags/v0.19.0.tar.gz
Source2: tini-0.19.0.tar.gz Source2: tini-0.19.0.tar.gz
@ -200,6 +200,9 @@ fi
%systemd_postun_with_restart docker.service %systemd_postun_with_restart docker.service
%changelog %changelog
* Wed Mar 29 2023 xulei<xulei@xfusion.com> - 20.10.23-1
- DESC:update to 20.10.23
* Wed Mar 8 2023 xulei<xulei@xfusion.com> - 20.10.21-4 * Wed Mar 8 2023 xulei<xulei@xfusion.com> - 20.10.21-4
- DESC: enhance container behavior - DESC: enhance container behavior
1.stop docker.socket before uninstall docker. 1.stop docker.socket before uninstall docker.