Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangedLines ¶
ChangedLine is struct to store a single (Dockerfile-)line change's informations
type DockerfileParser ¶
type DockerfileParser interface { FindInstruction(dockerfileContent []byte) bool ReplaceInstructions(dockerfileContent []byte, sourceValue string) ([]byte, ChangedLines, error) }
DockerfileParser is an interface that any updatecli's Dockerfile parser must verifies to be used
type Instruction ¶
type Instruction interface{}
Click to show internal directories.
Click to hide internal directories.