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 information
type DockerfileParser ¶
type DockerfileParser interface { FindInstruction(dockerfileContent []byte, stage string) bool GetInstruction(dockerfileContent []byte, stage string) string ReplaceInstructions(dockerfileContent []byte, sourceValue, stage 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.