Class Dockerfile.LabelInstruction

java.lang.Object
com.bmuschko.gradle.docker.tasks.image.Dockerfile.MapInstruction
com.bmuschko.gradle.docker.tasks.image.Dockerfile.LabelInstruction
All Implemented Interfaces:
Dockerfile.Instruction
Enclosing class:
Dockerfile

public static class Dockerfile.LabelInstruction extends Dockerfile.MapInstruction
Represents a LABEL instruction.
  • Field Details

  • Constructor Details

    • LabelInstruction

      public LabelInstruction(Map labels)
    • LabelInstruction

      public LabelInstruction(Provider<Map<String,String>> provider)
  • Method Details

    • getKeyword

      public String getKeyword()
      Gets the keyword of the instruction as used in the Dockerfile.

      For example the keyword of the Dockerfile.FromInstruction is FROM.

      Returns:
      The instruction keyword