removing the temporary image used for pulling from the proxy.
This commit is contained in:
parent
b31e03bc7a
commit
afd52f5297
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user