6 references to ContainerdImageNameAnnotation
Aspire.Hosting (6)
Publishing\ContainerImageArchiveRewriter.cs (6)
365var containerdImageName = GetOptionalAnnotationString(annotations, ContainerdImageNameAnnotation, entryName, descriptorIndex); 398$"descriptor {descriptorIndex} annotation '{ContainerdImageNameAnnotation}' is not a tagged image reference"); 407$"descriptor {descriptorIndex} has a tag-only '{OciReferenceNameAnnotation}' without a full '{ContainerdImageNameAnnotation}'"); 418$"descriptor {descriptorIndex} has inconsistent '{OciReferenceNameAnnotation}' and '{ContainerdImageNameAnnotation}' annotations"); 453annotations[ContainerdImageNameAnnotation] = rewrittenContainerdImageName; 496$"descriptor {descriptorIndex} has inconsistent '{OciReferenceNameAnnotation}' and '{ContainerdImageNameAnnotation}' annotations");