Merge pull request #17034 from Rmys/master

docker ver. bump
This commit is contained in:
Rmys
2025-07-17 11:28:54 +03:00
committed by GitHub
3 changed files with 19 additions and 5 deletions
+8 -1
View File
@@ -11,7 +11,7 @@
<License>Apache-2.0</License>
<Summary>A daemon to control runC, built for performance and density.</Summary>
<Description>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.</Description>
<Archive sha1sum="2d3c171027ea9fb5939af4543b95497ac1755d61" type="targz">https://github.com/containerd/containerd/archive/v1.7.20.tar.gz</Archive>
<Archive sha1sum="1263657a8c6926a16e390de92c5eea2079f27173" type="targz">https://github.com/containerd/containerd/archive/v2.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.22.2">golang</Dependency>
<Dependency>git</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="17">
<Date>2025-07-17</Date>
<Version>2.1.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16">
<Date>2024-07-19</Date>
<Version>1.7.20</Version>
+2 -2
View File
@@ -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","f9522e5")
shelltools.export("DOCKER_GITCOMMIT","e77ff99")
shelltools.export("IAMSTATIC", "false")
shelltools.export("VERSION", "27.1.2")
shelltools.export("VERSION", "28.3.2")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GO111MODULE","off")
+9 -2
View File
@@ -13,8 +13,8 @@
<Summary>Pack, ship and run any application as a lightweight container</Summary>
<Description>An open platform for distributed applications for developers and sysadmins</Description>
<!--fix sha1sum-->
<Archive sha1sum="560fdf33005931a9f5c844dc8a86e975a553eba3" type="targz" name="moby-27.1.2.tar.gz">https://github.com/moby/moby/archive/refs/tags/v27.1.2.tar.gz</Archive>
<Archive sha1sum="ddb3323b1524e224a9a37bea6bfb204d33508a4e" type="targz" name="cli-27.1.2.tar.gz">https://github.com/docker/cli/archive/refs/tags/v27.1.2.tar.gz</Archive>
<Archive sha1sum="75af4b6f5272ea5e91683bc52cca78a075fbdebd" type="targz" name="moby-28.3.2.tar.gz">https://github.com/moby/moby/archive/refs/tags/v28.3.2.tar.gz</Archive>
<Archive sha1sum="e7c3044232579210851d2a1e6c3aa2b9fc728300" type="targz" name="cli-28.3.2.tar.gz">https://github.com/docker/cli/archive/refs/tags/v28.3.2.tar.gz</Archive>
<Archive sha1sum="b83a1df61c591912a890f60571ddfb57c0bccd07" type="targz" name="docker-ce-19.03.13.tar.gz">https://github.com/docker/docker-ce-packaging/archive/refs/tags/v19.03.13.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
@@ -66,6 +66,13 @@
</Package>
<History>
<Update release="22">
<Date>2025-07-17</Date>
<Version>28.3.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="21">
<Date>2024-08-13</Date>
<Version>27.1.2</Version>