Docker Bake

1 / 9

By the end of the last lesson a single build command had six flags. A real project has several images, each with its own context, arguments, tags, platforms, and cache settings — and that turns into a shell script nobody wants to maintain.

Bake is that configuration as a file. And since Compose v5 it is no longer optional knowledge: Compose removed its internal builder and delegates every build to Bake.

Finish →