ExecutorContext
ExecutorContext defines the execution environment for a deployment, including the Docker image to use.
Properties
- Defines the image that the pulumi operations should run in.
- ↳
referencestring requiredThe Docker image reference (e.g. registry/image:tag). - ↳
isDefaultboolean optionalIsDefault indicates to the workflow runner that it should use its build-in default image if available and ignore the specified reference. - The credentials needed to pull the Docker image.
executorRootPathstring optionalDefines the root path for the executor binary and working directory.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.