diff --git a/hardware/virtualization/containerd/pspec.xml b/hardware/virtualization/containerd/pspec.xml
index 6f359c43e9..0b29d5ad8a 100644
--- a/hardware/virtualization/containerd/pspec.xml
+++ b/hardware/virtualization/containerd/pspec.xml
@@ -11,7 +11,7 @@
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.2.3.tar.gz
+ https://github.com/containerd/containerd/archive/v2.3.0.tar.gz
golang
git
@@ -33,6 +33,13 @@
+
+ 2026-05-02
+ 2.3.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2026-04-15
2.2.3
diff --git a/hardware/virtualization/docker/actions.py b/hardware/virtualization/docker/actions.py
index a0a19eeff5..26c5192e46 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","6c91b92")
+shelltools.export("DOCKER_GITCOMMIT","56be731")
shelltools.export("IAMSTATIC", "false")
-shelltools.export("VERSION", "29.4.1")
+shelltools.export("VERSION", "29.4.3")
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 1d6a9d8a1a..dd701e4812 100644
--- a/hardware/virtualization/docker/pspec.xml
+++ b/hardware/virtualization/docker/pspec.xml
@@ -13,8 +13,8 @@
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.1.tar.gz
- https://github.com/docker/cli/archive/refs/tags/v29.4.1.tar.gz
+ 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/docker/docker-ce-packaging/archive/refs/tags/v19.03.13.tar.gz
git
@@ -68,6 +68,13 @@
+
+ 2026-05-07
+ 29.4.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2026-04-22
29.4.1