stableImage property

String? stableImage
getter/setter pair

The stable image that the remote agent will fallback to if the target image fails.

Format would be a gcr image path, e.g.: gcr.io/PROJECT-ID/my-image:tag1

Implementation

core.String? stableImage;