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
docker buildx bake has a convenient --print flag to print the final bake file as JSON. docker buildx supports compose files, however it lags behind on some features (e.g. services in additional_contexts). It would be nice to add the same --print flag to compose.
The text was updated successfully, but these errors were encountered:
Yeah, but I'd like to save this to a file and feed this to another tool. I can do that with docker buildx bake --print >bake.json, but not reliably with docker-compose.
Description
docker buildx bake
has a convenient--print
flag to print the final bake file as JSON.docker buildx
supports compose files, however it lags behind on some features (e.g. services inadditional_contexts
). It would be nice to add the same--print
flag to compose.The text was updated successfully, but these errors were encountered: