Share via


ImportSource.SourceImage Property

Definition

Gets or sets repository name of the source image. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').

[Newtonsoft.Json.JsonProperty(PropertyName="sourceImage")]
public string SourceImage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceImage")>]
member this.SourceImage : string with get, set
Public Property SourceImage As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to