DockerRequirement.dockerImageId_

The image id that will be used for docker run. May be a human-readable image name or the image identifier hash. May be skipped if dockerPull is specified, in which case the dockerPull image id must be used.

class DockerRequirement
Either!(None, string) dockerImageId_;

Meta