[skip-ci] docker: update sources, builds successfully

This commit is contained in:
Francesco Marinucci 2019-01-27 11:45:05 +01:00
parent f5c49ddc9d
commit e8e56779fe

View File

@ -2,7 +2,7 @@
pkgname=docker pkgname=docker
pkgver=18.09.1 pkgver=18.09.1
pkgrel=1 pkgrel=2
pkgdesc='Pack, ship and run any application as a lightweight container' pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64') arch=('x86_64')
url='https://www.docker.com/' url='https://www.docker.com/'
@ -20,11 +20,11 @@ replaces=('containerd' 'runc')
options=('!strip' '!buildflags') options=('!strip' '!buildflags')
# Use exact commit version from Dockerfile, see them in: # Use exact commit version from Dockerfile, see them in:
# https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/ # https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/
_RUNC_COMMIT=4fc53a81fb7c994640722ac585fa9ca548971871 _RUNC_COMMIT=96ec2177ae841256168fcf76954f7177af9446eb
_CONTAINERD_COMMIT=773c489c9c1b21a6d78b5c538cd395416ec50f88 _CONTAINERD_COMMIT=9754871865f7fe2f4e74d43e2fc7ccd237edcbce
_TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574 _TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
_LIBNETWORK_COMMIT=c15b372ef22125880d378167dde44f4b134e1a77 _LIBNETWORK_COMMIT=2cfbf9b1f98162a55829a21cc603c76072a75382
source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver-ce" source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver"
"git+https://github.com/opencontainers/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/containerd/containerd.git#commit=$_CONTAINERD_COMMIT"
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT" "git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT"