@@ -76,10 +76,10 @@ Download
76
76
--------
77
77
To download one of the base Python images, follow the instructions you find in registries mentioned above.
78
78
79
- For example, Centos image can be downloaded via:
79
+ For example, CentOS Stream image can be downloaded via:
80
80
81
81
```
82
- $ podman pull quay.io/c9s/python-38 -c9s
82
+ $ podman pull quay.io/c9s/python-39 -c9s
83
83
```
84
84
85
85
Build
@@ -89,7 +89,7 @@ To build a Python image from scratch run:
89
89
```
90
90
$ git clone https://github.com/sclorg/s2i-python-container.git
91
91
$ cd s2i-python-container
92
- $ make build TARGET=c9s VERSIONS=3.8
92
+ $ make build TARGET=c9s VERSIONS=3.9
93
93
```
94
94
95
95
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
108
108
109
109
```
110
110
$ cd s2i-python-container
111
- $ make test TARGET=c9s VERSIONS=3.8
111
+ $ make test TARGET=c9s VERSIONS=3.9
112
112
```
113
113
114
114
Where ` TARGET ` might be one of the supported platforms mentioned above.
@@ -131,7 +131,7 @@ Repository organization
131
131
132
132
* ** Dockerfile.rhel8** & ** Dockerfile.rhel9**
133
133
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
135
135
Dockerfile you need to run the action on a properly subscribed RHEL machine.
136
136
137
137
* ** ` s2i/bin/ ` **
0 commit comments