Skip to content

Commit a60df85

Browse files
Mention defaulting to BuildKit (#12505)
* Mention defaulting to BuildKit * Mention defaulting to BuildKit * Update docker-for-mac/release-notes.md Co-authored-by: Usha Mandya <[email protected]> * Update docker-for-mac/release-notes.md Co-authored-by: Usha Mandya <[email protected]> * Update release-notes.md Co-authored-by: Usha Mandya <[email protected]>
1 parent 863af0c commit a60df85

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docker-for-mac/release-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ This page contains information about the new features, improvements, known issue
5252
- The Docker Dashboard displays a tip once a week.
5353
- Docker Desktop uses iTerm2 to launch the terminal on the container if it is installed. Otherwise, it launches the default Terminal.App. [docker/roadmap#98](https://github.com/docker/roadmap/issues/98)
5454
- Add experimental support to use the new Apple Virtualization framework (requires macOS Big Sur 11.1 or later)
55+
- BuildKit is now the default builder for all users, not just for new installations. To turn this setting off, go to **Preferences** > **Docker Engine** and add the following block to the Docker daemon configuration file:
56+
```json
57+
"features": {
58+
"buildkit": false
59+
}
60+
```
5561

5662
### Upgrades
5763

docker-for-windows/release-notes.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ This page contains information about the new features, improvements, known issue
4545

4646
- The Docker Dashboard opens automatically when you start Docker Desktop.
4747
- The Docker Dashboard displays a tip once a week.
48+
- BuildKit is now the default builder for all users, not just for new installations. To turn this setting off, go to **Settings** > **Docker Engine** and add the following block to the Docker daemon configuration file:
49+
```json
50+
"features": {
51+
"buildkit": false
52+
}
53+
```
4854

4955
### Upgrades
5056

@@ -201,7 +207,7 @@ Docker Desktop 2.4.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus
201207

202208
- [Docker Compose CLI - 0.1.18](https://github.com/docker/compose-cli), enabling use of volumes with Compose and the Cloud through ECS and ACI.
203209
- Docker introduces the new Images view in the Docker Dashboard. The images view allows users to view the Hub images, pull them and manage their local images on disk including cleaning up unwanted and unused images. To access the new Images view, from the Docker menu, select **Dashboard** > **Images**.
204-
- Docker Desktop now enables BuildKit by default after a reset to factory defaults. To revert to the old `docker build` experience, go to **Preferences** > **Docker Engine** and then disable the BuildKit feature.
210+
- Docker Desktop now enables BuildKit by default after a reset to factory defaults. To revert to the old `docker build` experience, go to **Settings** > **Docker Engine** and then disable the BuildKit feature.
205211
- [Amazon ECR Credential Helper](https://github.com/awslabs/amazon-ecr-credential-helper/releases/tag/v0.4.0)
206212

207213
### Upgrades

0 commit comments

Comments
 (0)