removing the temporary image used for pulling from the proxy.

This commit is contained in:
Erik Brakkee 2025-03-09 14:29:00 +01:00
parent b31e03bc7a
commit afd52f5297

View File

@ -164,6 +164,7 @@ func (fetcher *Fetcher) pullAndPin(pullAll bool) error {
if err != nil { if err != nil {
klog.Warningf("Could not tag '%s' -> '%s'", container, tag) klog.Warningf("Could not tag '%s' -> '%s'", container, tag)
} }
_ = containerd.Remove(container)
} }
} }
} }