diff --git a/content/manuals/build/bake/_index.md b/content/manuals/build/bake/_index.md index 24d630a9ea3..32b4b4fd8af 100644 --- a/content/manuals/build/bake/_index.md +++ b/content/manuals/build/bake/_index.md @@ -6,12 +6,7 @@ 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 %}} +{{< 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 diff --git a/content/manuals/build/cache/backends/azblob.md b/content/manuals/build/cache/backends/azblob.md index f2508e342c8..7212be5445a 100644 --- a/content/manuals/build/cache/backends/azblob.md +++ b/content/manuals/build/cache/backends/azblob.md @@ -6,10 +6,7 @@ aliases: - /build/building/cache/backends/azblob/ --- -{{% experimental %}} -This is an experimental feature. The interface and behavior are unstable and -may change in future releases. -{{% /experimental %}} +{{< summary-bar feature_name="Azure blob" >}} The `azblob` cache store uploads your resulting build cache to [Azure's blob storage service](https://azure.microsoft.com/en-us/services/storage/blobs/). diff --git a/content/manuals/build/ci/github-actions/cache.md b/content/manuals/build/ci/github-actions/cache.md index d0e8ffcf076..f005c97cd5c 100644 --- a/content/manuals/build/ci/github-actions/cache.md +++ b/content/manuals/build/ci/github-actions/cache.md @@ -84,11 +84,7 @@ jobs: ### Cache backend API -{{% experimental %}} -This cache exporter is experimental. Please provide feedback on the -[BuildKit repository](https://github.com/moby/buildkit) -if you experience any issues. -{{% /experimental %}} +{{< summary-bar feature_name="Cache backend API" >}} The [GitHub Actions cache exporter](../../cache/backends/gha.md) backend uses the [GitHub Cache API](https://github.com/tonistiigi/go-actions-cache/blob/master/api.md) diff --git a/content/manuals/compose/bridge/_index.md b/content/manuals/compose/bridge/_index.md index a620376e487..c17ec26aa73 100644 --- a/content/manuals/compose/bridge/_index.md +++ b/content/manuals/compose/bridge/_index.md @@ -6,7 +6,7 @@ linkTitle: Compose Bridge weight: 50 --- -{{< include "compose-bridge-experimental.md" >}} +{{< summary-bar feature_name="Compose bridge" >}} Compose Bridge lets you transform your Compose configuration file into configuration files for different platforms, primarily focusing on Kubernetes. The default transformation generates Kubernetes manifests and a Kustomize overlay which are designed for deployment on Docker Desktop with Kubernetes enabled. diff --git a/content/manuals/compose/bridge/advanced-integration.md b/content/manuals/compose/bridge/advanced-integration.md index e83e38939f4..db9e7183754 100644 --- a/content/manuals/compose/bridge/advanced-integration.md +++ b/content/manuals/compose/bridge/advanced-integration.md @@ -6,7 +6,7 @@ description: Learn about how Compose Bridge can function a kubectl plugin keywords: kubernetes, compose, compose bridge, plugin, advanced --- -{{< include "compose-bridge-experimental.md" >}} +{{< summary-bar feature_name="Compose bridge" >}} Compose Bridge can also function as a `kubectl` plugin, allowing you to integrate its capabilities directly into your Kubernetes command-line operations. This integration simplifies the process of converting and deploying applications from Docker Compose to Kubernetes. diff --git a/content/manuals/compose/bridge/customize.md b/content/manuals/compose/bridge/customize.md index f56a0d04455..62bdcb880dd 100644 --- a/content/manuals/compose/bridge/customize.md +++ b/content/manuals/compose/bridge/customize.md @@ -6,7 +6,7 @@ description: Learn about the Compose Bridge templates syntax keywords: compose, bridge, templates --- -{{< include "compose-bridge-experimental.md" >}} +{{< summary-bar feature_name="Compose bridge" >}} This page explains how Compose Bridge utilizes templating to efficiently translate Docker Compose files into Kubernetes manifests. It also explain how you can customize these templates for your specific requirements and needs, or how you can build your own transformation. diff --git a/content/manuals/compose/bridge/usage.md b/content/manuals/compose/bridge/usage.md index ee425cf8f6d..091457fbeef 100644 --- a/content/manuals/compose/bridge/usage.md +++ b/content/manuals/compose/bridge/usage.md @@ -6,7 +6,7 @@ description: Learn about and use the Compose Bridge default transformation keywords: compose, bridge, kubernetes --- -{{< include "compose-bridge-experimental.md" >}} +{{< summary-bar feature_name="Compose bridge" >}} Compose Bridge supplies an out-of-the box transformation for your Compose configuration file. Based on an arbitrary `compose.yaml` file, Compose Bridge produces: diff --git a/content/manuals/engine/storage/containerd.md b/content/manuals/engine/storage/containerd.md index e228227809a..00ceed979dd 100644 --- a/content/manuals/engine/storage/containerd.md +++ b/content/manuals/engine/storage/containerd.md @@ -8,11 +8,7 @@ aliases: - /storage/containerd/ --- -> [!NOTE] -> -> The containerd image store is an experimental feature of Docker Engine. -> If you're using Docker Desktop, refer to the instructions on the -> [containerd image store with Docker Desktop page](/manuals/desktop/features/containerd.md). +{{< summary-bar feature_name="containerd" >}} containerd, the industry-standard container runtime, uses snapshotters instead of the classic storage drivers for storing image and container data. diff --git a/content/manuals/scout/explore/exceptions.md b/content/manuals/scout/explore/exceptions.md index a654c20d3ac..8a6eadea0a2 100644 --- a/content/manuals/scout/explore/exceptions.md +++ b/content/manuals/scout/explore/exceptions.md @@ -78,11 +78,7 @@ To view all exceptions for a specific image tag: ### View exceptions in the CLI -{{% experimental %}} -Viewing exceptions in the CLI is an experimental feature. -It requires the latest version of the Docker Scout CLI plugin. -Some exceptions may not appear correctly in the CLI. -{{% /experimental %}} +{{< summary-bar feature_name="Docker Scout exceptions" >}} Vulnerability exceptions are highlighted in the CLI when you run `docker scout cves `. If a CVE is suppressed by an exception, a `SUPPRESSED` label diff --git a/data/summary.yaml b/data/summary.yaml index d3566a27163..af4a6910d71 100644 --- a/data/summary.yaml +++ b/data/summary.yaml @@ -9,9 +9,19 @@ Allow list: for: Administrators Ask Gordon: availability: Beta +Azure blob: + availability: Experimental +Build bake: + availability: Experimental Build checks: availability: Beta requires: Buildx v0.15.0 and later +Cache backend API: + availability: Experimental +Compose bridge: + availability: Experimental +containerd: + availability: Experimental Dev Environments: availability: Beta docker compose alpha: @@ -21,6 +31,9 @@ Docker Desktop CLI: requires: Docker Desktop 4.37 and later Docker GitHub Copilot: availability: Early access +Docker Scout exceptions: + availability: Experimental + requires: Docker Scout CLI 1.15.0 and later Docker Scout GitHub: availability: Beta Docker Scout health scores: