Freigeben über


ImportSource.SourceImage Eigenschaft

Definition

Ruft den Repositorynamen des Quellimages ab oder legt diese fest. Geben Sie ein Image nach Repository an ("hello-world"). Dabei wird das Tag "latest" verwendet. Geben Sie ein Bild nach Tag ("hello-world:latest") an. Geben Sie ein Bild anhand des sha256-basierten Manifestdigests an ("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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: