diff --git a/hardware/virtualization/containerd/pspec.xml b/hardware/virtualization/containerd/pspec.xml
index 0b29d5ad8a..95cbbb38cd 100644
--- a/hardware/virtualization/containerd/pspec.xml
+++ b/hardware/virtualization/containerd/pspec.xml
@@ -11,9 +11,9 @@
Apache-2.0
A daemon to control runC, built for performance and density.
is a daemon with an API and a command line client, to manage containers on one machine. It uses runC to run containers according to the OCI specification.
- https://github.com/containerd/containerd/archive/v2.3.0.tar.gz
+ https://github.com/containerd/containerd/archive/v2.3.1.tar.gz
- golang
+ golang
git
libseccomp-devel
btrfs-progs-devel
@@ -33,6 +33,13 @@
+
+ 2026-05-21
+ 2.3.1
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2026-05-02
2.3.0
diff --git a/hardware/virtualization/docker/actions.py b/hardware/virtualization/docker/actions.py
index 26c5192e46..c272fba1c1 100644
--- a/hardware/virtualization/docker/actions.py
+++ b/hardware/virtualization/docker/actions.py
@@ -11,9 +11,9 @@ from pisi.actionsapi import get
shelltools.export("DISABLE_WARN_OUTSIDE_CONTAINER", "1")
# shelltools.export("AUTO_GOPATH", "1")
-shelltools.export("DOCKER_GITCOMMIT","56be731")
+shelltools.export("DOCKER_GITCOMMIT","dd24a3a")
shelltools.export("IAMSTATIC", "false")
-shelltools.export("VERSION", "29.4.3")
+shelltools.export("VERSION", "29.5.1")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GO111MODULE","off")
diff --git a/hardware/virtualization/docker/pspec.xml b/hardware/virtualization/docker/pspec.xml
index dd701e4812..e908e670ed 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/moby/moby/archive/refs/tags/docker-v29.4.3.tar.gz
- https://github.com/docker/cli/archive/refs/tags/v29.4.3.tar.gz
+ https://github.com/moby/moby/archive/refs/tags/docker-v29.5.2.tar.gz
+ https://github.com/docker/cli/archive/refs/tags/v29.5.1.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
@@ -68,6 +68,20 @@
+
+ 2026-05-21
+ 29.5.2
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2026-05-19
+ 29.5.1
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2026-05-07
29.4.3