Browse code

Dockerfile: update CRIU to v3.12

New features

- build CRIU with Android NDK
- C/R of
- IP RAW sockets
- lsm: dump and restore any SELinux process label
- support restoring ghost files on readonly mounts

Bugfixes

- Do not lock network if running in the host network namespace
- Fix RPC configuration file handling
- util: don't leak file descriptors to third-party tools
- small fixes here and there

Improvements

- travis: switch to the Ubuntu Xenial
- travis-ci: Enable ia32 tests
- Many improvements and bug fixes in the libcriu
- Changes in the API and ABI (SONAME increased from 1 to 2)

full diff: https://github.com/checkpoint-restore/criu/compare/v3.11...v3.12

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 00ad0222cef8024f19394e2e9d5dc0e05f0ec982)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/08/15 03:43:52
Showing 1 changed files
... ...
@@ -36,7 +36,7 @@ RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/
36 36
 FROM base AS criu
37 37
 ARG DEBIAN_FRONTEND
38 38
 # Install CRIU for checkpoint/restore support
39
-ENV CRIU_VERSION 3.11
39
+ENV CRIU_VERSION 3.12
40 40
 # Install dependency packages specific to criu
41 41
 RUN apt-get update && apt-get install -y --no-install-recommends \
42 42
 	libnet-dev \