From f99b424c9e1a357e96ccbb94715988b35bd2a58b Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 2 May 2024 12:24:47 +0300 Subject: [PATCH] docker, containerd ver. bump --- hardware/virtualization/containerd/pspec.xml | 11 +++++++++-- hardware/virtualization/docker/actions.py | 4 ++-- hardware/virtualization/docker/pspec.xml | 13 ++++++++++--- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/hardware/virtualization/containerd/pspec.xml b/hardware/virtualization/containerd/pspec.xml index e3c051df6c..3cd516b351 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/v1.7.12.tar.gz + https://github.com/containerd/containerd/archive/v1.7.16.tar.gz - golang + golang git libseccomp-devel btrfs-progs-devel @@ -33,6 +33,13 @@ + + 2024-05-02 + 1.7.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-01-22 1.7.12 diff --git a/hardware/virtualization/docker/actions.py b/hardware/virtualization/docker/actions.py index 7c7f295569..29fd8aa8c6 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","659604f") +shelltools.export("DOCKER_GITCOMMIT","ac2de55") shelltools.export("IAMSTATIC", "false") -shelltools.export("VERSION", "24.0.2") +shelltools.export("VERSION", "26.1.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 32afa9fc08..bcffe47245 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/v24.0.7.tar.gz - https://github.com/docker/cli/archive/refs/tags/v24.0.7.tar.gz + https://github.com/moby/moby/archive/refs/tags/v26.1.1.tar.gz + https://github.com/docker/cli/archive/refs/tags/v26.1.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 @@ -66,6 +66,13 @@ + + 2024-05-02 + 26.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-10 24.0.7