mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
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:
parent
54479cb917
commit
716f60f226
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user