Files
containerd/core/runtime
Paweł Gronowski 9c6b71c95c core/runtime/v2: Drop checkpointctl module dependency
The shim imported github.com/checkpoint-restore/checkpointctl/lib for a
single string constant.
Consumers that embed only the runtime v2 plugin (and never touch
internal/cri) therefore had to vendor the checkpointctl package.

Declare the file name as a local constant instead.
checkpointctl still remains a direct requirement here because
internal/cri/server uses its types, JSON readers, and annotations, but
it is no longer reachable from the runtime v2 import graph.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-07-24 20:33:58 +02:00
..
2024-01-17 09:58:04 -08:00
2026-03-15 18:24:14 +01:00
2024-01-17 09:58:04 -08:00
2024-01-25 22:18:45 -08:00
2026-03-15 18:24:14 +01:00