Skip to main content

Container Image

Properties

PropertyTypeRequiredDescriptionDefaultExample
aws_ecrAWSECRConfigNoAWS ECR image configuration Configuration for pulling images from AWS Elastic Container Registry. Use when deploying images from private ECR repositories--
publicPublicImageConfigNopublic registry image configuration Configuration for pulling images from public container registries (Docker Hub, Quay.io, GCR, etc)--
sourceobjectNosource path or URL Optional source path or URL for the component configuration. Supports HTTP(S) URLs, git repositories, file paths, and relative paths (./). Examples: https://example.com/config.ya--
typeobjectNocomponent type--
nameobjectNocomponent name--
var_nameobjectNovariable name for component output Optional name to use when storing component outputs as variables. If not specified, uses the component name--
dependenciesobjectNocomponent dependencies List of other components that must be deployed before this component. Automatically extracted from template references--