Update containerd to 7fc91b05917e93d474fab9465547d44eacd10ce3

Update everything including the current
linuxkit/containerd:b1766e4c4c09f63ac4925a6e4612852a93f7e73b to the new
linuxkit/containerd:deaf5bf838bf7f131c2287ecff3ed9835b0497e2.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell
2017-05-31 17:03:40 +01:00
parent b822bff6ad
commit eaedbd454c
38 changed files with 38 additions and 38 deletions

View File

@@ -10,7 +10,7 @@ RUN \
make \
&& true
ENV GOPATH=/root/go
ENV CONTAINERD_COMMIT=0f0f3b69dcba2efeba012ff55e2a596f12cf0bac
ENV CONTAINERD_COMMIT=7fc91b05917e93d474fab9465547d44eacd10ce3
RUN mkdir -p $GOPATH/src/github.com/containerd && \
cd $GOPATH/src/github.com/containerd && \
git clone https://github.com/containerd/containerd.git