Skip to content

Commit ac54c9c

Browse files
committed
Add version table in main README.md
1 parent ac47e49 commit ac54c9c

File tree

1 file changed

+18
-39
lines changed

1 file changed

+18
-39
lines changed

README.md

Lines changed: 18 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@ Python container images
22
=======================
33
[![Build and push container images to Quay.io registry](https://github.com/sclorg/s2i-python-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/sclorg/s2i-python-container/actions/workflows/build-and-push.yml)
44

5-
Images available on Quay are:
6-
* RHEL 8 [python-39-minimal-el8](https://quay.io/repository/sclorg/python-39-minimal-el8)
7-
* RHEL 8 [python-311-minimal-el8](https://quay.io/repository/sclorg/python-311-minimal-el8)
8-
* RHEL 8 [python-312-minimal-el8](https://quay.io/repository/sclorg/python-312-minimal-el8)
9-
* CentOS Stream 9 minimal [python-39-minimal-c9s](https://quay.io/repository/sclorg/python-39-minimal-c9s)
10-
* CentOS Stream 9 [python-39-c9s](https://quay.io/repository/sclorg/python-39-c9s)
11-
* CentOS Stream 9 minimal [python-311-minimal-c9s](https://quay.io/repository/sclorg/python-311-minimal-c9s)
12-
* CentOS Stream 9 [python-311-c9s](https://quay.io/repository/sclorg/python-311-c9s)
13-
* CentOS Stream 9 [python-312-minimal-c9s](https://quay.io/repository/sclorg/python-312-minimal-c9s)
14-
* CentOS Stream 9 [python-312-c9s](https://quay.io/repository/sclorg/python-312-c9s)
15-
* CentOS Stream 10 [python-312-minimal-c10s](https://quay.io/repository/sclorg/python-312-minimal-c10s)
16-
* CentOS Stream 10 [python-312-c10s](https://quay.io/repository/sclorg/python-312-c10s)
17-
* CentOS Stream 10 [python-313-minimal-c10s](https://quay.io/repository/sclorg/python-313-minimal-c10s)
18-
* CentOS Stream 10 [python-313-c10s](https://quay.io/repository/sclorg/python-313-c10s)
19-
* Fedora [python-313](https://quay.io/repository/fedora/python-313)
20-
* Fedora [python-313-minimal](https://quay.io/repository/fedora/python-313-minimal)
21-
225
This repository contains the source for building various versions of
236
the Python application as a reproducible container image using
247
[source-to-image](https://github.com/openshift/source-to-image).
@@ -54,28 +37,24 @@ For more information about contributing, see
5437

5538
Versions
5639
---------------
57-
Python versions currently provided are:
58-
* [python-3.6](3.6)
59-
* [python-3.9](3.9)
60-
* [python-3.9 Minimal (tech-preview)](3.9-minimal)
61-
* [python-3.11](3.11)
62-
* [python-3.11 Minimal (tech-preview)](3.11-minimal)
63-
* [python-3.12](3.12)
64-
* [python-3.12 Minimal (tech-preview)](3.12-minimal)
65-
* [python-3.13](3.13)
66-
* [python-3.13 Minimal (tech-preview)](3.13-minimal)
67-
68-
RHEL versions currently supported are:
69-
* RHEL 8 ([catalog.redhat.com](https://catalog.redhat.com/software/containers/search))
70-
* RHEL 9 ([catalog.redhat.com](https://catalog.redhat.com/software/containers/search))
71-
* RHEL 10 ([catalog.redhat.com](https://catalog.redhat.com/software/containers/search))
72-
73-
CentOS Stream versions currently supported are:
74-
* CentOS Stream 9 ([quay.io/sclorg](https://quay.io/organization/sclorg))
75-
* CentOS Stream 10 ([quay.io/sclorg](https://quay.io/organization/sclorg))
76-
77-
Fedora versions currently supported are:
78-
* Fedora 42 ([quay.io/fedora](https://quay.io/organization/fedora))
40+
Currently supported versions are visible in the following table, expand an entry to see its container registry address.
41+
<!--
42+
Table start
43+
-->
44+
||CentOS Stream 9|CentOS Stream 10|Fedora|RHEL 8|RHEL 9|RHEL 10|
45+
|:--|:--:|:--:|:--:|:--:|:--:|:--:|
46+
|3.6||||<details><summary>✓</summary>`registry.redhat.io/rhel8/python-36`</details>|||
47+
|3.9|<details><summary>✓</summary>`quay.io/sclorg/python-39-c9s`</details>|||<details><summary>✓</summary>`registry.redhat.io/rhel8/python-39`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/python-39`</details>||
48+
|3.9-minimal|<details><summary>✓</summary>`quay.io/sclorg/python-39-minimal-c9s`</details>|||<details><summary>✓</summary>`registry.redhat.io/rhel8/python-39-minimal`</details>|||
49+
|3.11|<details><summary>✓</summary>`quay.io/sclorg/python-311-c9s`</details>|||<details><summary>✓</summary>`registry.redhat.io/rhel8/python-311`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/python-311`</details>||
50+
|3.11-minimal|<details><summary>✓</summary>`quay.io/sclorg/python-311-minimal-c9s`</details>|||<details><summary>✓</summary>`registry.redhat.io/rhel8/python-311-minimal`</details>|||
51+
|3.12|<details><summary>✓</summary>`quay.io/sclorg/python-312-c9s`</details>|<details><summary>✓</summary>`quay.io/sclorg/python-312-c10s`</details>||<details><summary>✓</summary>`registry.redhat.io/rhel8/python-312`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/python-312`</details>||
52+
|3.12-minimal|<details><summary>✓</summary>`quay.io/sclorg/python-312-minimal-c9s`</details>|<details><summary>✓</summary>`quay.io/sclorg/python-312-minimal-c10s`</details>||<details><summary>✓</summary>`registry.redhat.io/rhel8/python-312-minimal`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/python-312-minimal`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel10/python-312-minimal`</details>|
53+
|3.13||<details><summary>✓</summary>`quay.io/sclorg/python-313-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/python-313`</details>||||
54+
|3.13-minimal||<details><summary>✓</summary>`quay.io/sclorg/python-313-minimal-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/python-313-minimal`</details>||||
55+
<!--
56+
Table end
57+
-->
7958

8059
Download
8160
--------

0 commit comments

Comments
 (0)