containerd-1.7.2
This commit is contained in:
@@ -26,7 +26,8 @@ def build():
|
||||
|
||||
#shelltools.system("LDFLAGS= GOPATH=%s make GIT_COMMIT=72cec4b" % get.curDIR())
|
||||
|
||||
shelltools.system("LDFLAGS= make GIT_COMMIT=2806fc1 EXTRA_LDFLAGS='-buildid='")
|
||||
# shelltools.system("LDFLAGS= make GIT_COMMIT=1677a17 EXTRA_LDFLAGS='-buildid='")
|
||||
shelltools.system("LDFLAGS= make GO_BUILD_FLAGS='' GO_GCFLAGS='' EXTRA_LDFLAGS='-buildid='")
|
||||
|
||||
def install():
|
||||
shelltools.cd("%s/containerd" % get.workDIR())
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
<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="b98e53dc99fd0f6067127377e1bfcedc0d7d4239" type="targz">https://github.com/containerd/containerd/archive/v1.6.20.tar.gz</Archive>
|
||||
<Archive sha1sum="6f17630d9325d4df41c79d1ace540cefd6b383aa" type="targz">https://github.com/containerd/containerd/archive/v1.7.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.19.8">golang</Dependency>
|
||||
<Dependency versionFrom="1.20.5">golang</Dependency>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>libseccomp-devel</Dependency>
|
||||
<Dependency>btrfs-progs-devel</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2023-06-08</Date>
|
||||
<Version>1.7.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2023-04-26</Date>
|
||||
<Version>1.6.20</Version>
|
||||
|
||||
Reference in New Issue
Block a user