mirror of https://github.com/docker/docs.git
engine: update versions for v27.4.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
4ac881f3d3
commit
64f5a2876f
|
@ -119,8 +119,8 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
|
||||||
```console
|
```console
|
||||||
$ dnf list docker-ce --showduplicates | sort -r
|
$ dnf list docker-ce --showduplicates | sort -r
|
||||||
|
|
||||||
|
docker-ce.x86_64 3:27.4.0-1.el9 docker-ce-stable
|
||||||
docker-ce.x86_64 3:27.3.1-1.el9 docker-ce-stable
|
docker-ce.x86_64 3:27.3.1-1.el9 docker-ce-stable
|
||||||
docker-ce.x86_64 3:27.3.0-1.el9 docker-ce-stable
|
|
||||||
<...>
|
<...>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -129,7 +129,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
|
Install a specific version by its fully qualified package name, which is
|
||||||
the package name (`docker-ce`) plus the version string (2nd column),
|
the package name (`docker-ce`) plus the version string (2nd column),
|
||||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.3.1-1.el9`.
|
separated by a hyphen (`-`). For example, `docker-ce-3:27.4.0-1.el9`.
|
||||||
|
|
||||||
Replace `<VERSION_STRING>` with the desired version and then run the following
|
Replace `<VERSION_STRING>` with the desired version and then run the following
|
||||||
command to install:
|
command to install:
|
||||||
|
|
|
@ -155,15 +155,15 @@ Docker from the repository.
|
||||||
# List the available versions:
|
# List the available versions:
|
||||||
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
||||||
|
|
||||||
|
5:27.4.0-1~debian.12~bookworm
|
||||||
5:27.3.1-1~debian.12~bookworm
|
5:27.3.1-1~debian.12~bookworm
|
||||||
5:27.3.0-1~debian.12~bookworm
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
Select the desired version and install:
|
Select the desired version and install:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ VERSION_STRING=5:27.3.1-1~debian.12~bookworm
|
$ VERSION_STRING=5:27.4.0-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
|
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -116,8 +116,8 @@ $ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-
|
||||||
```console
|
```console
|
||||||
$ dnf list docker-ce --showduplicates | sort -r
|
$ dnf list docker-ce --showduplicates | sort -r
|
||||||
|
|
||||||
|
docker-ce.x86_64 3:27.4.0-1.fc41 docker-ce-stable
|
||||||
docker-ce.x86_64 3:27.3.1-1.fc41 docker-ce-stable
|
docker-ce.x86_64 3:27.3.1-1.fc41 docker-ce-stable
|
||||||
docker-ce.x86_64 3:27.3.0-1.fc41 docker-ce-stable
|
|
||||||
<...>
|
<...>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ $ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-
|
||||||
|
|
||||||
Install a specific version by its fully qualified package name, which is
|
Install a specific version by its fully qualified package name, which is
|
||||||
the package name (`docker-ce`) plus the version string (2nd column),
|
the package name (`docker-ce`) plus the version string (2nd column),
|
||||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.3.1-1.fc41`.
|
separated by a hyphen (`-`). For example, `docker-ce-3:27.4.0-1.fc41`.
|
||||||
|
|
||||||
Replace `<VERSION_STRING>` with the desired version and then run the following
|
Replace `<VERSION_STRING>` with the desired version and then run the following
|
||||||
command to install:
|
command to install:
|
||||||
|
|
|
@ -143,15 +143,15 @@ Docker from the repository.
|
||||||
# List the available versions:
|
# List the available versions:
|
||||||
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
||||||
|
|
||||||
|
5:27.4.0-1~raspbian.12~bookworm
|
||||||
5:27.3.1-1~raspbian.12~bookworm
|
5:27.3.1-1~raspbian.12~bookworm
|
||||||
5:27.3.0-1~raspbian.12~bookworm
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
Select the desired version and install:
|
Select the desired version and install:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ VERSION_STRING=5:27.3.1-1~raspbian.12~bookworm
|
$ VERSION_STRING=5:27.4.0-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
|
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -119,8 +119,8 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
|
||||||
```console
|
```console
|
||||||
$ dnf list docker-ce --showduplicates | sort -r
|
$ dnf list docker-ce --showduplicates | sort -r
|
||||||
|
|
||||||
|
docker-ce.x86_64 3:27.4.0-1.el9 docker-ce-stable
|
||||||
docker-ce.x86_64 3:27.3.1-1.el9 docker-ce-stable
|
docker-ce.x86_64 3:27.3.1-1.el9 docker-ce-stable
|
||||||
docker-ce.x86_64 3:27.3.0-1.el9 docker-ce-stable
|
|
||||||
<...>
|
<...>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -129,7 +129,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
|
Install a specific version by its fully qualified package name, which is
|
||||||
the package name (`docker-ce`) plus the version string (2nd column),
|
the package name (`docker-ce`) plus the version string (2nd column),
|
||||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.3.1-1.el9`.
|
separated by a hyphen (`-`). For example, `docker-ce-3:27.4.0-1.el9`.
|
||||||
|
|
||||||
Replace `<VERSION_STRING>` with the desired version and then run the following
|
Replace `<VERSION_STRING>` with the desired version and then run the following
|
||||||
command to install:
|
command to install:
|
||||||
|
|
|
@ -140,8 +140,8 @@ $ sudo zypper addrepo {{% param "download-url-base" %}}/docker-ce.repo
|
||||||
```console
|
```console
|
||||||
$ sudo zypper search -s --match-exact docker-ce | sort -r
|
$ sudo zypper search -s --match-exact docker-ce | sort -r
|
||||||
|
|
||||||
|
v | docker-ce | package | 3:27.4.0-1 | s390x | Docker CE Stable - s390x
|
||||||
v | docker-ce | package | 3:27.3.1-1 | s390x | Docker CE Stable - s390x
|
v | docker-ce | package | 3:27.3.1-1 | s390x | Docker CE Stable - s390x
|
||||||
v | docker-ce | package | 3:27.3.0-1 | s390x | Docker CE Stable - s390x
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The list returned depends on which repositories are enabled, and is specific
|
The list returned depends on which repositories are enabled, and is specific
|
||||||
|
@ -149,7 +149,7 @@ $ sudo zypper addrepo {{% param "download-url-base" %}}/docker-ce.repo
|
||||||
|
|
||||||
Install a specific version by its fully qualified package name, which is
|
Install a specific version by its fully qualified package name, which is
|
||||||
the package name (`docker-ce`) plus the version string (2nd column),
|
the package name (`docker-ce`) plus the version string (2nd column),
|
||||||
separated by a hyphen (`-`). For example, `docker-ce-3:27.3.1`.
|
separated by a hyphen (`-`). For example, `docker-ce-3:27.4.0`.
|
||||||
|
|
||||||
Replace `<VERSION_STRING>` with the desired version and then run the following
|
Replace `<VERSION_STRING>` with the desired version and then run the following
|
||||||
command to install:
|
command to install:
|
||||||
|
|
|
@ -158,15 +158,15 @@ Docker from the repository.
|
||||||
# List the available versions:
|
# List the available versions:
|
||||||
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
$ apt-cache madison docker-ce | awk '{ print $3 }'
|
||||||
|
|
||||||
|
5:27.4.0-1~ubuntu.24.04~noble
|
||||||
5:27.3.1-1~ubuntu.24.04~noble
|
5:27.3.1-1~ubuntu.24.04~noble
|
||||||
5:27.3.0-1~ubuntu.24.04~noble
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
Select the desired version and install:
|
Select the desired version and install:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ VERSION_STRING=5:27.3.1-1~ubuntu.24.04~noble
|
$ VERSION_STRING=5:27.4.0-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
|
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -72,23 +72,23 @@ To see the highest version of the API your Docker daemon and client support, use
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker version
|
$ docker version
|
||||||
Client:
|
Client: Docker Engine - Community
|
||||||
Version: 27.3.1
|
Version: 27.4.0
|
||||||
API version: 1.47
|
API version: 1.47
|
||||||
Go version: go1.22.7
|
Go version: go1.22.10
|
||||||
Git commit: ce12230
|
Git commit: bde2b89
|
||||||
Built: Fri Sep 20 11:38:18 2024
|
Built: Sat Dec 7 10:38:33 2024
|
||||||
OS/Arch: darwin/arm64
|
OS/Arch: linux/amd64
|
||||||
Context: desktop-linux
|
Context: default
|
||||||
|
|
||||||
Server: Docker Desktop 4.36.0 (172961)
|
Server: Docker Engine - Community
|
||||||
Engine:
|
Engine:
|
||||||
Version: 27.3.1
|
Version: 27.4.0
|
||||||
API version: 1.47 (minimum version 1.24)
|
API version: 1.47 (minimum version 1.24)
|
||||||
Go version: go1.22.7
|
Go version: go1.22.10
|
||||||
Git commit: 41ca978
|
Git commit: 92a8393
|
||||||
Built: Fri Sep 20 11:41:19 2024
|
Built: Sat Dec 7 10:38:33 2024
|
||||||
OS/Arch: linux/arm64
|
OS/Arch: linux/amd64
|
||||||
Experimental: false
|
Experimental: false
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
@ -133,6 +133,7 @@ You can specify the API version to use in any of the following ways:
|
||||||
|
|
||||||
| Docker version | Maximum API version | Change log |
|
| Docker version | Maximum API version | Change log |
|
||||||
|:---------------|:---------------------------|:-----------------------------------------------------------------------------|
|
|:---------------|:---------------------------|:-----------------------------------------------------------------------------|
|
||||||
|
| 27.4 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
|
||||||
| 27.3 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
|
| 27.3 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
|
||||||
| 27.2 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
|
| 27.2 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
|
||||||
| 27.1 | [1.46](/reference/api/engine/version/v1.46/) | [changes](/reference/api/engine/version-history/#v146-api-changes) |
|
| 27.1 | [1.46](/reference/api/engine/version/v1.46/) | [changes](/reference/api/engine/version-history/#v146-api-changes) |
|
||||||
|
|
|
@ -107,7 +107,7 @@ params:
|
||||||
docs_url: https://docs.docker.com
|
docs_url: https://docs.docker.com
|
||||||
|
|
||||||
latest_engine_api_version: "1.47"
|
latest_engine_api_version: "1.47"
|
||||||
docker_ce_version: "27.3.1"
|
docker_ce_version: "27.4.0"
|
||||||
compose_version: "v2.30.3"
|
compose_version: "v2.30.3"
|
||||||
compose_file_v3: "3.8"
|
compose_file_v3: "3.8"
|
||||||
compose_file_v2: "2.4"
|
compose_file_v2: "2.4"
|
||||||
|
|
Loading…
Reference in New Issue