Skip to content

Commit bc0b3ad

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

1 file changed

Lines changed: 13 additions & 22 deletions

File tree

README.md

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ PHP Docker images
33

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

6-
Images available on Quay are:
7-
* CentOS Stream 9 [php-74](https://quay.io/repository/sclorg/php-74-c9s)
8-
* Fedora [php-80](https://quay.io/repository/fedora/php-80)
9-
* Fedora [php-81](https://quay.io/repository/fedora/php-81)
10-
* Fedora [php-82](https://quay.io/repository/fedora/php-82)
11-
* Fedora [php-83](https://quay.io/repository/fedora/php-83)
12-
136
This repository contains the source for building various versions of
147
the PHP application as a reproducible Docker image using
158
[source-to-image](https://github.com/openshift/source-to-image).
@@ -27,21 +20,19 @@ For more information about concepts used in these container images, see the
2720

2821
Versions
2922
--------
30-
PHP versions currently supported are:
31-
* [php-7.4](7.4)
32-
* [php-8.0](8.0)
33-
* [php-8.1](8.1)
34-
* [php-8.2](8.2)
35-
* [php-8.3](8.3)
36-
37-
RHEL versions currently supported are:
38-
* RHEL8
39-
* RHEL9
40-
* RHEL10
41-
42-
CenOS Stream versions currently supported are:
43-
* CentOS Stream 9
44-
* CentOS Stream 10
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+
|7.4||||<details><summary>✓</summary>`registry.redhat.io/rhel8/php-74`</details>|||
30+
|8.0|||||<details><summary>✓</summary>`registry.redhat.io/rhel9/php-80`</details>||
31+
|8.2|||<details><summary>✓</summary>`quay.io/fedora/php-82`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel8/php-82`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/php-82`</details>||
32+
|8.3|<details><summary>✓</summary>`quay.io/sclorg/php-83-c9s`</details>|<details><summary>✓</summary>`quay.io/sclorg/php-83-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/php-83`</details>||<details><summary>✓</summary>`registry.redhat.io/rhel9/php-83`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel10/php-83`</details>|
33+
<!--
34+
Table end
35+
-->
4536

4637
Installation
4738
------------

0 commit comments

Comments
 (0)