ContainerImageBuildOptions
Class net10.0
Options for building container images.
namespace Aspire.Hosting.Publishing;
public class ContainerImageBuildOptions{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesImageFormatget; 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.