# ContainerImageAnnotation Constructors

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

Represents an annotation for a container image.

## ContainerImageAnnotation

- Name: `Constructor`

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