@atomist/sdm-pack-docker
Version:
Extension Pack for an Atomist SDM to integrate Docker
10 lines (9 loc) • 388 B
TypeScript
import { FileParser } from "@atomist/automation-client";
/**
* 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;