Represents the target for the docker build process.

interface DockerProcessTarget {
    agentSpecification?: AgentSpecification;
}

Hierarchy (View Summary)

Properties

agentSpecification?: AgentSpecification

Agent specification for the build process.