luciangabor
luciangabor
would compose send to bake `x-bake`s too? https://docs.docker.com/build/bake/compose-file/ (if yes, I think this should have an "--opt-out" or an "--opt-in")
It could be quite welcomed, but, when it comes to `x-bakes`, it's nice to be able to simply build and run with compose and bake with an output that extracts...
Does running commands with `docker --tls=false compose ...` change anything? Is there a difference between `docker compose ps` and `docker ps`?
One more debugging question/hint: do you still have an older (24.0.7) docker cli/server? Here's what works for me to run the latest docker cli (but this might avoid the potential...
> There's indeed a bug to be fixed here, but I wonder: how did you ended finding this ? Seems it doesn't make any sense to have a null service...
... and check the docs too: https://docs.docker.com/reference/cli/docker/image/build/#cache-from For that to work with buildx (which became the default as of docker engine 23) the source of the cache-from needs to be...
Here's a link: https://docs.docker.com/build/cache/backends/
While this is not to argue that `--wait` couldn't/shouldn't take into account the exit code of services that exit (with the "complications" given by a restart policy taken into account),...