From 705190702afe041272281bd56275fa3a387d98c9 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:20:48 +0100 Subject: [PATCH] build: remove experimental callout for bake Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/build/bake/_index.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/manuals/build/bake/_index.md b/content/manuals/build/bake/_index.md index 24d630a9ea3..93dfc11b946 100644 --- a/content/manuals/build/bake/_index.md +++ b/content/manuals/build/bake/_index.md @@ -6,13 +6,6 @@ aliases: - /build/customize/bake/ --- -{{% experimental %}} - -Bake is an experimental feature, and we are looking for -[feedback from users](https://github.com/docker/buildx/issues). - -{{% /experimental %}} - Bake is a feature of Docker Buildx that lets you define your build configuration using a declarative file, as opposed to specifying a complex CLI expression. It also lets you run multiple builds concurrently with a single invocation.