static class Dockerfile.GenericInstruction
An instruction that uses the provided value as-is without any additional formatting.
Use this instruction if you want to provide a very complex instruction or if there's not a specific implementation of Instruction that serves your use case.
Constructor and description |
---|
Dockerfile.GenericInstruction
(String instruction) |
Dockerfile.GenericInstruction
(Provider<String> instructionProvider) |