mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-26 03:23:49 +00:00
Update runc and containerd
pull in newer containerd v1.0.0-alpha0 via updated alpine base, update runc to 429a5387123625040bacfbb60d96b1cbd02293ab which is vendored by that version of containerd (and also update alpine base for runc) Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
committed by
Ian Campbell
parent
aa3db640af
commit
a2d3be0e6f
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:9bcf61f605ef0ce36cc94d59b8eac307862de6e1 as alpine
|
||||
FROM linuxkit/alpine:8bb8664eec04e02a8a131c53aa7d5d94119270ef as alpine
|
||||
RUN \
|
||||
apk add \
|
||||
btrfs-progs-dev \
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:9bcf61f605ef0ce36cc94d59b8eac307862de6e1 as alpine
|
||||
FROM linuxkit/alpine:8bb8664eec04e02a8a131c53aa7d5d94119270ef as alpine
|
||||
RUN \
|
||||
apk add \
|
||||
bash \
|
||||
@@ -11,7 +11,7 @@ RUN \
|
||||
make \
|
||||
&& true
|
||||
ENV GOPATH=/root/go
|
||||
ENV RUNC_COMMIT=ac50e77bbb440dcab354a328c79754e2502b79ca
|
||||
ENV RUNC_COMMIT=429a5387123625040bacfbb60d96b1cbd02293ab
|
||||
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
|
||||
cd $GOPATH/src/github.com/opencontainers && \
|
||||
git clone https://github.com/opencontainers/runc.git
|
||||
|
Reference in New Issue
Block a user