mirror of https://github.com/docker/docs.git
Merge pull request #20464 from thaJeztah/engine_27.1.1
engine: update to v27.1.1
This commit is contained in:
commit
bca42977fe
|
@ -73,22 +73,22 @@ To see the highest version of the API your Docker daemon and client support, use
|
|||
```console
|
||||
$ docker version
|
||||
Client: Docker Engine - Community
|
||||
Version: 27.1.0
|
||||
Version: 27.1.1
|
||||
API version: 1.46
|
||||
Go version: go1.21.12
|
||||
Git commit: 6312585
|
||||
Built: Fri Jul 19 17:42:42 2024
|
||||
OS/Arch: linux/arm64
|
||||
Built: Tue Jul 23 19:57:14 2024
|
||||
OS/Arch: linux/amd64
|
||||
Context: default
|
||||
|
||||
Server: Docker Engine - Community
|
||||
Engine:
|
||||
Version: 27.1.0
|
||||
Version: 27.1.1
|
||||
API version: 1.46 (minimum version 1.24)
|
||||
Go version: go1.21.12
|
||||
Git commit: a21b1a2
|
||||
Built: Fri Jul 19 17:42:42 2024
|
||||
OS/Arch: linux/arm64
|
||||
Git commit: cc13f95
|
||||
Built: Tue Jul 23 19:57:14 2024
|
||||
OS/Arch: linux/amd64
|
||||
Experimental: false
|
||||
...
|
||||
```
|
||||
|
|
|
@ -115,8 +115,8 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
|
|||
```console
|
||||
$ yum list docker-ce --showduplicates | sort -r
|
||||
|
||||
docker-ce.x86_64 3:27.1.1-1.el9 docker-ce-stable
|
||||
docker-ce.x86_64 3:27.1.0-1.el9 docker-ce-stable
|
||||
docker-ce.x86_64 3:27.0.3-1.el9 docker-ce-stable
|
||||
<...>
|
||||
```
|
||||
|
||||
|
@ -125,7 +125,7 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
|
|||
|
||||
Install a specific version by its fully qualified package name, which is
|
||||
the package name (`docker-ce`) plus the version string (2nd column),
|
||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.1.0-1.el9`.
|
||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.1.1-1.el9`.
|
||||
|
||||
Replace `<VERSION_STRING>` with the desired version and then run the following
|
||||
command to install:
|
||||
|
|
|
@ -154,15 +154,15 @@ Docker from the repository.
|
|||
# List the available versions:
|
||||
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
||||
|
||||
5:27.1.1-1~debian.12~bookworm
|
||||
5:27.1.0-1~debian.12~bookworm
|
||||
5:27.0.3-1~debian.12~bookworm
|
||||
...
|
||||
```
|
||||
|
||||
Select the desired version and install:
|
||||
|
||||
```console
|
||||
$ VERSION_STRING=5:27.1.0-1~debian.12~bookworm
|
||||
$ VERSION_STRING=5:27.1.1-1~debian.12~bookworm
|
||||
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
```
|
||||
|
||||
|
|
|
@ -112,8 +112,8 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
|
|||
```console
|
||||
$ dnf list docker-ce --showduplicates | sort -r
|
||||
|
||||
docker-ce.x86_64 3:27.1.1-1.fc40 docker-ce-stable
|
||||
docker-ce.x86_64 3:27.1.0-1.fc40 docker-ce-stable
|
||||
docker-ce.x86_64 3:27.0.3-1.fc40 docker-ce-stable
|
||||
<...>
|
||||
```
|
||||
|
||||
|
@ -122,7 +122,7 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
|
|||
|
||||
Install a specific version by its fully qualified package name, which is
|
||||
the package name (`docker-ce`) plus the version string (2nd column),
|
||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.1.0-1.fc40`.
|
||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.1.1-1.fc40`.
|
||||
|
||||
Replace `<VERSION_STRING>` with the desired version and then run the following
|
||||
command to install:
|
||||
|
|
|
@ -143,15 +143,15 @@ Docker from the repository.
|
|||
# List the available versions:
|
||||
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
||||
|
||||
5:27.1.1-1~raspbian.12~bookworm
|
||||
5:27.1.0-1~raspbian.12~bookworm
|
||||
5:27.0.3-1~raspbian.12~bookworm
|
||||
...
|
||||
```
|
||||
|
||||
Select the desired version and install:
|
||||
|
||||
```console
|
||||
$ VERSION_STRING=5:27.1.0-1~raspbian.12~bookworm
|
||||
$ VERSION_STRING=5:27.1.1-1~raspbian.12~bookworm
|
||||
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
```
|
||||
|
||||
|
|
|
@ -126,8 +126,8 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
|
|||
```console
|
||||
$ yum list docker-ce --showduplicates | sort -r
|
||||
|
||||
docker-ce.x86_64 3:27.1.1-1.el9 docker-ce-stable
|
||||
docker-ce.x86_64 3:27.1.0-1.el9 docker-ce-stable
|
||||
docker-ce.x86_64 3:27.0.3-1.el9 docker-ce-stable
|
||||
<...>
|
||||
```
|
||||
|
||||
|
@ -136,7 +136,7 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
|
|||
|
||||
Install a specific version by its fully qualified package name, which is
|
||||
the package name (`docker-ce`) plus the version string (2nd column),
|
||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.1.0-1.el9`.
|
||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.1.1-1.el9`.
|
||||
|
||||
Replace `<VERSION_STRING>` with the desired version and then run the following
|
||||
command to install:
|
||||
|
|
|
@ -157,15 +157,15 @@ Docker from the repository.
|
|||
# List the available versions:
|
||||
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
||||
|
||||
5:27.1.1-1~ubuntu.24.04~noble
|
||||
5:27.1.0-1~ubuntu.24.04~noble
|
||||
5:27.0.3-1~ubuntu.24.04~noble
|
||||
...
|
||||
```
|
||||
|
||||
Select the desired version and install:
|
||||
|
||||
```console
|
||||
$ VERSION_STRING=5:27.1.0-1~ubuntu.24.04~noble
|
||||
$ VERSION_STRING=5:27.1.1-1~ubuntu.24.04~noble
|
||||
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
```
|
||||
|
||||
|
|
|
@ -21,6 +21,22 @@ For more information about:
|
|||
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
|
||||
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
|
||||
|
||||
## 27.1.1
|
||||
|
||||
{{< release-date date="2024-07-23" >}}
|
||||
|
||||
### Security
|
||||
|
||||
This release contains a fix for [CVE-2024-41110](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41110) / [GHSA-v23v-6jw2-98fq](https://github.com/moby/moby/security/advisories/GHSA-v23v-6jw2-98fq)
|
||||
that impacted setups using [authorization plugins (AuthZ)](https://docs.docker.com/engine/extend/plugins_authorization/)
|
||||
for access control. No other changes are included in this release, and this
|
||||
release is otherwise identical for users not using AuthZ plugins.
|
||||
|
||||
### Packaging updates
|
||||
|
||||
- Update Compose to [v2.29.0](https://github.com/docker/compose/releases/tag/v2.29.0). [moby/docker-ce-packaging#1038](https://github.com/docker/docker-ce-packaging/pull/1038)
|
||||
|
||||
|
||||
## 27.1.0
|
||||
|
||||
{{< release-date date="2024-07-22" >}}
|
||||
|
|
Loading…
Reference in New Issue