8000 Update CRIU to v3.13 "Silicon Willet" · thaJeztah/docker@f508db4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f508db4

Browse files
committed
Update CRIU to v3.13 "Silicon Willet"
full diff: checkpoint-restore/criu@v3.12...v3.13 Here we have some bugfixes, huuuge *.py patch for coding style and nice set of new features like 32bit for ARM, TLS for page server and new mode for CGroups. New features - VDSO: arm32 support - Add TLS support for page server communications - "Ignore" mode for --manage-cgroups - Restore SO_BROADCAST option for inet sockets Bugfixes - Auxiliary events were left in inotify queues - Lazy-pages daemon didn't detect stack pages and surrounders properly and marked them as "lazy" - Memory and resource leakage were detected by coverity, cppcheck and clang Improvements - Use gettimeofday() directly from vdso for restore timings - Reformat all .py code into pep8 style Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 28f62c5 commit f508db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt \
2929
python-protobuf
3030

3131
# Install CRIU for checkpoint/restore support
32-
ENV CRIU_VERSION 3.12
32+
ENV CRIU_VERSION 3.13
3333
RUN mkdir -p /usr/src/criu \
3434
&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
3535
&& cd /usr/src/criu \

0 commit comments

Comments
 (0)
0