Skip to content
Docs Try Aspire

ContainerImageDestination

Enum net8.0
📦 Aspire.Hosting v13.2.0
Specifies the destination for container images.
namespace Aspire.Hosting.Publishing;
public enum ContainerImageDestination
Registry = 0
Image will be pushed to a container registry.
Archive = 1
Image will be saved as an archive file.