What is the problem you're trying to solve
The current state of the ctr images import CLI lacks a feature for efficient image metadata management during the import process. To address this, recent changes have been proposed to introduce the --label option.
Describe the solution you'd like
The proposed --label option to the ctr images import will empower users to attach label pairs as metadata to container images during the import operation
Additional context
Related PR: #9476
/cc @ruiwen-zhao @samuelkarp
What is the problem you're trying to solve
The current state of the
ctr images importCLI lacks a feature for efficient image metadata management during the import process. To address this, recent changes have been proposed to introduce the--labeloption.Describe the solution you'd like
The proposed
--labeloption to thectr images importwill empower users to attach label pairs as metadata to container images during the import operationAdditional context
io.cri-containerd.pinned=pinnedat image import command.Related PR: #9476
/cc @ruiwen-zhao @samuelkarp