[arch-commits] Commit in docker/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Aug 19 09:53:09 UTC 2018
Date: Sunday, August 19, 2018 @ 09:53:08
Author: seblu
Revision: 372765
upgpkg: docker 1:18.06.0-1
Modified:
docker/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-19 09:50:45 UTC (rev 372764)
+++ PKGBUILD 2018-08-19 09:53:08 UTC (rev 372765)
@@ -2,8 +2,8 @@
# Maintainer: Sébastien "Seblu" Luttringer
pkgname=docker
-pkgver=18.05.0
-pkgrel=2
+pkgver=18.06.0
+pkgrel=1
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64')
@@ -19,10 +19,10 @@
options=('!strip' '!buildflags')
# Use exact commit version from Dockerfile, see them in:
# https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/
-_RUNC_COMMIT=4fc53a81fb7c994640722ac585fa9ca548971871
-_CONTAINERD_COMMIT=773c489c9c1b21a6d78b5c538cd395416ec50f88
-_TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
-_LIBNETWORK_COMMIT=c15b372ef22125880d378167dde44f4b134e1a77
+_RUNC_COMMIT=69663f0bd4b60df09991c08812a60108003fa340
+_CONTAINERD_COMMIT=d64c661f1d51c48782c9cec8fda7604785f93587
+_TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
+_LIBNETWORK_COMMIT=3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b
source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver-ce"
"git+https://github.com/opencontainers/runc.git#commit=$_RUNC_COMMIT"
"git+https://github.com/containerd/containerd.git#commit=$_CONTAINERD_COMMIT"
More information about the arch-commits
mailing list