Skip to main content

docker.file.stage

Description

Dockerfile stages

Fields

IDTYPEDESCRIPTION
fromdocker.file.fromThe source of this stage, specified via FROM in Dockerfiles
filedocker.fileContains the reference to the Dockerfile this stage belongs to
envmap[string]stringEnvironment variables configured in the Dockerfile
labelsmap[string]stringLABEL instructions in the Dockerfile
run[]docker.file.runRUN instructions in this Dockerfile
cmddocker.file.runCMD instructions in this Dockerfile
entrypointdocker.file.runENTRYPOINT instructions in this Dockerfile
add[]docker.file.addADD instructions in this Dockerfile
copy[]docker.file.copyCOPY instructions in this Dockerfile
expose[]docker.file.exposeEXPOSE instructions in this Dockerfile

References