Skip to content

Commit f5f3534

Browse files
befelemefrenzymadness
authored andcommitted
Update README - point to supported Python/OS combinations
1 parent ab65827 commit f5f3534

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Download
7676
--------
7777
To download one of the base Python images, follow the instructions you find in registries mentioned above.
7878

79-
For example, Centos image can be downloaded via:
79+
For example, CentOS Stream image can be downloaded via:
8080

8181
```
82-
$ podman pull quay.io/c9s/python-38-c9s
82+
$ podman pull quay.io/c9s/python-39-c9s
8383
```
8484

8585
Build
@@ -89,7 +89,7 @@ To build a Python image from scratch run:
8989
```
9090
$ git clone https://github.com/sclorg/s2i-python-container.git
9191
$ cd s2i-python-container
92-
$ make build TARGET=c9s VERSIONS=3.8
92+
$ make build TARGET=c9s VERSIONS=3.9
9393
```
9494

9595
Where `TARGET` might be one of the supported platforms mentioned above.
@@ -108,7 +108,7 @@ which launches tests to check functionality of simple Python applications built
108108

109109
```
110110
$ cd s2i-python-container
111-
$ make test TARGET=c9s VERSIONS=3.8
111+
$ make test TARGET=c9s VERSIONS=3.9
112112
```
113113

114114
Where `TARGET` might be one of the supported platforms mentioned above.
@@ -131,7 +131,7 @@ Repository organization
131131

132132
* **Dockerfile.rhel8** & **Dockerfile.rhel9**
133133

134-
RHEL 7/8 based Dockerfile. In order to perform build or test actions on this
134+
RHEL 8/9 based Dockerfile. In order to perform build or test actions on this
135135
Dockerfile you need to run the action on a properly subscribed RHEL machine.
136136

137137
* **`s2i/bin/`**

0 commit comments

Comments
 (0)