Skip to content
DocsTry Aspire
DocsTry

ContainerImageBuildOptions Properties

ClassProperties6 members
Options for building container images.
Gets the destination for the container image.
public ContainerImageDestination? Destination { get; init; }
Gets the container image format.
public ContainerImageFormat? ImageFormat { get; init; }
ImageNameSection titled ImageNamenullablestring?
Gets the name to assign to the built image.
public string? ImageName { get; init; }
OutputPathSection titled OutputPathnullablestring?
Gets the output path for the container archive.
public string? OutputPath { get; init; }
TagSection titled Tagnullablestring?
Gets the tag to assign to the built image.
public string? Tag { get; init; }
Gets the target platform for the container.
public ContainerTargetPlatform? TargetPlatform { get; init; }