Skip to content
DocsTry Aspire
DocsTry

ContainerImageAnnotation Properties

ClassProperties4 members
Represents an annotation for a container image.
Gets or sets the image for the container.
public string Image { get; set; }
RegistrySection titled Registrynullablestring?
Gets or sets the registry for the container image.
public string? Registry { get; set; }
SHA256Section titled SHA256nullablestring?
Gets or sets the SHA256 for the specific image.
public string? SHA256 { get; set; }
TagSection titled Tagnullablestring?
Gets or sets the tag for the container image.
public string? Tag { get; set; }