From 4921df0ed05a5b3367bf480fffb22964b9028989 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 14 Aug 2024 12:13:31 +0300 Subject: [PATCH] docker ver. bump --- hardware/virtualization/docker/actions.py | 4 ++-- hardware/virtualization/docker/pspec.xml | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/hardware/virtualization/docker/actions.py b/hardware/virtualization/docker/actions.py index f04d80ae84..49a26cdefd 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","662f78c") +shelltools.export("DOCKER_GITCOMMIT","f9522e5") shelltools.export("IAMSTATIC", "false") -shelltools.export("VERSION", "27.0.3") +shelltools.export("VERSION", "27.1.2") 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 f30ed380b8..263e61767a 100644 --- a/hardware/virtualization/docker/pspec.xml +++ b/hardware/virtualization/docker/pspec.xml @@ -1,5 +1,5 @@ - + docker @@ -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/v27.0.3.tar.gz - https://github.com/docker/cli/archive/refs/tags/v27.0.3.tar.gz + https://github.com/moby/moby/archive/refs/tags/v27.1.2.tar.gz + https://github.com/docker/cli/archive/refs/tags/v27.1.2.tar.gz https://github.com/docker/docker-ce-packaging/archive/refs/tags/v19.03.13.tar.gz git @@ -66,10 +66,17 @@ + + 2024-08-13 + 27.1.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-07-20 27.0.3 - Version bump + Version bump. Pisi Linux Community admin@pisilinux.org