docker buildx bake <string>
Bake is a high-level build command. Each specified target will run in parallel as part of the build
Arguments
Options
Name | Description |
---|
-f, --file <string...> | Build definition file |
--load <string> | Shorthand for --set=*.output=type=docker |
--metadata-file <string> | Write build result metadata to the file |
--no-cache <string> | Do not use cache when building the image |
--print <string> | Print the options without building |
--progress <progress> | Set type of progress output (auto, plain, tty). Use plain to show container output |
--pull <string> | Always attempt to pull all referenced images |
--push <string> | Shorthand for --set=*.output=type=registry |
--set <string> | Override target value (e.g., targetpattern.key=value) |