1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ExecutorContext

ExecutorContext

    ExecutorContext defines the execution environment for a deployment, including the Docker image to use.

    Properties

    • executorImage DockerImage optional
      Defines the image that the pulumi operations should run in.
    • reference string required
      The Docker image reference (e.g. registry/image:tag).
    • isDefault boolean optional
      IsDefault indicates to the workflow runner that it should use its build-in default image if available and ignore the specified reference.
    • credentials DockerImageCredentials optional
      The credentials needed to pull the Docker image.
    • executorRootPath string optional
      Defines the root path for the executor binary and working directory.