diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : docker -version : 17.11.0 -release : 11 +version : 18.05.0 +release : 12 source : - - git|https://github.com/docker/docker-ce.git : v17.11.0-ce - - git|https://github.com/docker/libnetwork.git : 7b2b1feb1de4817d522cc372af149ff48d25028e + - git|https://github.com/docker/docker-ce.git : v18.05.0-ce + - git|https://github.com/docker/libnetwork.git : d5818e7204d3886a246f3ea4ce39fb133067b194 license : Apache-2.0 component : virt summary : Open source application container engine @@ -35,7 +35,7 @@ # Build daemon pushd components/engine - export DOCKER_GITCOMMIT="7cbbc92838236e442de83d7ae6b3d74dd981b586" + export DOCKER_GITCOMMIT="f150324782643a5268a04e7d1a675587125da20e" export AUTO_GOPATH=1 ./hack/make.sh dynbinary popd @@ -58,7 +58,7 @@ # Main docker daemon pushd components/engine - install -m 00755 bundles/dynbinary-daemon/dockerd-${CE} $installdir/usr/bin/dockerd + install -m 00755 bundles/dynbinary-daemon/dockerd $installdir/usr/bin/dockerd popd # Now install proxy service diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ docker - Ikey Doherty - ikey@solus-project.com + Philipp Trulson + philipp@trulson.de Apache-2.0 virt @@ -31,12 +31,12 @@ - - 2017-11-26 - 17.11.0 + + 2018-05-24 + 18.05.0 Packaging update - Ikey Doherty - ikey@solus-project.com + Philipp Trulson + philipp@trulson.de \ No newline at end of file