Merge pull request #18601 from Rmys/master

docker ver. bump
This commit is contained in:
Rmys
2026-04-22 10:03:56 +03:00
committed by GitHub
2 changed files with 11 additions and 4 deletions
+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","daa0cb7")
shelltools.export("DOCKER_GITCOMMIT","6c91b92")
shelltools.export("IAMSTATIC", "false")
shelltools.export("VERSION", "29.4.0")
shelltools.export("VERSION", "29.4.1")
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="d42742636c22d21bf169630429c3dbc7fff9d177" type="targz">https://github.com/moby/moby/archive/refs/tags/docker-v29.4.0.tar.gz</Archive>
<Archive sha1sum="d30fa29297826de9f485954ac96cd37b23582f77" type="targz" name="cli-29.4.0.tar.gz">https://github.com/docker/cli/archive/refs/tags/v29.4.0.tar.gz</Archive>
<Archive sha1sum="2310fec9168469941def7c616720e42864cbd8fb" type="targz">https://github.com/moby/moby/archive/refs/tags/docker-v29.4.1.tar.gz</Archive>
<Archive sha1sum="f6d2392e58459166e087cb9371bb41ff84f2d041" type="targz" name="cli-29.4.1.tar.gz">https://github.com/docker/cli/archive/refs/tags/v29.4.1.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>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="27">
<Date>2026-04-22</Date>
<Version>29.4.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="26">
<Date>2026-04-08</Date>
<Version>29.4.0</Version>