Skip to content

Commit 6d1405d

Browse files
authored
Merge pull request #19876 from thaJeztah/update_distro_versions
engine: update distro-versions (Fedora 40, Ubuntu 24.04), add EOL dates and add V26.1 to API docs
2 parents 4241f60 + 6df9910 commit 6d1405d

File tree

6 files changed

+32
-29
lines changed

6 files changed

+32
-29
lines changed

content/engine/api/_index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,22 @@ To see the highest version of the API your Docker daemon and client support, use
7373
```console
7474
$ docker version
7575
Client: Docker Engine - Community
76-
Version: 26.0.0
76+
Version: 26.1.0
7777
API version: 1.45
78-
Go version: go1.21.8
79-
Git commit: 2ae903e
80-
Built: Wed Mar 20 15:17:48 2024
81-
OS/Arch: linux/amd64
78+
Go version: go1.21.9
79+
Git commit: 9714adc
80+
Built: Mon Apr 22 17:05:41 2024
81+
OS/Arch: linux/arm64
8282
Context: default
8383

8484
Server: Docker Engine - Community
8585
Engine:
86-
Version: 26.0.0
86+
Version: 26.1.0
8787
API version: 1.45 (minimum version 1.24)
88-
Go version: go1.21.8
89-
Git commit: 8b79278
90-
Built: Wed Mar 20 15:17:48 2024
91-
OS/Arch: linux/amd64
88+
Go version: go1.21.9
89+
Git commit: c8af8eb
90+
Built: Mon Apr 22 17:07:05 2024
91+
OS/Arch: linux/arm64
9292
Experimental: false
9393
...
9494
```
@@ -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+
| 26.1 | [1.45](/engine/api/v1.45/) | [changes](/engine/api/version-history/#v145-api-changes) |
130131
| 26.0 | [1.45](/engine/api/v1.45/) | [changes](/engine/api/version-history/#v145-api-changes) |
131132
| 25.0 | [1.44](/engine/api/v1.44/) | [changes](/engine/api/version-history/#v144-api-changes) |
132133
| 24.0 | [1.43](/engine/api/v1.43/) | [changes](/engine/api/version-history/#v143-api-changes) |

content/engine/install/centos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ To get started with Docker Engine on CentOS, make sure you
2828
To install Docker Engine, you need a maintained version of one of the following
2929
CentOS versions:
3030

31-
- CentOS 7
32-
- CentOS 8 (stream)
31+
- CentOS 7 (EOL: [June 30, 2024](https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/#centos-linux-7-end-of-life-june-30-2024))
32+
- CentOS 8 (stream) (EOL: [May 31, 2024](https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/#centos-stream-8-end-of-builds-may-31-2024))
3333
- CentOS 9 (stream)
3434

3535
The `centos-extras` repository must be enabled. This repository is enabled by

content/engine/install/debian.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:25.0.0-1~debian.12~bookworm
147-
5:24.0.7-1~debian.12~bookworm
146+
5:26.1.0-1~debian.12~bookworm
147+
5:26.0.2-1~debian.12~bookworm
148148
...
149149
```
150150

151151
Select the desired version and install:
152152

153153
```console
154-
$ VERSION_STRING=5:25.0.0-1~debian.12~bookworm
154+
$ VERSION_STRING=5:26.1.0-1~debian.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/engine/install/fedora.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ To get started with Docker Engine on Fedora, make sure you
2424
To install Docker Engine, you need a maintained version of one of the following
2525
Fedora versions:
2626

27-
- Fedora 38
27+
- Fedora 38 (EOL: [May 14, 2024](https://fedorapeople.org/groups/schedule/f-38/f-38-key-tasks.html))
2828
- Fedora 39
29+
- Fedora 40
2930

3031
### Uninstall old versions
3132

@@ -112,17 +113,17 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
112113
```console
113114
$ dnf list docker-ce --showduplicates | sort -r
114115

115-
docker-ce.x86_64 3:25.0.0-1.fc39 docker-ce-stable
116-
docker-ce.x86_64 3:24.0.7-1.fc39 docker-ce-stable
116+
docker-ce.x86_64 3:26.1.0-1.fc40 docker-ce-stable
117+
docker-ce.x86_64 3:26.0.2-1.fc40 docker-ce-stable
117118
<...>
118119
```
119120

120121
The list returned depends on which repositories are enabled, and is specific
121-
to your version of Fedora (indicated by the `.fc39` suffix in this example).
122+
to your version of Fedora (indicated by the `.fc40` suffix in this example).
122123

123124
Install a specific version by its fully qualified package name, which is
124125
the package name (`docker-ce`) plus the version string (2nd column),
125-
separated by a hyphen (`-`). For example, `docker-ce-3:25.0.0-1.fc39`.
126+
separated by a hyphen (`-`). For example, `docker-ce-3:26.1.0-1.fc40`.
126127

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

content/engine/install/rhel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To get started with Docker Engine on RHEL, make sure you
3838
To install Docker Engine, you need a maintained version of one of the following
3939
RHEL versions:
4040

41-
- RHEL 7 on s390x (IBM Z)
41+
- RHEL 7 on s390x (IBM Z) (EOL: [June 30, 2024](https://www.ibm.com/blog/announcement/ibm-is-announcing-red-hat-enterprise-linux-7-is-going-end-of-support-on-30-june-2024/))
4242
- RHEL 8 on s390x (IBM Z)
4343
- RHEL 9 on s390x (IBM Z)
4444

@@ -129,17 +129,17 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
129129
```console
130130
$ yum list docker-ce --showduplicates | sort -r
131131

132-
docker-ce.s390x 3:24.0.0-1.el8 docker-ce-stable
133-
docker-ce.s390x 3:23.0.6-1.el8 docker-ce-stable
132+
docker-ce.s390x 3:26.0.2-1.el9 docker-ce-stable
133+
docker-ce.s390x 3:26.0.1-1.el9 docker-ce-stable
134134
<...>
135135
```
136136

137137
The list returned depends on which repositories are enabled, and is specific
138-
to your version of RHEL (indicated by the `.el8` suffix in this example).
138+
to your version of RHEL (indicated by the `.el9` suffix in this example).
139139

140140
Install a specific version by its fully qualified package name, which is
141141
the package name (`docker-ce`) plus the version string (2nd column),
142-
separated by a hyphen (`-`). For example, `docker-ce-3:25.0.0-1.el8`.
142+
separated by a hyphen (`-`). For example, `docker-ce-3:26.0.1-1.el9`.
143143

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

content/engine/install/ubuntu.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ To get started with Docker Engine on Ubuntu, make sure you
3838
To install Docker Engine, you need the 64-bit version of one of these Ubuntu
3939
versions:
4040

41-
- Ubuntu Mantic 23.10
41+
- Ubuntu Noble 24.04 (LTS)
42+
- Ubuntu Mantic 23.10 (EOL: [July 12, 2024](https://wiki.ubuntu.com/Releases))
4243
- Ubuntu Jammy 22.04 (LTS)
4344
- Ubuntu Focal 20.04 (LTS)
4445

@@ -145,15 +146,15 @@ Docker from the repository.
145146
# List the available versions:
146147
$ apt-cache madison docker-ce | awk '{ print $3 }'
147148

148-
5:24.0.0-1~ubuntu.22.04~jammy
149-
5:23.0.6-1~ubuntu.22.04~jammy
149+
5:26.1.0-1~ubuntu.24.04~noble
150+
5:26.0.2-1~ubuntu.24.04~noble
150151
...
151152
```
152153

153154
Select the desired version and install:
154155

155156
```console
156-
$ VERSION_STRING=5:24.0.0-1~ubuntu.22.04~jammy
157+
$ VERSION_STRING=5:26.1.0-1~ubuntu.24.04~noble
157158
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
158159
```
159160

0 commit comments

Comments
 (0)