pkg/runc: Bump to v1.0.0-rc7-6-g029124da

This is the recommended version for containerd v1.2.6

While at it, also bump the alpine base.

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-04-14 11:04:20 +01:00
parent 2b32dde645
commit fd67969697

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed as alpine
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec as alpine
RUN \
apk add \
bash \
@ -11,7 +11,7 @@ RUN \
make \
&& true
ENV GOPATH=/go PATH=$PATH:/go/bin
ENV RUNC_COMMIT=6635b4f0c6af3810594d2770f662f34ddc15b40d
ENV RUNC_COMMIT=029124da7af7360afa781a0234d1b083550f797c
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
cd $GOPATH/src/github.com/opencontainers && \
git clone https://github.com/opencontainers/runc.git