Skip to content

Commit f4891a8

Browse files
authored
Merge pull request #21594 from dvdksn/bump-engine-versions-27.4.0
engine: update versions for v27.4.0
2 parents 47f1ed6 + 64f5a28 commit f4891a8

File tree

9 files changed

+29
-28
lines changed

9 files changed

+29
-28
lines changed

content/manuals/engine/install/centos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
119119
```console
120120
$ dnf list docker-ce --showduplicates | sort -r
121121

122+
docker-ce.x86_64 3:27.4.0-1.el9 docker-ce-stable
122123
docker-ce.x86_64 3:27.3.1-1.el9 docker-ce-stable
123-
docker-ce.x86_64 3:27.3.0-1.el9 docker-ce-stable
124124
<...>
125125
```
126126

@@ -129,7 +129,7 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
129129

130130
Install a specific version by its fully qualified package name, which is
131131
the package name (`docker-ce`) plus the version string (2nd column),
132-
separated by a hyphen (`-`). For example, `docker-ce-3:27.3.1-1.el9`.
132+
separated by a hyphen (`-`). For example, `docker-ce-3:27.4.0-1.el9`.
133133

134134
Replace `<VERSION_STRING>` with the desired version and then run the following
135135
command to install:

content/manuals/engine/install/debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ Docker from the repository.
155155
# List the available versions:
156156
$ apt-cache madison docker-ce | awk '{ print $3 }'
157157

158+
5:27.4.0-1~debian.12~bookworm
158159
5:27.3.1-1~debian.12~bookworm
159-
5:27.3.0-1~debian.12~bookworm
160160
...
161161
```
162162

163163
Select the desired version and install:
164164

165165
```console
166-
$ VERSION_STRING=5:27.3.1-1~debian.12~bookworm
166+
$ VERSION_STRING=5:27.4.0-1~debian.12~bookworm
167167
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
168168
```
169169

content/manuals/engine/install/fedora.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ $ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-
116116
```console
117117
$ dnf list docker-ce --showduplicates | sort -r
118118

119+
docker-ce.x86_64 3:27.4.0-1.fc41 docker-ce-stable
119120
docker-ce.x86_64 3:27.3.1-1.fc41 docker-ce-stable
120-
docker-ce.x86_64 3:27.3.0-1.fc41 docker-ce-stable
121121
<...>
122122
```
123123

@@ -126,7 +126,7 @@ $ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-
126126

127127
Install a specific version by its fully qualified package name, which is
128128
the package name (`docker-ce`) plus the version string (2nd column),
129-
separated by a hyphen (`-`). For example, `docker-ce-3:27.3.1-1.fc41`.
129+
separated by a hyphen (`-`). For example, `docker-ce-3:27.4.0-1.fc41`.
130130

131131
Replace `<VERSION_STRING>` with the desired version and then run the following
132132
command to install:

content/manuals/engine/install/raspberry-pi-os.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ Docker from the repository.
143143
# List the available versions:
144144
$ apt-cache madison docker-ce | awk '{ print $3 }'
145145

146+
5:27.4.0-1~raspbian.12~bookworm
146147
5:27.3.1-1~raspbian.12~bookworm
147-
5:27.3.0-1~raspbian.12~bookworm
148148
...
149149
```
150150

151151
Select the desired version and install:
152152

153153
```console
154-
$ VERSION_STRING=5:27.3.1-1~raspbian.12~bookworm
154+
$ VERSION_STRING=5:27.4.0-1~raspbian.12~bookworm
155155
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
156156
```
157157

content/manuals/engine/install/rhel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
119119
```console
120120
$ dnf list docker-ce --showduplicates | sort -r
121121

122+
docker-ce.x86_64 3:27.4.0-1.el9 docker-ce-stable
122123
docker-ce.x86_64 3:27.3.1-1.el9 docker-ce-stable
123-
docker-ce.x86_64 3:27.3.0-1.el9 docker-ce-stable
124124
<...>
125125
```
126126

@@ -129,7 +129,7 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
129129

130130
Install a specific version by its fully qualified package name, which is
131131
the package name (`docker-ce`) plus the version string (2nd column),
132-
separated by a hyphen (`-`). For example, `docker-ce-3:27.3.1-1.el9`.
132+
separated by a hyphen (`-`). For example, `docker-ce-3:27.4.0-1.el9`.
133133

