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 }
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 `json:","` ProvidedValue *string `json:","` Value *string `json:","` }
type SingleWordExpander ¶
type SingleWordExpander instructions.SingleWordExpander
Click to show internal directories.
Click to hide internal directories.