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

Sébastien Luttringer seblu at archlinux.org
Thu Oct 5 10:51:36 UTC 2017


    Date: Thursday, October 5, 2017 @ 10:51:35
  Author: seblu
Revision: 261668

upgpkg: docker 1:17.09.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-05 10:51:32 UTC (rev 261667)
+++ PKGBUILD	2017-10-05 10:51:35 UTC (rev 261668)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=17.07.0
+pkgver=17.09.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -20,13 +20,13 @@
 # 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=2d41c047c83e09a6d61d464906feb2a2f3c52aa4
-_CONTAINERD_COMMIT=3addd840653146c90a254301d6c3a663c7fd6429
+_RUNC_COMMIT=3f2f8b84a77f73d38244dd690525642a72156c64
+_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/docker/containerd.git#commit=$_CONTAINERD_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"
         "git+https://github.com/spf13/cobra.git"



More information about the arch-commits mailing list