UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

10 lines 458 B
import { FileParser } from "@atomist/automation-client/lib/tree/ast/FileParser"; /** * 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 * @type {DockerFileParserClass} */ export declare const DockerFileParser: FileParser; //# sourceMappingURL=DockerFileParser.d.ts.map