Package com.bmuschko.gradle.docker.tasks.image
package com.bmuschko.gradle.docker.tasks.image
-
ClassDescriptionCreates a Dockerfile based on the provided instructions.Represents a
ADD
instruction.Represents aARG
instruction.Represents a comment instruction.Input data for aDockerfile.CopyFileInstruction
.Represents aCOPY
instruction.Represents aCMD
instruction.Represents aENTRYPOINT
instruction.Represents aENV
instruction.Represents aEXPOSE
instruction.Input data for aDockerfile.AddFileInstruction
orDockerfile.CopyFileInstruction
.Dockerfile.FileInstruction<T extends Dockerfile.File>An instruction whose value is a Dockerfile.File.Input data for aDockerfile.FromInstruction
.Represents aFROM
instruction.An instruction that uses the provided value as-is without any additional formatting.Input data for aDockerfile.HealthcheckInstruction
.A representation of an instruction in a Dockerfile.Represents aLABEL
instruction.An instruction whose value is a Map.Represents aONBUILD
instruction.Represents aRUN
instruction.An instruction whose value is a String array.An instruction whose value is a String.Represents aUSER
instruction.Represents aWORKDIR
instruction.