containerd-1.6.8
This commit is contained in:
@@ -26,13 +26,13 @@ def build():
|
|||||||
|
|
||||||
#shelltools.system("LDFLAGS= GOPATH=%s make GIT_COMMIT=72cec4b" % get.curDIR())
|
#shelltools.system("LDFLAGS= GOPATH=%s make GIT_COMMIT=72cec4b" % get.curDIR())
|
||||||
|
|
||||||
shelltools.system("LDFLAGS= make GIT_COMMIT=a17ec49 EXTRA_LDFLAGS='-buildid='")
|
shelltools.system("LDFLAGS= make GIT_COMMIT=9cd3357 EXTRA_LDFLAGS='-buildid='")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("%s/containerd" % get.workDIR())
|
shelltools.cd("%s/containerd" % get.workDIR())
|
||||||
|
|
||||||
#pisitools.dobin("bin/*")
|
#pisitools.dobin("bin/*")
|
||||||
autotools.rawInstall("DESTDIR=%s/usr" % get.installDIR())
|
autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
# symlink containerd/run (nice integration with docker)
|
# symlink containerd/run (nice integration with docker)
|
||||||
pisitools.dosym("/usr/bin/containerd", "/usr/bin/docker-containerd")
|
pisitools.dosym("/usr/bin/containerd", "/usr/bin/docker-containerd")
|
||||||
|
|||||||
@@ -11,9 +11,9 @@
|
|||||||
<License>Apache-2.0</License>
|
<License>Apache-2.0</License>
|
||||||
<Summary>A daemon to control runC, built for performance and density.</Summary>
|
<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>
|
<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="1110bf9d022c10fc272b46c2179521e373ebd06a" type="targz">https://github.com/containerd/containerd/archive/v1.5.13.tar.gz</Archive>
|
<Archive sha1sum="fb6d40a0d2c2fd7f541e4cbf20151a600ee662e2" type="targz">https://github.com/containerd/containerd/archive/v1.6.8.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency versionFrom="1.10.3">golang</Dependency>
|
<Dependency versionFrom="1.19.1">golang</Dependency>
|
||||||
<Dependency>git</Dependency>
|
<Dependency>git</Dependency>
|
||||||
<Dependency>libseccomp-devel</Dependency>
|
<Dependency>libseccomp-devel</Dependency>
|
||||||
<Dependency>btrfs-progs-devel</Dependency>
|
<Dependency>btrfs-progs-devel</Dependency>
|
||||||
@@ -33,6 +33,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2022-09-15</Date>
|
||||||
|
<Version>1.6.8</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2022-06-07</Date>
|
<Date>2022-06-07</Date>
|
||||||
<Version>1.5.13</Version>
|
<Version>1.5.13</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user