mirror of
https://github.com/containerd/containerd.git
synced 2026-08-08 17:11:15 +00:00
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>