Information about the remote execution image.

interface ExecutorImage {
    credentials?: DockerImageCredentials;
    image: string;
}

Properties

Properties

image: string

Generated using TypeDoc