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
I have a large docker compose file which is used to build many images at once. It is frustrating to hit build and come back an hour later to find everything was aborted early due to a typo in one of my Dockerfiles. I would like a command line option like --continue-on-failure which will continue to build independent images even though some of them failed.
The text was updated successfully, but these errors were encountered:
Description
I have a large docker compose file which is used to build many images at once. It is frustrating to hit build and come back an hour later to find everything was aborted early due to a typo in one of my Dockerfiles. I would like a command line option like
--continue-on-failure
which will continue to build independent images even though some of them failed.The text was updated successfully, but these errors were encountered: