disableImagePrefetch property

bool? disableImagePrefetch
getter/setter pair

All container images are typically downloaded before any actions are executed.

This helps prevent typos in URIs or issues like lack of disk space from wasting large amounts of compute resources. If set, this flag prevents the worker from downloading the image until just before the action is executed.

Implementation

core.bool? disableImagePrefetch;