mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Update containerd
Fixes boltdb copying issue which caused failures. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
edd49cabc6
commit
ad7770fbf9
@ -10,7 +10,7 @@ RUN \
|
|||||||
make \
|
make \
|
||||||
&& true
|
&& true
|
||||||
ENV GOPATH=/root/go
|
ENV GOPATH=/root/go
|
||||||
ENV CONTAINERD_COMMIT=7fc91b05917e93d474fab9465547d44eacd10ce3
|
ENV CONTAINERD_COMMIT=25cc7614ae1cc2c192f6c9ceca0c1c6fd6b091aa
|
||||||
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