DockerfileBuildAnnotation.HasEntrypoint Property

Definition

Gets or sets a value indicating whether an entry point is defined in the Dockerfile.

public bool HasEntrypoint { get; set; }
member this.HasEntrypoint : bool with get, set
Public Property HasEntrypoint As Boolean

Property Value

Remarks

Container images without an entry point are not considered compute resources.

Applies to