from
Method
interface DockerfileBuilder { // ... omitted for brevity from( image: string, stageName?: string): DockerfileStage;}Signature
method
from Adds a FROM statement to start a Dockerfile stage
from( image: string, stageName?: string): DockerfileStageParameters
image string stageName string optional Returns
DockerfileStage Applies to
This method applies to the following types: