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:
Ian Campbell 2017-08-03 11:56:37 +01:00
parent bfd9499795
commit 6ef10ae33b
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 as alpine
FROM linuxkit/alpine:4a9e5f80a774bbea494d49324428a22c6f018865 as alpine
RUN \
apk add \
btrfs-progs-dev \

View File

@ -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