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