Class Dockerfile.UserInstruction

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

public static class Dockerfile.UserInstruction extends Dockerfile.StringCommandInstruction
Represents a USER instruction.
  • Field Details

  • Constructor Details

    • UserInstruction

      public UserInstruction(String user)
    • UserInstruction

      public UserInstruction(Provider<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