@pulumi/pulumi
    Preparing search index...

    Interface ExecutorImage

    Information about the remote execution image.

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

    Properties

    Properties

    image: string