Merge pull request #16757 from dvdksn/engine/patch-v23-changelog-buildx

engine: add note about separate buildx package
This commit is contained in:
David Karlsson 2023-02-21 20:17:23 +01:00 committed by GitHub
commit c576fb602c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -12,6 +12,22 @@ redirect_from:
- /release-notes/docker-engine/
---
> **Note**
>
> From Docker Engine version 23.0.0, Buildx is distributed in a separate package: `docker-buildx-plugin`.
> In earlier versions, Buildx was included in the `docker-ce-cli` package.
> When you upgrade to this version of Docker Engine, make sure you update all
> packages. For example, on Ubuntu:
>
> ```console
> $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
> ```
>
> Refer to the [Docker Engine installation instructions][1] for your operating system
> for more details on upgrading Docker Engine.
[1]: ../install/index.md
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 23.0.
For more information about: