Cloud API Overview > @adpt/cloud > k8s > ContainerSpec > image
k8s.ContainerSpec.image property
Docker image name.
More info: https://kubernetes.io/docs/concepts/containers/images
This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
Signature:
image?: string;