Native Builder: Add parser support for CMD and LABEL instructions by katiewasnothere · Pull Request #448 · apple/container
This PR adds support for CMD and LABEL instructions in the native builder's parser.
This also changes how options are tokenized. Options now include the raw string so that when constructing a command for instructions like CMD and RUN, we can use the exact user input without having to add logic in the tokenizer to know when we're parsing a command verses other options, etc.