mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Update to containerd v1.0.0-alpha3 and runc master
Runc is master as of this morning, slightly newer than what is vendored into
containerd v1.0.0-alpha3 but the differences[0] seemed benign and/or good to have.
Signed-off-by: Ian Campbell <ijc@docker.com>
[0] 429a538712...45bde006ca
This commit is contained in:
parent
bfd9499795
commit
6ef10ae33b
@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 as alpine
|
||||
FROM linuxkit/alpine:4a9e5f80a774bbea494d49324428a22c6f018865 as alpine
|
||||
RUN \
|
||||
apk add \
|
||||
btrfs-progs-dev \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 as alpine
|
||||
FROM linuxkit/alpine:4a9e5f80a774bbea494d49324428a22c6f018865 as alpine
|
||||
RUN \
|
||||
apk add \
|
||||
bash \
|
||||
@ -11,7 +11,7 @@ RUN \
|
||||
make \
|
||||
&& true
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
ENV RUNC_COMMIT=429a5387123625040bacfbb60d96b1cbd02293ab
|
||||
ENV RUNC_COMMIT=45bde006ca8c90e089894508708bcf0e2cdf9e13
|
||||
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
|
||||
cd $GOPATH/src/github.com/opencontainers && \
|
||||
git clone https://github.com/opencontainers/runc.git
|
||||
|
Loading…
Reference in New Issue
Block a user