You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Labels in the containerd.io/* namespace are interpreted by containerd
149
+
// itself, and labels in the io.cri-containerd.* namespace are interpreted
150
+
// by the CRI plugin, so they are not copied from untrusted image configs.
151
+
maps.DeleteFunc(c.Labels, func(k, _string) bool {
152
+
iflabels.IsReserved(k) {
153
+
log.G(ctx).Warnf("skipping image label %q: the label namespace is reserved for containerd; possible malicious image attempting to alter containerd behavior", k)
0 commit comments