withDockerfileBaseImage
Function
interface ContainerResource { // ... omitted for brevity withDockerfileBaseImage( buildImage?: string, runtimeImage?: string): IResource;}Signature
method
withDockerfileBaseImage builder Sets the base image for a Dockerfile build
withDockerfileBaseImage( buildImage?: string, runtimeImage?: string): IResourceParameters
buildImage string optional runtimeImage string optional Returns
IResource Applies to
This function is an extension method on the following types: