Update containerd

This includes the bug fix that was causing output to be lost much
of the time.

fix #1660

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-05-11 10:11:18 +01:00
parent 54479cb917
commit 716f60f226

View File

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