DockerfileBaseImageAnnotation.RuntimeImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the base image to use for the runtime stage in multi-stage Dockerfiles.
public string? RuntimeImage { get; set; }
member this.RuntimeImage : string with get, set
Public Property RuntimeImage As String
Property Value
Remarks
This image is used for the final runtime stage where the application actually runs. If not specified, the default runtime image for the resource type will be used.