Description
docker compose build --quiet is an option, but docker compose run --quiet is not, even though docker compose run will execute docker compose build when the image does not already exist.
Please add docker compose run --quiet to suppress output when running and the image does not exist. Hopefully this will also eliminate output such as:
Compose now can delegate build to bake for better performances
Just set COMPOSE_BAKE=true
Description
docker compose build --quietis an option, butdocker compose run --quietis not, even thoughdocker compose runwill executedocker compose buildwhen the image does not already exist.Please add
docker compose run --quietto suppress output when running and the image does not exist. Hopefully this will also eliminate output such as: