ContainerImageBuildOptions
Class net8.0
Options for building container images.
namespace Aspire.Hosting.Publishing;
public class ContainerImageBuildOptions{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesDestinationget; init Gets the destination for the container image.
ImageFormatget; init Gets the container image format.
ImageNameget; initstring? Gets the name to assign to the built image.
OutputPathget; initstring? Gets the output path for the container archive.
Tagget; initstring? Gets the tag to assign to the built image.
TargetPlatformget; init Gets the target platform for the container.