# ContainerImagePushOptionsCallbackContext Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ContainerImagePushOptionsCallbackContext](/reference/api/csharp/aspire.hosting/containerimagepushoptionscallbackcontext.md)
- Kind: `Constructors`
- Members: `1`

Provides context information for container image push options callbacks.

## ContainerImagePushOptionsCallbackContext

- Name: `Constructor`

```csharp
public sealed class ContainerImagePushOptionsCallbackContext
{
    public ContainerImagePushOptionsCallbackContext()
    {
        // ...
    }
}
```
