[arch-commits] Commit in docker/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Wed Oct 18 23:42:58 UTC 2017


    Date: Wednesday, October 18, 2017 @ 23:42:57
  Author: seblu
Revision: 263318

upgpkg: docker 1:17.10.0-1

Modified:
  docker/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 23:07:11 UTC (rev 263317)
+++ PKGBUILD	2017-10-18 23:42:57 UTC (rev 263318)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=17.09.0
+pkgver=17.10.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -20,12 +20,12 @@
 # https://github.com/docker/containerd/issues/299#issuecomment-240745119
 # see commit in hack/dockerfile/binaries-commits
 # https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/binaries-commits
-_RUNC_COMMIT=3f2f8b84a77f73d38244dd690525642a72156c64
+_RUNC_COMMIT=0351df1c5a66838d0c392b4ac4cf9450de844e2d
 _CONTAINERD_COMMIT=06b9cb35161009dcb7123345749fef02f7cea8e0
 _TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
 _LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
 source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver-ce"
-        "git+https://github.com/docker/runc.git#commit=$_RUNC_COMMIT"
+        "git+https://github.com/opencontainers/runc.git#commit=$_RUNC_COMMIT"
         "git+https://github.com/containerd/containerd.git#commit=$_CONTAINERD_COMMIT"
         "git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT"
         "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT"
@@ -79,7 +79,7 @@
   ### cli
   msg2 'Building cli'
   _fake_gopath_pushd docker-ce/components/cli github.com/docker/cli
-  make VERSION=$pkgver-ce dynbinary
+  DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=$pkgver-ce dynbinary
   _fake_gopath_popd
 
   ### daemon



More information about the arch-commits mailing list