diff --git a/hardware/virtualization/containerd/pspec.xml b/hardware/virtualization/containerd/pspec.xml index f4e77ffce0..414a500db1 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.1.3.tar.gz + https://github.com/containerd/containerd/archive/v2.2.0.tar.gz - golang + golang git libseccomp-devel btrfs-progs-devel @@ -33,6 +33,13 @@ + + 2025-11-10 + 2.2.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-07-17 2.1.3 diff --git a/hardware/virtualization/docker/actions.py b/hardware/virtualization/docker/actions.py index 66e7cbec50..c36896bf08 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","e77ff99") +shelltools.export("DOCKER_GITCOMMIT","f8215cc") shelltools.export("IAMSTATIC", "false") -shelltools.export("VERSION", "28.3.2") +shelltools.export("VERSION", "28.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 3d1d66626b..8cf2f78474 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/v28.3.2.tar.gz - https://github.com/docker/cli/archive/refs/tags/v28.3.2.tar.gz + https://github.com/moby/moby/archive/refs/tags/v28.5.1.tar.gz + https://github.com/docker/cli/archive/refs/tags/v28.5.1.tar.gz https://github.com/docker/docker-ce-packaging/archive/refs/tags/v19.03.13.tar.gz git @@ -66,6 +66,13 @@ + + 2025-11-10 + 28.5.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-07-17 28.3.2