From 6ada5204458e84e69242c9c79f3b0d4fcc846e16 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Mon, 4 Dec 2017 18:51:08 -0500 Subject: [PATCH] Update CRIU github repository Signed-off-by: Ross Boucher Upstream-commit: f01d2029bbee7327b324ee501a97100ad5506fbf Component: engine --- components/engine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index 9520e58b13..5f78eda682 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -97,7 +97,7 @@ ENV GOPATH /go # Install CRIU for checkpoint/restore support ENV CRIU_VERSION 3.6 RUN mkdir -p /usr/src/criu \ - && curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \ + && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \ && cd /usr/src/criu \ && make \ && make install-criu