Sebastiaan van Stijn
adb0abaec5
add top-level "docker bake" command as alias for "docker buildx bake"
...
The [`docker buildx bake`][1] command has reached GA; this patch adds
a top-level `docker bake` command as alias for `docker buildx bake` to
improve discoverability and make it more convenient to use.
With this patch:
docker --help
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Common Commands:
run Create and run a new container from an image
exec Execute a command in a running container
ps List containers
build Build an image from a Dockerfile
bake Build from a file
pull Download an image from a registry
push Upload an image to a registry
images List images
...
The command is hidden if buildx is not installed;
docker --help
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Common Commands:
run Create and run a new container from an image
exec Execute a command in a running container
ps List containers
build Build an image from a Dockerfile
pull Download an image from a registry
push Upload an image to a registry
images List images
...
We can do some tweaking after this; currently it show an error
in situations where buildx is missing. We don't account for
"DOCKER_BUILDKIT=0", because this is a new feature that requires
buildx, and cannot be "disabled";
buildx missing;
docker bake
ERROR: bake requires the buildx component but it is missing or broken.
Install the buildx component to use bake:
https://docs.docker.com/go/buildx/
BuildKit disabled:
DOCKER_BUILDKIT=0 docker bake
ERROR: bake requires the buildx component but it is missing or broken.
Install the buildx component to use bake:
https://docs.docker.com/go/buildx/
[1]: https://www.docker.com/blog/ga-launch-docker-bake/
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-04-11 16:28:47 +02:00
..
2024-07-04 10:30:56 +02:00
2025-04-11 16:28:47 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2023-12-19 17:15:38 +01:00
2024-02-21 10:40:13 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2024-07-24 09:47:36 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-01-15 11:29:30 +01:00
2024-07-04 10:30:56 +02:00
2024-08-11 16:58:08 +02:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-08-11 16:58:08 +02:00
2024-08-11 16:58:08 +02:00
2024-01-15 11:29:30 +01:00
2024-01-15 11:29:30 +01:00
2024-10-07 10:37:00 +02:00
2024-01-15 11:29:30 +01:00
2025-02-21 23:45:32 +01:00
2024-07-04 10:30:56 +02:00
2025-02-25 16:15:21 +01:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-09-30 09:43:54 +02:00
2024-01-15 11:29:30 +01:00
2024-01-15 11:29:30 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2023-12-19 17:15:38 +01:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2023-12-19 17:15:38 +01:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-01-15 13:49:53 +01:00
2025-04-11 16:28:47 +02:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:30:56 +02:00
2024-01-15 13:49:53 +01:00
2024-10-10 17:00:43 +02:00
2025-01-02 12:15:08 +01:00
2024-10-10 17:00:43 +02:00
2024-01-15 11:29:30 +01:00
2025-04-11 15:53:41 +02:00
2024-10-10 16:35:07 +02:00
2024-08-16 15:09:51 +02:00
2024-10-07 10:37:00 +02:00
2024-08-16 11:02:10 +02:00
2024-07-10 11:36:40 +02:00
2024-07-04 10:30:56 +02:00
2024-10-10 16:35:03 +02:00
2024-10-17 12:36:32 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 15:09:51 +02:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:28:53 +02:00
2024-01-15 13:49:53 +01:00
2024-10-24 18:32:32 +02:00
2024-01-15 13:49:53 +01:00
2024-10-10 16:35:07 +02:00
2025-02-05 12:32:24 +01:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2024-12-03 15:13:08 +01:00
2024-12-10 15:51:21 +00:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2025-02-21 23:51:04 +01:00
2024-10-07 10:37:00 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-11-05 11:20:17 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-02-20 21:38:50 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-02-21 10:40:13 +01:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-10 11:36:40 +02:00
2024-01-15 13:49:53 +01:00
2024-09-30 09:43:54 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-10-10 16:35:03 +02:00
2025-03-31 17:45:20 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-11-05 11:20:17 +01:00
2024-11-05 11:20:17 +01:00
2024-08-16 11:02:10 +02:00
2024-11-05 11:20:17 +01:00
2024-11-05 11:20:17 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-11-05 11:20:17 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-09-30 09:43:54 +02:00
2024-08-16 11:02:10 +02:00
2025-02-19 16:56:28 +01:00
2025-02-21 23:46:07 +01:00
2025-02-21 23:46:07 +01:00
2024-07-04 10:30:56 +02:00
2025-02-21 23:46:07 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-10-16 12:21:51 +02:00
2024-01-18 14:58:43 +01:00
2024-10-07 10:37:00 +02:00
2023-08-28 01:58:58 +02:00
2024-01-15 13:49:53 +01:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:30:56 +02:00
2023-12-19 17:15:38 +01:00
2023-12-19 17:15:38 +01:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-12-19 17:15:38 +01:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2024-01-15 13:49:53 +01:00
2024-01-15 13:49:53 +01:00
2024-08-20 12:35:04 +02:00
2024-06-06 02:15:23 +00:00
2023-08-25 14:10:40 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2025-02-03 12:21:00 +01:00
2023-01-06 22:36:47 +01:00
2023-08-12 14:22:23 +01:00
2024-01-15 13:49:53 +01:00