Hello
When creating a custom engine , environment variable are set when they do not exists but cannot figure out how override an existing one :
Dockerfile :
...
ENV foo=bar <= will be set in engine
ENV JOB_MAXIMUM_MINUTES=7777 <= will not override the default one
any help appreciated .