Skip to content
Docs Try Aspire

withImageSHA256

Function
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface ContainerResource {
// ... omitted for brevity
withImageSHA256(sha256: string): ContainerResource;
}

Signature

method withImageSHA256 builder
Sets the image SHA256 digest
withImageSHA256(sha256: string): ContainerResource
sha256 string
ContainerResource

Applies to

This function is an extension method on the following types: