Values.ImageConfigSourceConfiguration values that override the container image Dockerfile settings. For more information, see Container image settings.
type nonrec t = {entryPoint : StringList.t option;Specifies the entry point to their application, which is typically the location of the runtime executable.
*)command : StringList.t option;Specifies parameters that you want to pass in with ENTRYPOINT.
*)workingDirectory : WorkingDirectory.t option;Specifies the working directory.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of WorkingDirectory.t ])
list ]