Skip to content

Commit 9eeb171

Browse files
authored
Merge pull request docker#21377 from thaJeztah/update_engine_versions
Update engine versions for 27.3.1
2 parents 57ee7e8 + 1ccbcc3 commit 9eeb171

File tree

9 files changed

+42
-40
lines changed

9 files changed

+42
-40
lines changed

content/manuals/engine/install/centos.md

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

120-
docker-ce.x86_64 3:27.1.1-1.el9 docker-ce-stable
121-
docker-ce.x86_64 3:27.1.0-1.el9 docker-ce-stable
120+
docker-ce.x86_64 3:27.3.1-1.el9 docker-ce-stable
121+
docker-ce.x86_64 3:27.3.0-1.el9 docker-ce-stable
122122
<...>
123123
```
124124

@@ -127,7 +127,7 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
127127

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

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

content/manuals/engine/install/debian.md

Lines changed: 3 additions & 3 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.1.1-1~debian.12~bookworm
159-
5:27.1.0-1~debian.12~bookworm
158+
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.1.1-1~debian.12~bookworm
166+
$ VERSION_STRING=5:27.3.1-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To get started with Docker Engine on Fedora, make sure you
2626
To install Docker Engine, you need a maintained version of one of the following
2727
Fedora versions:
2828

29-
- Fedora 39
3029
- Fedora 40
30+
- Fedora 41
3131

3232
### Uninstall old versions
3333

@@ -114,8 +114,8 @@ $ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-
114114
```console
115115
$ dnf list docker-ce --showduplicates | sort -r
116116

117-
docker-ce.x86_64 3:27.1.1-1.fc40 docker-ce-stable
118-
docker-ce.x86_64 3:27.1.0-1.fc40 docker-ce-stable
117+
docker-ce.x86_64 3:27.3.1-1.fc41 docker-ce-stable
118+
docker-ce.x86_64 3:27.3.0-1.fc41 docker-ce-stable
119119
<...>
120120
```
121121

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

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

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

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

Lines changed: 3 additions & 3 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.1.1-1~raspbian.12~bookworm
147-
5:27.1.0-1~raspbian.12~bookworm
146+
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.1.1-1~raspbian.12~bookworm
154+
$ VERSION_STRING=5:27.3.1-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
118118
```console
119119
$ yum list docker-ce --showduplicates | sort -r
120120

121-
docker-ce.x86_64 3:27.1.1-1.el9 docker-ce-stable
122-
docker-ce.x86_64 3:27.1.0-1.el9 docker-ce-stable
121+
docker-ce.x86_64 3:27.3.1-1.el9 docker-ce-stable
122+
docker-ce.x86_64 3:27.3.0-1.el9 docker-ce-stable
123123
<...>
124124
```
125125

@@ -128,7 +128,7 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
128128

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

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

content/manuals/engine/install/sles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,16 @@ $ sudo zypper addrepo {{% param "download-url-base" %}}/docker-ce.repo
138138
```console
139139
$ sudo zypper search -s --match-exact docker-ce | sort -r
140140
141-
v | docker-ce | package | 3:27.0.3-1 | s390x | Docker CE Stable - s390x
142-
v | docker-ce | package | 3:27.0.2-1 | s390x | Docker CE Stable - s390x
141+
v | docker-ce | package | 3:27.3.1-1 | s390x | Docker CE Stable - s390x
142+
v | docker-ce | package | 3:27.3.0-1 | s390x | Docker CE Stable - s390x
143143
```
144144

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

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

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

content/manuals/engine/install/ubuntu.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ To get started with Docker Engine on Ubuntu, make sure you
5050
To install Docker Engine, you need the 64-bit version of one of these Ubuntu
5151
versions:
5252

53+
- Ubuntu Oracular 24.10
5354
- Ubuntu Noble 24.04 (LTS)
5455
- Ubuntu Jammy 22.04 (LTS)
5556
- Ubuntu Focal 20.04 (LTS)
@@ -157,8 +158,8 @@ Docker from the repository.
157158
# List the available versions:
158159
$ apt-cache madison docker-ce | awk '{ print $3 }'
159160

160-
5:27.1.1-1~ubuntu.24.04~noble
161-
5:27.1.0-1~ubuntu.24.04~noble
161+
5:27.3.1-1~ubuntu.24.04~noble
162+
5:27.3.0-1~ubuntu.24.04~noble
162163
...
163164
```
164165

content/reference/api/engine/_index.md

Lines changed: 19 additions & 18 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: Docker Engine - Community
76-
Version: 27.1.2
77-
API version: 1.46
78-
Go version: go1.21.13
79-
Git commit: d01f264
80-
Built: Mon Aug 12 11:51:13 2024
81-
OS/Arch: linux/amd64
82-
Context: default
83-
84-
Server: Docker Engine - Community
75+
Client:
76+
Version: 27.3.1
77+
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
83+
84+
Server: Docker Desktop 4.36.0 (172961)
8585
Engine:
86-
Version: 27.1.2
87-
API version: 1.46 (minimum version 1.24)
88-
Go version: go1.21.13
89-
Git commit: f9522e5
90-
Built: Mon Aug 12 11:51:13 2024
91-
OS/Arch: linux/amd64
86+
Version: 27.3.1
87+
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
9292
Experimental: false
9393
...
9494
```
@@ -99,14 +99,14 @@ You can specify the API version to use in any of the following ways:
9999
that incorporates the API version with the features you need.
100100
- When using `curl` directly, specify the version as the first part of the URL.
101101
For instance, if the endpoint is `/containers/` you can use
102-
`/v1.46/containers/`.
102+
`/v1.47/containers/`.
103103
- To force the Docker CLI or the Docker Engine SDKs to use an older version
104104
of the API than the version reported by `docker version`, set the
105105
environment variable `DOCKER_API_VERSION` to the correct version. This works
106106
on Linux, Windows, or macOS clients.
107107

108108
```console
109-
$ DOCKER_API_VERSION='1.44'
109+
$ DOCKER_API_VERSION=1.46
110110
```
111111

112112
While the environment variable is set, that version of the API is used, even
@@ -127,6 +127,7 @@ You can specify the API version to use in any of the following ways:
127127

128128
| Docker version | Maximum API version | Change log |
129129
|:---------------|:---------------------------|:-----------------------------------------------------------------------------|
130+
| 27.3 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
130131
| 27.2 | [1.47](/reference/api/engine/version/v1.47/) | [changes](/reference/api/engine/version-history/#v147-api-changes) |
131132
| 27.1 | [1.46](/reference/api/engine/version/v1.46/) | [changes](/reference/api/engine/version-history/#v146-api-changes) |
132133
| 27.0 | [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.2.1"
110+
docker_ce_version: "27.3.1"
111111
compose_version: "v2.30.3"
112112
compose_file_v3: "3.8"
113113
compose_file_v2: "2.4"

0 commit comments

Comments
 (0)