docker-19.03.15 ver. bump

This commit is contained in:
Rmys
2021-08-04 14:24:23 +03:00
committed by GitHub
parent 963665564e
commit f360dba6a5
2 changed files with 14 additions and 7 deletions
+6 -6
View File
@@ -10,9 +10,9 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("AUTO_GOPATH", "1")
shelltools.export("DOCKER_GITCOMMIT","f150324")
shelltools.export("DOCKER_GITCOMMIT","99e3ed8")
shelltools.export("IAMSTATIC", "false")
shelltools.export("VERSION", "18.05.0")
shelltools.export("VERSION", "19.03.15")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GOPATH", "%s" % get.workDIR())
@@ -29,16 +29,16 @@ def setup():
def build():
shelltools.cd("%s" % get.workDIR())
shelltools.cd("docker-ce-%s-ce/components/engine" % get.srcVERSION())
shelltools.cd("docker-ce-%s/components/engine" % get.srcVERSION())
shelltools.system("hack/make.sh dynbinary-daemon")
# build cli
shelltools.cd("%s" % get.workDIR())
shelltools.cd("docker-ce-%s-ce/components/cli" % get.srcVERSION())
shelltools.system("LDFLAGS='' GOPATH=%s/docker-ce-%s-ce/components/cli ./scripts/build/dynbinary" % (get.workDIR(), get.srcVERSION()))
shelltools.cd("docker-ce-%s/components/cli" % get.srcVERSION())
shelltools.system("LDFLAGS='' GOPATH=%s/docker-ce-%s/components/cli ./scripts/build/dynbinary" % (get.workDIR(), get.srcVERSION()))
def install():
shelltools.cd("%s/docker-ce-%s-ce" % (get.workDIR(), get.srcVERSION()))
shelltools.cd("%s/docker-ce-%s" % (get.workDIR(), get.srcVERSION()))
pisitools.dobin("components/cli/build/docker*")
pisitools.dobin("components/engine/bundles/dynbinary-daemon/*")
+8 -1
View File
@@ -13,7 +13,7 @@
<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="089556da40a9438d963cca9bf8ddfc6800d5c619" type="targz">https://github.com/docker/docker-ce/archive/v18.05.0-ce.tar.gz</Archive>
<Archive sha1sum="fc0263bef5a47b1b4db2c0fc4eca7d4b294f008e" type="targz">https://github.com/docker/docker-ce/archive/refs/tags/v19.03.15.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency versionFrom="1.10.3">golang</Dependency>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="10">
<Date>2021-08-02</Date>
<Version>19.03.15</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2020-03-19</Date>
<Version>18.05.0</Version>