mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
create digets when preloading images into node
This commit is contained in:
@@ -57,7 +57,7 @@ func (c *containerdImporter) Pull(image, platform string) error {
|
||||
func (c *containerdImporter) LoadCommand() exec.Cmd {
|
||||
return c.containerCmder.Command(
|
||||
// TODO: ideally we do not need this in the future. we have fixed at least one image
|
||||
"ctr", "--namespace=k8s.io", "images", "import", "--all-platforms", "--no-unpack", "-",
|
||||
"ctr", "--namespace=k8s.io", "images", "import", "--all-platforms", "--no-unpack", "--digests", "-",
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user