mirror of
https://abf.rosa.ru/djam/docker.git
synced 2025-02-23 17:42:47 +00:00
Updated to 19.03.4
This commit is contained in:
parent
7d477eb347
commit
fd3ffbc481
2 changed files with 4 additions and 5 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,4 @@
|
||||||
sources:
|
sources:
|
||||||
docker-ce-19.03.3.tar.gz: 0a1ae2b4ea3fa4ba11a9ab14e6fce57f681e89dc
|
docker-ce-19.03.4.tar.gz: d957698c205c44f4b0328cbdb6492b21ece77b04
|
||||||
libnetwork-master.zip: 4cc635cb895d639de42216aeef1d8244c1516b89
|
libnetwork-master.zip: 993e500ccd0f5acec5509a70199c1616eec8f86c
|
||||||
tini-0.18.0.tar.gz: 27b7529ae87ea688e21d0a061b6d9299ff9362f6
|
tini-0.18.0.tar.gz: 27b7529ae87ea688e21d0a061b6d9299ff9362f6
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
Summary: Automates deployment of containerized applications
|
Summary: Automates deployment of containerized applications
|
||||||
Name: docker
|
Name: docker
|
||||||
Version: 19.03.3
|
Version: 19.03.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System/Kernel and hardware
|
Group: System/Kernel and hardware
|
||||||
|
@ -25,7 +25,7 @@ Source6: %{name}-network.sysconfig
|
||||||
Source7: %{name}.socket
|
Source7: %{name}.socket
|
||||||
Source8: %{name}-network-cleanup.sh
|
Source8: %{name}-network-cleanup.sh
|
||||||
Source9: overlay.conf
|
Source9: overlay.conf
|
||||||
# 7f13a5c99f4bb76a4122035d495984b6a09739bb
|
# 571783238bee54062ebc781c321f7833a23e38f7
|
||||||
Source10: https://github.com/docker/libnetwork/archive/master.zip?/libnetwork-master.zip
|
Source10: https://github.com/docker/libnetwork/archive/master.zip?/libnetwork-master.zip
|
||||||
Source11: https://github.com/krallin/tini/archive/v0.18.0.tar.gz?/tini-0.18.0.tar.gz
|
Source11: https://github.com/krallin/tini/archive/v0.18.0.tar.gz?/tini-0.18.0.tar.gz
|
||||||
Source100: %{name}.rpmlintrc
|
Source100: %{name}.rpmlintrc
|
||||||
|
@ -249,4 +249,3 @@ EOF
|
||||||
|
|
||||||
install -d %{buildroot}%{_sysconfdir}/modules-load.d/
|
install -d %{buildroot}%{_sysconfdir}/modules-load.d/
|
||||||
install -p -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/modules-load.d/overlay.conf
|
install -p -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/modules-load.d/overlay.conf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue