DockerFileParser:FileParser = new DockerFileParserClass()
FileParser instance to use for Docker files.
Example path expressions, given "node:argon" as the image
//FROM/image/name - returns a node with the value "node" etc
//FROM/image/tag - returns a node with the value "argon" etc
FileParser instance to use for Docker files. Example path expressions, given "node:argon" as the image //FROM/image/name - returns a node with the value "node" etc //FROM/image/tag - returns a node with the value "argon" etc