134134
Replace `<VERSION_STRING>` with the desired version and then run the following
135135
command to install:

content/manuals/engine/install/sles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,16 @@ $ sudo zypper addrepo {{% param "download-url-base" %}}/docker-ce.repo
140140
```console
141141
$ sudo zypper search -s --match-exact docker-ce | sort -r
142142
143+
v | docker-ce | package | 3:27.4.0-1 | s390x | Docker CE Stable - s390x
143144
v | docker-ce | package | 3:27.3.1-1 | s390x | Docker CE Stable - s390x
144-
v | docker-ce | package | 3:27.3.0-1 | s390x | Docker CE Stable - s390x
145145
```
146146

147147
The list returned depends on which repositories are enabled, and is specific
148148
to your version of SLES.
149149

150150
Install a specific version by its fully qualified package name, which is
151151
the package name (`docker-ce`) plus the version string (2nd column),
152-
separated by a hyphen (`-`). For example, `docker-ce-3:27.3.1`.
152+
separated by a hyphen (`-`). For example, `docker-ce-3:27.4.0`.
153153

154154
Replace `<VERSION_STRING>` with the desired version and then run the following
155155
command to install:

content/manuals/engine/install/ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,15 @@ Docker from the repository.
158158
# List the available versions:
159159
$ apt-cache madison docker-ce | awk '{ print $3 }'
160160

161+
5:27.4.0-1~ubuntu.24.04~noble
161162
5:27.3.1-1~ubuntu.24.04~noble
162-
5:27.3.0-1~ubuntu.24.04~noble
163163
...
164164
```
165165

166166
Select the desired version and install:
167167

168168
```console
169-
$ VERSION_STRING=5:27.3.1-1~ubuntu.24.04~noble
169+
$ VERSION_STRING=5:27.4.0-1~ubuntu.24.04~noble
170170
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
171171
```
172172

content/reference/api/engine/_index.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,23 @@ To see the highest version of the API your Docker daemon and client support, use
7272

7373
```console
7474
$ docker version
75-
Client:
76-
Version: 27.3.1
75+
Client: Docker Engine - Community
76+
Version: 27.4.0
7777
API version: 1.47
78-
Go version: go1.22.7
79-
Git commit: ce12230
80-
Built: Fri Sep 20 11:38:18 2024
81-
OS/Arch: darwin/arm64
82-
Context: desktop-linux
78+
Go version: go1.22.10
79+
Git commit: bde2b89
80+
Built: Sat Dec 7 10:38:33 2024
81+
OS/Arch: linux/amd64
82+
Context: default
8383

84-
Server: Docker Desktop 4.36.0 (172961)
84+
Server: Docker Engine - Community
8585
Engine:
86-
Version: 27.3.1
86+
Version: 27.4.0
8787
API version: 1.47 (minimum version 1.24)
88-
Go version: go1.22.7
89-
Git commit: 41ca978
90-
Built: Fri Sep 20 11:41:19 2024
91-
OS/Arch: linux/arm64
88+
Go version: go1.22.10
89+
Git commit: 92a8393
90+
Built: Sat Dec 7 10:38:33 2024
91+
OS/Arch: linux/amd64
9292
Experimental: false
9393
...
9494
```
@@ -133,6 +133,7 @@ You can specify the API version to use in any of the following ways:
133133

134134
| Docker version | Maximum API version | Change log |
135135
|:---------------|:---------------------------|:-----------------------------------------------------------------------------|
136+
| 27.4 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
136137
| 27.3 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
137138
| 27.2 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
138139
| 27.1 | [1.46](/reference/api/engine/version/v1.46/) | [changes](/reference/api/engine/version-history/#v146-api-changes) |

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ params:
107107
docs_url: https://docs.docker.com
108108

109109
latest_engine_api_version: "1.47"
110-
docker_ce_version: "27.3.1"
110+
docker_ce_version: "27.4.0"
111111
compose_version: "v2.30.3"
112112
compose_file_v3: "3.8"
113113
compose_file_v2: "2.4"

0 commit comments

Comments
 (0)