Skip to content
Docs Try Aspire

withImageTag

Function
📦 Aspire.Hosting v13.2.0
interface ContainerResource {
// ... omitted for brevity
withImageTag(tag: string): ContainerResource;
}

Signature

method withImageTag builder
Sets the container image tag
withImageTag(tag: string): ContainerResource
tag string
ContainerResource

Applies to

This function is an extension method on the following types: