runc-1.0.0

This commit is contained in:
Rmys
2021-09-02 13:02:07 +03:00
committed by GitHub
parent 46677d917b
commit 0749e6d953
2 changed files with 21 additions and 4 deletions
+6 -3
View File
@@ -12,15 +12,18 @@ from pisi.actionsapi import get
#shelltools.export("GOPATH", "%s" % get.curDIR())
shelltools.export("DOCKER_BUILDTAGS","seccomp")
shelltools.export("COMMIT","4fc53a8")
shelltools.export("COMMIT","4144b63")
shelltools.export("BINDIR","/usr/bin")
def setup():
shelltools.cd("%s" % get.workDIR())
shelltools.move("runc-*", "runc")
shelltools.cd("runc")
shelltools.move("vendor", "src")
#shelltools.move("vendor", "src")
#shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.makedirs("src/github.com/opencontainers")
shelltools.cd("src/github.com/opencontainers")
@@ -30,7 +33,7 @@ def setup():
def build():
shelltools.cd("%s/runc/src/github.com/opencontainers/runc" % get.workDIR())
build_runc = "GOPATH=%s/runc make COMMIT=4fc53a8" % get.workDIR()
build_runc = "make GOPATH=/runc COMMIT=4144b63"
shelltools.system(build_runc)
+15 -1
View File
@@ -11,7 +11,7 @@
<License>Apache-2.0</License>
<Summary>container cli tools</Summary>
<Description>CLI tool for managing OCI compliant containers</Description>
<Archive sha1sum="dcc87b404034fff66f9d4c4e2983f3483157ad71" type="targz">https://github.com/opencontainers/runc/archive/v1.0.0-rc5.tar.gz</Archive>
<Archive sha1sum="4061d509ced4da8b086fdbd45ea10ba7791f9065" type="targz">https://github.com/opencontainers/runc/archive/refs/tags/v1.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.10.3">golang</Dependency>
<Dependency>libseccomp-devel</Dependency>
@@ -30,6 +30,20 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-11</Date>
<Version>1.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-08-11</Date>
<Version>1.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2021-08-11</Date>
<Version>1.0.0_rc10</Version>