Merge pull request #11794 from Rmys/master
docker, go, containerd ver. bump
This commit is contained in:
@@ -26,7 +26,7 @@ def build():
|
||||
|
||||
#shelltools.system("LDFLAGS= GOPATH=%s make GIT_COMMIT=72cec4b" % get.curDIR())
|
||||
|
||||
shelltools.system("LDFLAGS= make GIT_COMMIT=a05d175 EXTRA_LDFLAGS='-buildid='")
|
||||
shelltools.system("LDFLAGS= make GIT_COMMIT=2806fc1 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="42089e61b34887c7b32ed8a5eab87b323ac877a6" type="targz">https://github.com/containerd/containerd/archive/v1.6.12.tar.gz</Archive>
|
||||
<Archive sha1sum="b98e53dc99fd0f6067127377e1bfcedc0d7d4239" type="targz">https://github.com/containerd/containerd/archive/v1.6.20.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.19.4">golang</Dependency>
|
||||
<Dependency versionFrom="1.19.8">golang</Dependency>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>libseccomp-devel</Dependency>
|
||||
<Dependency>btrfs-progs-devel</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2023-04-26</Date>
|
||||
<Version>1.6.20</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2022-12-10</Date>
|
||||
<Version>1.6.12</Version>
|
||||
|
||||
@@ -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"," 65d3f78")
|
||||
shelltools.export("DOCKER_GITCOMMIT","5d6db84")
|
||||
shelltools.export("IAMSTATIC", "false")
|
||||
shelltools.export("VERSION", "20.10.21")
|
||||
shelltools.export("VERSION", "20.10.24")
|
||||
shelltools.export("GOROOT","/usr/lib/go")
|
||||
shelltools.export("GO111MODULE","off")
|
||||
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
<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="de621c114d483007e538d0dea7971ba993be73cd" type="targz" name="cli-20.10.21.tar.gz">https://github.com/docker/cli/archive/refs/tags/v20.10.21.tar.gz</Archive>
|
||||
<Archive sha1sum="d51bac33385b433280d8e532167a0e30c5de5da2" type="targz" name="moby-20.10.21.tar.gz">https://github.com/moby/moby/archive/refs/tags/v20.10.21.tar.gz</Archive>
|
||||
<Archive sha1sum="4c7b07c5d94b37c2ba90352924036f59098b6196" type="targz" name="cli-20.10.24.tar.gz">https://github.com/docker/cli/archive/refs/tags/v20.10.24.tar.gz</Archive>
|
||||
<Archive sha1sum="1d58a68675ce9318126b9136064ad7f406e82895" type="targz" name="moby-20.10.24.tar.gz">https://github.com/moby/moby/archive/refs/tags/v20.10.24.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>
|
||||
<Dependency versionFrom="1.19.4">golang</Dependency>
|
||||
<Dependency versionFrom="1.19.8">golang</Dependency>
|
||||
<Dependency>btrfs-progs-devel</Dependency>
|
||||
<Dependency>device-mapper-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
@@ -34,7 +34,7 @@
|
||||
<Name>docker</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<!-- <Dependency>aufs-util</Dependency> -->
|
||||
<Dependency>aufs-util</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>device-mapper</Dependency>
|
||||
<Dependency>btrfs-progs</Dependency>
|
||||
@@ -45,7 +45,7 @@
|
||||
<Dependency>libtool-ltdl</Dependency>
|
||||
<Dependency versionFrom="1.0.0_rc5">runc</Dependency>
|
||||
<Dependency versionFrom="1.1.0">containerd</Dependency>
|
||||
<!-- <Dependency versionFrom="0.18.0">tini</Dependency> -->
|
||||
<Dependency versionFrom="0.18.0">tini</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
@@ -66,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2022-09-26</Date>
|
||||
<Version>20.10.24</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2022-12-10</Date>
|
||||
<Version>20.10.21</Version>
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Compiler and tools for the Go programming language from Google</Summary>
|
||||
<Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
|
||||
<Archive sha1sum="6debf76aa6fb97daff4d49502153a47093883c28" type="targz">https://github.com/golang/go/archive/refs/tags/go1.19.4.tar.gz</Archive>
|
||||
<Archive sha1sum="d1ce591f980f8820d423eced1abed8e54fcb8727" type="targz">https://github.com/golang/go/archive/refs/tags/go1.19.8.tar.gz</Archive>
|
||||
<!--<Archive sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" type="tarbz2" target="go-go1.14.3">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>-->
|
||||
<!-- for using as a bootstrap -->
|
||||
<Archive sha1sum="11da89094dc9a60cda37f872b8c10102c0738dc0" type="targz" target="go-go1.19.4">https://go.dev/dl/go1.19.4.linux-amd64.tar.gz</Archive>
|
||||
<Archive sha1sum="c6caf6b3acda495733d3dad2cc17964f6ed32ae8" type="targz" target="go-go1.19.8">https://go.dev/dl/go1.19.8.linux-amd64.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -39,17 +39,10 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2022-12-12</Date>
|
||||
<Version>1.19.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2022-09-14</Date>
|
||||
<Version>1.19.1</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Date>2023-04-26</Date>
|
||||
<Version>1.19.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
|
||||
Reference in New Issue
Block a user