From 27e714355f392346d301f8f1b44e97d7f17d606d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 10 Sep 2026 11:37:11 +0200 Subject: [PATCH] docs: bake: remove "unstable" warning This note was originally added in d7b28fb4d340528926e17a29c4a6f0e352155055, when bake was still experimental. Now that it's GA ([1]), we can remove this warning as it follows the same stability as other commands. [1]: https://www.docker.com/blog/ga-launch-docker-bake/ Signed-off-by: Sebastiaan van Stijn --- docs/reference/buildx_bake.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/reference/buildx_bake.md b/docs/reference/buildx_bake.md index ca038d1bd6f0..42e3a78cd144 100644 --- a/docs/reference/buildx_bake.md +++ b/docs/reference/buildx_bake.md @@ -46,11 +46,6 @@ as part of the build. Read [High-level build options with Bake](https://docs.docker.com/build/bake/) guide for introduction to writing bake files. -> [!NOTE] -> `buildx bake` command may receive backwards incompatible features in the future -> if needed. We are looking for feedback on improving the command and extending -> the functionality further. - ## Examples ### Allow extra privileged entitlement (--allow)