mirror of
https://abf.rosa.ru/djam/docker.git
synced 2025-02-23 17:42:47 +00:00
upgrade, cleanup
This commit is contained in:
parent
bc536e80a5
commit
1574ae261d
2 changed files with 6 additions and 6 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,4 @@
|
||||||
sources:
|
sources:
|
||||||
docker-ce-19.03.13.tar.gz: 4e04a6b17d8f2baba981cb52d2a5d0bc4f63601d
|
docker-ce-19.03.14.tar.gz: 5f7cf037ab3517d591c5a0c80b18ffa918f8bab1
|
||||||
libnetwork-master.zip: b2d123edfb2e93ca74980991f6e8a26d18ed831e
|
libnetwork-master.zip: dc986499f23f77eb734e3a06b37089c1ed2f3e15
|
||||||
tini-0.19.0.tar.gz: 2245210bdd29faea02e566a192df4c7df702b264
|
tini-0.19.0.tar.gz: 2245210bdd29faea02e566a192df4c7df702b264
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
Summary: Automates deployment of containerized applications
|
Summary: Automates deployment of containerized applications
|
||||||
Name: docker
|
Name: docker
|
||||||
Version: 19.03.13
|
Version: 19.03.14
|
||||||
Release: 1
|
Release: 1
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System/Kernel and hardware
|
Group: System/Kernel and hardware
|
||||||
|
@ -174,7 +174,7 @@ ln -s ../../../components/engine src/github.com/%{name}/%{name}
|
||||||
|
|
||||||
# dockerd
|
# dockerd
|
||||||
pushd components/engine
|
pushd components/engine
|
||||||
DOCKER_BUILDTAGS='seccomp journald' VERSION=%{version} hack/make.sh dynbinary
|
DOCKER_BUILDTAGS='seccomp selinux journald' VERSION=%{version} hack/make.sh dynbinary
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# docker cli
|
# docker cli
|
||||||
|
@ -184,13 +184,13 @@ popd
|
||||||
|
|
||||||
### docker proxy
|
### docker proxy
|
||||||
fake_gopath_pushd libnetwork github.com/%{name}/libnetwork
|
fake_gopath_pushd libnetwork github.com/%{name}/libnetwork
|
||||||
go build -ldflags='-linkmode=external' github.com/%{name}/libnetwork/cmd/proxy
|
%gobuild github.com/%{name}/libnetwork/cmd/proxy
|
||||||
fake_gopath_popd
|
fake_gopath_popd
|
||||||
|
|
||||||
### docker-init
|
### docker-init
|
||||||
fake_gopath_pushd tini github.com/krallin/tini
|
fake_gopath_pushd tini github.com/krallin/tini
|
||||||
%cmake
|
%cmake
|
||||||
%make tini-static
|
%make_build tini-static
|
||||||
fake_gopath_popd
|
fake_gopath_popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Add table
Reference in a new issue