Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadAndParseFile ¶
Types ¶
type DockerfileInstruction ¶
func ParseDockerfileContent ¶
func ParseDockerfileContent(content string) []DockerfileInstruction
type InputInstruction ¶
type InputStage ¶
type InputStage struct {
Instructions []InputInstruction `yaml:"instructions"`
Stage int `yaml:"stage"`
}
type InputYAML ¶
type InputYAML struct {
Dockerfile []InputStage `yaml:"dockerfile"`
}
func ParseYAMLContent ¶
Click to show internal directories.
Click to hide internal directories.