enableAutomaticUpdates property

bool? enableAutomaticUpdates
getter/setter pair

Whether or not the application container will be enrolled in automatic base image updates.

When true, the application will be built on a scratch base image, so the base layers can be appended at run time.

Optional.

Implementation

core.bool? enableAutomaticUpdates;