envbuilder icon indicating copy to clipboard operation
envbuilder copied to clipboard

envbuilder: use container entrypoint if ENVBUILDER_INIT_SCRIPT is not set

Open johnstcn opened this issue 1 year ago • 1 comments

By default, envbuilder runs /bin/sh -c sleep infinity as the entrypoint. This behaviour can be surprising, so we should default to the entrypoint defined in the container if ENVBUILDER_INIT_SCRIPT / ENVBUILDER_INIT_COMMAND are not set.

johnstcn avatar Sep 19 '24 17:09 johnstcn

@mafredri Can this be closed?

Jphalan avatar Jul 29 '25 18:07 Jphalan