Skip to content

Commit 6bf1016

Browse files
committed
Update sources generated by distgen
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 3cb984e commit 6bf1016

File tree

4 files changed

+5
-205
lines changed

4 files changed

+5
-205
lines changed

3.9-minimal/Dockerfile.rhel8

Lines changed: 0 additions & 104 deletions
This file was deleted.

3.9/Dockerfile.rhel8

Lines changed: 0 additions & 96 deletions
This file was deleted.

3.9/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To use the Python image in a Dockerfile, follow these steps:
7474
#### 1. Pull a base builder image to build on
7575

7676
```
77-
podman pull registry.access.redhat.com/ubi8/python-39
77+
podman pull registry.access.redhat.com/ubi9/python-39
7878
```
7979

8080
#### 2. Pull and application code
@@ -105,7 +105,7 @@ prepared for a future flawless switch to a newer or different platform.
105105
To use the Source-to-Image scripts and build an image using a Dockerfile, create a Dockerfile with this content:
106106

107107
```
108-
FROM registry.access.redhat.com/ubi8/python-39
108+
FROM registry.access.redhat.com/ubi9/python-39
109109
110110
# Add application sources to a directory that the assemble script expects them
111111
# and set permissions so that the container runs without root access
@@ -125,7 +125,7 @@ If you decide not to use the Source-to-Image scripts, you will need to manually
125125
Example Dockerfile for a simple Django application:
126126

127127
```
128-
FROM registry.access.redhat.com/ubi8/python-39
128+
FROM registry.access.redhat.com/ubi9/python-39
129129
130130
# Add application sources with correct permissions for OpenShift
131131
USER 0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Table start
4444
||CentOS Stream 9|CentOS Stream 10|Fedora|RHEL 8|RHEL 9|RHEL 10|
4545
|:--|:--:|:--:|:--:|:--:|:--:|:--:|
4646
|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>|||
47+
|3.9|<details><summary>✓</summary>`quay.io/sclorg/python-39-c9s`</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>||||||
4949
|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>||
5050
|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>|||
5151
|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>||

0 commit comments

Comments
 (0)