Versions in this module Expand all Collapse all v1 v1.1.0 Mar 21, 2023 Changes in this version + type Command struct + Name string + func (c *Command) MarshalJSON() ([]byte, error) + type Dockerfile struct + MetaArgs []*MetaArg + Stages []*Stage + func Parse(path string) (*Dockerfile, error) + func ParseReader(r io.Reader) (*Dockerfile, error) + func (d *Dockerfile) Expand(env SingleWordExpander) + type From struct + Image *string + Scratch bool + Stage *FromStage + type FromStage struct + Index int + Named *string + type MetaArg struct + DefaultValue *string + Key string + ProvidedValue *string + Value *string + type SingleWordExpander instructions.SingleWordExpander + type Stage struct + Commands []*Command + From From + Name *string