Merge pull request #18863 from dvdksn/buildui-ga

build: remove beta callouts for builds view
This commit is contained in:
David Karlsson 2023-12-06 15:22:22 +01:00 committed by GitHub
commit bdcf84efed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 27 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: Builders title: Builders
keywords: build, buildx, builders, buildkit, drivers, backend keywords: build, buildx, builders, buildkit, drivers, backend
description: null description: Learn about builders and how to manage them
--- ---
A builder is a BuildKit daemon that you can use to run your builds. BuildKit A builder is a BuildKit daemon that you can use to run your builds. BuildKit
@ -11,13 +11,6 @@ container image or other artifacts.
You can create and manage builders, inspect them, and even connect to builders You can create and manage builders, inspect them, and even connect to builders
running remotely. You interact with builders using the Docker CLI. running remotely. You interact with builders using the Docker CLI.
> **Builds in Docker Desktop**
>
> The [Docker Desktop Builds view](../../desktop/use-desktop/builds.md)
> is a [Beta](../../release-lifecycle.md#beta) feature that lets you
> view and manage builders using Docker Desktop.
{ .experimental }
## Default builder ## Default builder
Docker Engine automatically creates a builder that becomes the default backend Docker Engine automatically creates a builder that becomes the default backend
@ -76,4 +69,4 @@ selected when you invoke builds.
- For information about how to interact with and manage builders, - For information about how to interact with and manage builders,
see [Manage builders](./manage.md) see [Manage builders](./manage.md)
- To learn about different types of builders, - To learn about different types of builders,
see [Build drivers](../drivers/index.md) see [Build drivers](../drivers/index.md)

View File

@ -22,7 +22,7 @@ The **Learning center** view helps you get started with quick in-app walkthrough
For a more detailed guide about getting started, see For a more detailed guide about getting started, see
[Get started](../../get-started/index.md). [Get started](../../get-started/index.md).
The **Builds** view, currently in beta, lets you inspect your build history and manage builders. By default, it displays a list of all your ongoing and completed builds. [Explore builds](builds.md). The **Builds** view lets you inspect your build history and manage builders. By default, it displays a list of all your ongoing and completed builds. [Explore builds](builds.md).
In addition, the Docker Dashboard allows you to: In addition, the Docker Dashboard allows you to:
@ -65,4 +65,4 @@ To display the Docker menu, select the {{< inline-image src="../../assets/images
- **Kubernetes** - **Kubernetes**
- **Pause** - **Pause**
- **Restart** - **Restart**
- **Quit Docker Desktop** - **Quit Docker Desktop**

View File

@ -10,22 +10,6 @@ The **Builds** view is a simple interface that lets you inspect your build
history and manage builders using Docker Desktop. By default, it history and manage builders using Docker Desktop. By default, it
displays a list of all your ongoing and completed builds. displays a list of all your ongoing and completed builds.
> **Beta feature**
>
> The **Builds** view is currently in [Beta](../../release-lifecycle.md/#beta).
> This feature may change or be removed from future releases.
{ .experimental }
## Turn on the Builds view
1. Navigate to **Settings**.
2. Select **Features in development**.
3. In the **Beta features** tab, select the **Display Builds view** checkbox.
4. Select **Apply & restart** for the changes to take effect.
After the restart, the **Builds** view and the **Builders** settings menu
appear.
## Show build list ## Show build list
Select the **Builds** view in the Docker Dashboard to open the build list. Select the **Builds** view in the Docker Dashboard to open the build list.