mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
alpine: update containerd to 1.4.6
As suggested on https://github.com/linuxkit/linuxkit/pull/3554#issuecomment-852910630 Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
7d76051bb0
commit
5124698b47
@ -61,7 +61,7 @@ RUN go get -u github.com/LK4D4/vndr
|
|||||||
# when building, note that containerd does not use go modules in the below commit,
|
# when building, note that containerd does not use go modules in the below commit,
|
||||||
# while go1.16 defaults to using it, so must disable with GO111MODULE=off
|
# while go1.16 defaults to using it, so must disable with GO111MODULE=off
|
||||||
ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git
|
ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git
|
||||||
ENV CONTAINERD_COMMIT=v1.4.4
|
ENV CONTAINERD_COMMIT=v1.4.6
|
||||||
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