Skip to content
Docs Try Aspire

ContainerImageBuildOptions Properties

Class Properties 5 members
Options for building container images.
Gets the container image format.
public ContainerImageFormat? ImageFormat { get; init; }
ImageName Section titled ImageName nullable string?
Gets the name to assign to the built image.
public string? ImageName { get; init; }
OutputPath Section titled OutputPath nullable string?
Gets the output path for the container archive.
public string? OutputPath { get; init; }
Tag Section titled Tag nullable string?
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; }