Skip to content

Commit fef1913

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

File tree

1 file changed

+17
-27
lines changed

1 file changed

+17
-27
lines changed

README.md

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ Perl container images
33

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

6-
Images available on Quay are:
7-
* CentOS Stream 9 [perl-5.32](https://quay.io/repository/sclorg/perl-532-c9s)
8-
* CentOS Stream 10 [perl-5.40](https://quay.io/repository/sclorg/perl-540-c10s)
9-
* Fedora [perl-5.32](https://quay.io/repository/fedora/perl-532)
10-
* Fedora [perl-5.34](https://quay.io/repository/fedora/perl-534)
11-
* Fedora [perl-5.36](https://quay.io/repository/fedora/perl-536)
12-
* Fedora [perl-5.38](https://quay.io/repository/fedora/perl-538)
13-
* Fedora [perl-5.40](https://quay.io/repository/fedora/perl-540)
14-
156
This repository contains the source for building various versions of
167
the Perl application as a reproducible container image using
178
[source-to-image](https://github.com/openshift/source-to-image).
@@ -29,24 +20,23 @@ For more information about concepts used in these container images, see the
2920

3021
Versions
3122
--------
32-
Perl versions currently provided:
33-
* [perl-5.26](5.26)
34-
* [perl-5.30](5.30)
35-
* [perl-5.32](5.32)
36-
* [perl-5.34](5.34)
37-
* [perl-5.36](5.36)
38-
* [perl-5.38](5.38)
39-
* [perl-5.40](5.40)
40-
41-
RHEL versions currently supported:
42-
* RHEL8
43-
* RHEL9
44-
* RHEL10
45-
46-
CentOS versions currently supported:
47-
* CentOS Stream 9
48-
* CentOS Stream 10
49-
23+
Currently supported versions are visible in the following table, expand an entry to see its container registry address.
24+
<!--
25+
Table start
26+
-->
27+
||CentOS Stream 9|CentOS Stream 10|Fedora|RHEL 8|RHEL 9|RHEL 10|
28+
|:--|:--:|:--:|:--:|:--:|:--:|:--:|
29+
|5.26-mod_fcgid||||<details><summary>✓</summary>`registry.redhat.io/rhel8/perl-526-mod_fcgid`</details>|||
30+
|5.26|||||||
31+
|5.30|||||||
32+
|5.32|<details><summary>✓</summary>`quay.io/sclorg/perl-532-c9s`</details>||||<details><summary>✓</summary>`registry.redhat.io/rhel9/perl-532`</details>||
33+
|5.34|||||||
34+
|5.36|||<details><summary>✓</summary>`quay.io/fedora/perl-536`</details>||||
35+
|5.38|||<details><summary>✓</summary>`quay.io/fedora/perl-538`</details>||||
36+
|5.40||<details><summary>✓</summary>`quay.io/sclorg/perl-540-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/perl-540`</details>|||<details><summary>✓</summary>`registry.redhat.io/rhel10/perl-540`</details>|
37+
<!--
38+
Table end
39+
-->
5040

5141
Installation
5242
------------

0 commit comments

Comments
 (0)