ContainerImagePushOptionsCallbackContext.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the container image push options that can be modified by the callback.
public Aspire.Hosting.ApplicationModel.ContainerImagePushOptions Options { get; init; }
member this.Options : Aspire.Hosting.ApplicationModel.ContainerImagePushOptions with get, set
Public Property Options As ContainerImagePushOptions
Property Value
The ContainerImagePushOptions instance containing the remote image name and tag configuration. Callbacks should modify the RemoteImageName and RemoteImageTag properties to customize how the image is pushed to the registry.