diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,6 +1,5 @@ libc.so.6 libdevmapper.so.1.02 libdl.so.2 -libltdl.so.7 libpthread.so.0 libsystemd.so.0 diff --git a/files/0001-Default-to-using-overlayfs.patch b/files/0001-Default-to-using-overlayfs.patch --- a/files/0001-Default-to-using-overlayfs.patch +++ b/files/0001-Default-to-using-overlayfs.patch @@ -17,7 +17,7 @@ # exists and systemd currently does not support the cgroup feature set required # for containers run by docker -ExecStart=/usr/bin/dockerd -H fd:// -+ExecStart=/usr/bin/dockerd --storage-driver=overlay -H fd:// ++ExecStart=/usr/bin/dockerd --storage-driver=overlay2 -H fd:// ExecReload=/bin/kill -s HUP $MAINPID LimitNOFILE=1048576 # Having non-zero Limit*s causes performance problems due to accounting overhead diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,10 +1,10 @@ name : docker -version : 18.09.2 -release : 19 +version : 18.09.3 +release : 20 source : - - https://github.com/docker/docker-ce/archive/v18.09.2.tar.gz : f370a899ffc1a81028167697130fd1888d97753b1fb5b8fe1f2b12b71c3ebfc0 + - https://github.com/docker/docker-ce/archive/v18.09.3.tar.gz : 28d01bbbba45b289027e963d0a5dc830a81b5dab9339a950a4c2505e1ee9a255 - git|https://github.com/docker/libnetwork.git : 2cfbf9b1f98162a55829a21cc603c76072a75382 - - git|https://github.com/krallin/tini.git : v0.18.0 + - git|https://github.com/krallin/tini.git : fec3683b971d9c3ef73f284f176672c44b448662 license : Apache-2.0 component : virt summary : Open source application container engine @@ -38,7 +38,7 @@ # Build daemon export VERSION=${version}-ce pushd components/engine - export DOCKER_GITCOMMIT="62479626f213818ba5b4565105a05277308587d5" + export DOCKER_GITCOMMIT="774a1f4eee66e29a71ca12e88ac2220670990f7e" export AUTO_GOPATH=1 ./hack/make.sh dynbinary popd diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -46,12 +46,12 @@ - - 2019-02-12 - 18.09.2 + + 2019-03-01 + 18.09.3 Packaging update Philipp Trulson philipp@trulson.de \ No newline at end of file