mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Temporarily use https://github.com/containerd/containerd/pull/1141
We expect this (or something very similar) to be merged soon, it fixes #2131 so moving ahead now. The new alpine mirror is linuxkit/alpine:6832775a7e861ee2d7842e157688ece52d007142 Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
c5634c4650
commit
902e6182b0
@ -1,4 +1,4 @@
|
|||||||
FROM linuxkit/alpine:8bb8664eec04e02a8a131c53aa7d5d94119270ef as alpine
|
FROM linuxkit/alpine:6832775a7e861ee2d7842e157688ece52d007142 as alpine
|
||||||
RUN \
|
RUN \
|
||||||
apk add \
|
apk add \
|
||||||
btrfs-progs-dev \
|
btrfs-progs-dev \
|
||||||
|
@ -49,5 +49,5 @@ COPY --from=mirror /Dockerfile /Dockerfile
|
|||||||
|
|
||||||
RUN apk update && apk upgrade -a
|
RUN apk update && apk upgrade -a
|
||||||
|
|
||||||
ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git
|
ENV CONTAINERD_REPO=https://github.com/ijc/containerd.git
|
||||||
ENV CONTAINERD_COMMIT=v1.0.0-alpha0
|
ENV CONTAINERD_COMMIT=3455ffc08c553db0ca9fe60b4ba2b3e8a2dc960b
|
||||||
|
Loading…
Reference in New Issue
Block a user