# Functions
AirflowCommand is the main method of interaction with Airflow.
List all legal cmds in a dockerfile.
ExecPipe does pipe stream into stdout/stdin and stderr so now we can pipe out during exec'ing any commands inside container.
Parse image from parsed dockerfile: e.g.
Parse tag from parsed dockerfile: e.g.
Parse a Dockerfile from a reader.
# Constants
Docker is the docker command.
# Variables
ParseFile a Dockerfile from a filename.
# Structs
Represents a single line (layer) in a Dockerfile.
A failure in opening a file for reading.
A failure in parsing the file as a dockerfile.