Skip to content

Commit a2a3a4c

Browse files
pkhartskphracek
authored andcommitted
Add version table in main README.md
1 parent ebd7d88 commit a2a3a4c

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ MySQL SQL Database Server Container Image
33

44
[![Build and push images to Quay.io registry](https://github.com/sclorg/mysql-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/sclorg/mysql-container/actions/workflows/build-and-push.yml)
55

6-
Images available on Quay are:
7-
* CentOS Stream 9 [mysql-80](https://quay.io/repository/sclorg/mysql-80-c9s)
8-
* CentOS Stream 10 [mysql-84](https://quay.io/repository/sclorg/mysql-84-c9s)
9-
* Fedora [mysql-80](https://quay.io/repository/fedora/mysql-80)
10-
116
This repository contains Dockerfiles for MySQL images for OpenShift and general usage.
127
Users can choose between RHEL, Fedora and CentOS Stream based images.
138

@@ -22,18 +17,17 @@ For more information about concepts used in these container images, see the
2217

2318
Versions
2419
--------
25-
MySQL versions currently provided are:
26-
* [MySQL 8.0](8.0)
27-
* [MySQL 8.4](8.4)
28-
29-
RHEL versions currently supported are:
30-
* RHEL8
31-
* RHEL9
32-
* RHEL10
33-
34-
CentOS Stream versions currently supported are:
35-
* CentOS Stream 9
36-
* CentOS Stream 10
20+
Currently supported versions are visible in the following table, expand an entry to see its container registry address.
21+
<!--
22+
Table start
23+
-->
24+
||CentOS Stream 9|CentOS Stream 10|Fedora|RHEL 8|RHEL 9|RHEL 10|
25+
|:--|:--:|:--:|:--:|:--:|:--:|:--:|
26+
|8.0|<details><summary>✓</summary>`quay.io/sclorg/mysql-80-c9s`</details>||<details><summary>✓</summary>`quay.io/fedora/mysql-80`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel8/mysql-80`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/mysql-80`</details>||
27+
|8.4|<details><summary>✓</summary>`quay.io/sclorg/mysql-84-c9s`</details>|<details><summary>✓</summary>`quay.io/sclorg/mysql-84-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/mysql-84`</details>||<details><summary>✓</summary>`registry.redhat.io/rhel9/mysql-84`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel10/mysql-84`</details>|
28+
<!--
29+
Table end
30+
-->
3731

3832

3933
Installation

0 commit comments

Comments
 (0)