Open
Description
openedon Oct 13, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment