diff --git a/hardware/virtualization/docker/actions.py b/hardware/virtualization/docker/actions.py
index db7181d323..7c7f295569 100644
--- a/hardware/virtualization/docker/actions.py
+++ b/hardware/virtualization/docker/actions.py
@@ -9,11 +9,11 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
-# shelltools.export("DISABLE_WARN_OUTSIDE_CONTAINER", "1")
+shelltools.export("DISABLE_WARN_OUTSIDE_CONTAINER", "1")
shelltools.export("AUTO_GOPATH", "1")
-shelltools.export("DOCKER_GITCOMMIT","5d6db84")
+shelltools.export("DOCKER_GITCOMMIT","659604f")
shelltools.export("IAMSTATIC", "false")
-shelltools.export("VERSION", "20.10.24")
+shelltools.export("VERSION", "24.0.2")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GO111MODULE","off")
@@ -44,7 +44,7 @@ def build():
shelltools.cd("engine")
# shelltools.makedirs("github.com/docker/docker")
# shelltools.system("make VERSION=%s dynbinary-daemon" % get.srcVERSION())
- shelltools.system("hack/make.sh dynbinary-daemon")
+ shelltools.system("hack/make.sh dynbinary")
# shelltools.system("make.sh dynbinary-daemon")
# build
diff --git a/hardware/virtualization/docker/pspec.xml b/hardware/virtualization/docker/pspec.xml
index ee88e85fea..d7d3eec85f 100644
--- a/hardware/virtualization/docker/pspec.xml
+++ b/hardware/virtualization/docker/pspec.xml
@@ -13,12 +13,12 @@
Pack, ship and run any application as a lightweight container
An open platform for distributed applications for developers and sysadmins
- https://github.com/docker/cli/archive/refs/tags/v20.10.24.tar.gz
- https://github.com/moby/moby/archive/refs/tags/v20.10.24.tar.gz
+ https://github.com/moby/moby/archive/refs/tags/v24.0.2.tar.gz
+ https://github.com/docker/cli/archive/refs/tags/v24.0.2.tar.gz
https://github.com/docker/docker-ce-packaging/archive/refs/tags/v19.03.13.tar.gz
git
- golang
+ golang
btrfs-progs-devel
device-mapper-devel
sqlite-devel
@@ -66,6 +66,13 @@
+
+ 2023-06-08
+ 24.0.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-26
20.10.24