Skip to content

Commit 8be3162

Browse files
committed
upgrade criu to v3.7
The current version of criu bundled in dockerfile failed to do checkpoint/restore test on my system (v4.14.14). Upgrade to latest version v3.7 and also change the repository name to point to the current official repo. Signed-off-by: Daniel Dao <[email protected]>
1 parent 121c7b4 commit 8be3162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ RUN cd /tmp \
3838
&& rm -rf /tmp/bats
3939

4040
# install criu
41-
ENV CRIU_VERSION 3ca8e575b49763030d3ddfec4af190a4c9f9deef
41+
ENV CRIU_VERSION v3.7
4242
RUN mkdir -p /usr/src/criu \
43-
&& curl -sSL https://github.com/xemul/criu/archive/${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
43+
&& curl -sSL https://github.com/checkpoint-restore/criu/archive/${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
4444
&& cd /usr/src/criu \
4545
&& make install-criu \
4646
&& rm -rf /usr/src/criu

0 commit comments

Comments
 (0)