commands property
Required for some container images.
Overrides the CMD specified in the container. If there is an
ENTRYPOINT (either in the container image or with the entrypoint field
below) then these commands are appended as arguments to the ENTRYPOINT.
Implementation
core.List<core.String>? commands;