docker ver. bump

This commit is contained in:
Rmys
2026-04-09 16:19:39 +03:00
parent a815431e97
commit 73bb6dc425
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","f78c987")
shelltools.export("DOCKER_GITCOMMIT","daa0cb7")
shelltools.export("IAMSTATIC", "false")
shelltools.export("VERSION", "29.3.1")
shelltools.export("VERSION", "29.4.0")
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="41a1451ccca80853ffa3eecd7c5b3955ad294ab6" type="targz">https://github.com/moby/moby/archive/refs/tags/docker-v29.3.1.tar.gz</Archive>
<Archive sha1sum="07371ee997aeaa36344479d7cb22b4c4a7ce8ba0" type="targz" name="cli-29.3.1.tar.gz">https://github.com/docker/cli/archive/refs/tags/v29.3.1.tar.gz</Archive>
<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="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="26">
<Date>2026-04-08</Date>
<Version>29.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="25">
<Date>2026-03-27</Date>
<Version>29.3.1</Version>