Skip to content

Commit

Permalink
Add more features
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsanders-docker committed Jan 16, 2025
1 parent f588e2d commit bda2c30
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 29 deletions.
7 changes: 1 addition & 6 deletions content/manuals/build/bake/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions content/manuals/build/cache/backends/azblob.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
6 changes: 1 addition & 5 deletions content/manuals/build/ci/github-actions/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/compose/bridge/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/compose/bridge/advanced-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/compose/bridge/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/compose/bridge/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 1 addition & 5 deletions content/manuals/engine/storage/containerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 1 addition & 5 deletions content/manuals/scout/explore/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <image>`. If a CVE is suppressed by an exception, a `SUPPRESSED` label
Expand Down
13 changes: 13 additions & 0 deletions data/summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit bda2c30

Please sign in to comment.