From 266c757cc6da67161f6579e4ceefd5f3a8184d02 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 23 Mar 2017 00:41:17 +1100 Subject: [PATCH] runc: update to 31980a53ae7887b2c8f8715d13c3eb486c27b6cf This is necessary for --console-socket. Signed-off-by: Aleksa Sarai --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fc2b294..a3ceaf4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,9 @@ RUN mkdir -p /usr/src/criu \ && rm -rf /usr/src/criu # Install runc -ENV RUNC_COMMIT cc29e3dded8e27ba8f65738f40d251c885030a28 +# TODO: This should actually be v1.0.0-rc3 but we first need to switch to +# v1.0.0-rc5 runtime config generation. +ENV RUNC_COMMIT 31980a53ae7887b2c8f8715d13c3eb486c27b6cf RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \