Skip to content
Docs Try Aspire

ContainerResource.withImage

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface ContainerResource {
// ... omitted for brevity
withImage(
image: string,
tag?: string): ContainerResource;
}

Signature

method withImage builder
Sets the container image
withImage(
image: string,
tag?: string): ContainerResource
image string
tag string optional
ContainerResource

Defined on

This method is defined on the following type: