You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When building a derivative image and invoking elemental init, I always have to use --force.
I wonder if this could be separated to a dedicated flag, like --allow-init-from-container for this specific case, so that --force can be omitted and used to make the build fail or pass due to warnings.
Describe the solution you'd like
As an example of this use case, considering the file overwriting issue, I would like warnings to be a failure reason to elemental init, with the ability of suppressing them using --force when needed.
The text was updated successfully, but these errors were encountered:
How are you building the images? docker build should put the /.dockerenv file that we check for in elemental init, so if that file exists you don't actually need to pass the --force flag.
Is your feature request related to a problem? Please describe.
When building a derivative image and invoking
elemental init
, I always have to use--force
.I wonder if this could be separated to a dedicated flag, like
--allow-init-from-container
for this specific case, so that--force
can be omitted and used to make the build fail or pass due to warnings.Describe the solution you'd like
As an example of this use case, considering the file overwriting issue, I would like warnings to be a failure reason to
elemental init
, with the ability of suppressing them using--force
when needed.The text was updated successfully, but these errors were encountered: