Skip to content

Commit b9ec914

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

File tree

3 files changed

+3
-203
lines changed

3 files changed

+3
-203
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

0 commit comments

Comments
 (0)