DocsTry Aspire
DocsTry

ContainerImagePushOptions

Classsealednet10.0
📦 Aspire.Hosting v13.5.3
Represents options for pushing container images to a registry.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ContainerImagePushOptions
{
// ...
}
This class allows customization of how container images are named and tagged when pushed to a container registry. The ContainerImagePushOptions.RemoteImageName specifies the repository path (without registry endpoint or tag), and ContainerImagePushOptions.RemoteImageTag specifies the tag to apply. Use ContainerImagePushOptions.GetFullRemoteImageNameAsync to construct the complete image reference including registry endpoint and tag.
View all constructors
View all properties
View all methods