Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { instructions.Command Name string Mounts []*instructions.Mount NetworkMode instructions.NetworkMode Security string }
func (*Command) MarshalJSON ¶
type Dockerfile ¶
func Parse ¶
func Parse(path string) (*Dockerfile, error)
func ParseReader ¶
func ParseReader(r io.Reader) (*Dockerfile, error)
func (*Dockerfile) Expand ¶
func (d *Dockerfile) Expand(env SingleWordExpander)
type MetaArg ¶
type MetaArg struct { instructions.ArgCommand `json:"-"` Key string DefaultValue *string ProvidedValue *string Value *string }
type SingleWordExpander ¶
type SingleWordExpander instructions.SingleWordExpander
Click to show internal directories.
Click to hide internal directories.