Skip to content
DocsTry Aspire
DocsTry

ContainerResource.withImage

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

Signature

methodwithImagebuilder
Allows overriding the image on a container.
withImage(
image: string,
tag?: string): ContainerResource
imagestring
tagstringoptional
ContainerResource

Defined on

This method is defined on the following type: