fix: revert runc to v1.0.0-rc.6 (#470)

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
Andrew Rynhard 2019-03-28 21:42:29 -07:00 committed by GitHub
parent 8dba7db9a2
commit 9bc2f8fc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ RUN cd $GOPATH/src/github.com/containerd/containerd \
&& cp bin/containerd /rootfs/bin \
&& cp bin/containerd-shim /rootfs/bin
# runc
RUN curl -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc7/runc.amd64 -o /rootfs/bin/runc
RUN curl -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc6/runc.amd64 -o /rootfs/bin/runc
RUN chmod +x /rootfs/bin/runc
# CNI
RUN mkdir -p /rootfs/opt/cni/bin