@@ -38,7 +38,7 @@ To get started with Docker Engine on RHEL, make sure you
3838To install Docker Engine, you need a maintained version of one of the following
3939RHEL 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:
0 commit comments