DockerImage
A DockerImage describes a Docker image reference + optional credentials for use with aa job definition.
Properties
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.
- ↳
usernamestring requiredThe username for authenticating with the Docker registry. - The password for authenticating with the Docker registry.
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.