Share via


DockerfileBaseImageAnnotation.RuntimeImage Property

Definition

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.

Applies to