diff --git a/hardware/virtualization/docker/actions.py b/hardware/virtualization/docker/actions.py
index e692925543..435b425079 100644
--- a/hardware/virtualization/docker/actions.py
+++ b/hardware/virtualization/docker/actions.py
@@ -10,9 +10,9 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("AUTO_GOPATH", "1")
-shelltools.export("DOCKER_GITCOMMIT","f150324")
+shelltools.export("DOCKER_GITCOMMIT","99e3ed8")
shelltools.export("IAMSTATIC", "false")
-shelltools.export("VERSION", "18.05.0")
+shelltools.export("VERSION", "19.03.15")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GOPATH", "%s" % get.workDIR())
@@ -29,16 +29,16 @@ def setup():
def build():
shelltools.cd("%s" % get.workDIR())
- shelltools.cd("docker-ce-%s-ce/components/engine" % get.srcVERSION())
+ shelltools.cd("docker-ce-%s/components/engine" % get.srcVERSION())
shelltools.system("hack/make.sh dynbinary-daemon")
# build cli
shelltools.cd("%s" % get.workDIR())
- shelltools.cd("docker-ce-%s-ce/components/cli" % get.srcVERSION())
- shelltools.system("LDFLAGS='' GOPATH=%s/docker-ce-%s-ce/components/cli ./scripts/build/dynbinary" % (get.workDIR(), get.srcVERSION()))
+ shelltools.cd("docker-ce-%s/components/cli" % get.srcVERSION())
+ shelltools.system("LDFLAGS='' GOPATH=%s/docker-ce-%s/components/cli ./scripts/build/dynbinary" % (get.workDIR(), get.srcVERSION()))
def install():
- shelltools.cd("%s/docker-ce-%s-ce" % (get.workDIR(), get.srcVERSION()))
+ shelltools.cd("%s/docker-ce-%s" % (get.workDIR(), get.srcVERSION()))
pisitools.dobin("components/cli/build/docker*")
pisitools.dobin("components/engine/bundles/dynbinary-daemon/*")
diff --git a/hardware/virtualization/docker/pspec.xml b/hardware/virtualization/docker/pspec.xml
index f560ba266e..602eac66d0 100644
--- a/hardware/virtualization/docker/pspec.xml
+++ b/hardware/virtualization/docker/pspec.xml
@@ -13,7 +13,7 @@
Pack, ship and run any application as a lightweight container
An open platform for distributed applications for developers and sysadmins
- https://github.com/docker/docker-ce/archive/v18.05.0-ce.tar.gz
+ https://github.com/docker/docker-ce/archive/refs/tags/v19.03.15.tar.gz
git
golang
@@ -64,6 +64,13 @@
+
+ 2021-08-02
+ 19.03.15
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-03-19
18.05.0