Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func Env(m []KeyValue) (string, error) + func FindAll(node *parser.Node, cmd string) []int + func From(image string) (string, error) + func InsertInstructions(node *parser.Node, pos int, instructions string) error + func Label(m []KeyValue) (string, error) + func Parse(r io.Reader) (*parser.Node, error) + func Write(node *parser.Node) []byte + type KeyValue struct + Key string + Value string