Skip to content

Commit

Permalink
Fix links to available images in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Aug 14, 2024
1 parent 7099f7a commit 944b024
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ Python container images
[![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)

Images available on Quay are:
* RHEL 8 [python-39-minimal](https://quay.io/repository/sclorg/python-39-minimal-el8)
* RHEL 8 [python-39-minimal-el8](https://quay.io/repository/sclorg/python-39-minimal-el8)
* RHEL 8 [python-311-minimal-el8](https://quay.io/repository/sclorg/python-311-minimal-el8)
* CentOS Stream 9 minimal [python-39-minimal-c9s](https://quay.io/repository/sclorg/python-39-minimal-c9s)
* CentOS Stream 9 [python-39-c9s](https://quay.io/repository/sclorg/python-39-c9s)
* CentOS Stream 9 minimal [python-311-minimal-c9s](https://quay.io/repository/sclorg/python-311-minimal-c9s)
* CentOS Stream 9 [python-311-c9s](https://quay.io/repository/sclorg/python-311-c9s)
* CentOS Stream 9 [python-312-c9s](https://quay.io/repository/sclorg/python-312-c9s)
* Fedora [python-311-minimal](https://quay.io/repository/fedora/python-311-minimal)
* Fedora [python-311](https://quay.io/repository/fedora/python-311)
* Fedora [python-312](https://quay.io/repository/fedora/python-312)

Expand Down Expand Up @@ -51,6 +54,7 @@ Python versions currently provided are:
* [python-3.9](3.9)
* [python-3.9 Minimal (tech-preview)](3.9-minimal)
* [python-3.11](3.11)
* [python-3.11 Minimal (tech-preview)](3.11-minimal)
* [python-3.12](3.12)

RHEL versions currently supported are:
Expand Down

0 comments on commit 944b024

Please sign in to comment.