From 0020f7d97b939ce88d26d2c1fe0e0b27116bb59d Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:35:25 +0100 Subject: [PATCH] bake: remove experimental callout (#21954) ## Description Bake is GA since Buildx 0.20.0, seems https://github.com/docker/docs/pull/21667 didn't take this commit into account: https://github.com/docker/docs/pull/21858/commits/705190702afe041272281bd56275fa3a387d98c9 ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- content/manuals/build/bake/_index.md | 2 -- data/summary.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/content/manuals/build/bake/_index.md b/content/manuals/build/bake/_index.md index 5c9b5c15ab..ee9e59453c 100644 --- a/content/manuals/build/bake/_index.md +++ b/content/manuals/build/bake/_index.md @@ -6,8 +6,6 @@ aliases: - /build/customize/bake/ --- -{{< summary-bar feature_name="Build bake" >}} - 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. diff --git a/data/summary.yaml b/data/summary.yaml index a339aa2540..b7cfa20763 100644 --- a/data/summary.yaml +++ b/data/summary.yaml @@ -25,8 +25,6 @@ Azure blob: availability: Experimental Build additional contexts: requires: Docker Compose [2.17.0](/manuals/compose/releases/release-notes.md#2170) and later -Build bake: - availability: Experimental Build checks: availability: Beta requires: Docker Buildx [0.15.0](/manuals/compose/releases/release-notes.md#0150) and later