cli
cli copied to clipboard
Smarter rebuilding when yaml changes
When the oms.yml changes the OMS UI should be smarter on when it should rebuild.
Right now it rebuilds on all changes. However, this is not necessary for most oms.yml changes which are non-operational.
Only update on the following changes to the oms.yml
-
lifecycle.startup -
environment -
volumes
All other yaml specifications are non-operational and do not impact the container therefore not requiring it to be rebuilt.