Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
tag: "c9s"
image_name: "python-39-c9s"

- dockerfile: "3.9-minimal/Dockerfile.rhel8"
docker_context: "3.9-minimal"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "el8"
image_name: "python-39-minimal-el8"

- dockerfile: "3.9-minimal/Dockerfile.c9s"
docker_context: "3.9-minimal"
registry_namespace: "sclorg"
Expand Down
104 changes: 0 additions & 104 deletions 3.9-minimal/Dockerfile.rhel8

This file was deleted.

96 changes: 0 additions & 96 deletions 3.9/Dockerfile.rhel8

This file was deleted.

6 changes: 3 additions & 3 deletions 3.9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To use the Python image in a Dockerfile, follow these steps:
#### 1. Pull a base builder image to build on

```
podman pull registry.access.redhat.com/ubi8/python-39
podman pull registry.access.redhat.com/ubi9/python-39
```

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

```
FROM registry.access.redhat.com/ubi8/python-39
FROM registry.access.redhat.com/ubi9/python-39

# Add application sources to a directory that the assemble script expects them
# and set permissions so that the container runs without root access
Expand All @@ -125,7 +125,7 @@ If you decide not to use the Source-to-Image scripts, you will need to manually
Example Dockerfile for a simple Django application:

```
FROM registry.access.redhat.com/ubi8/python-39
FROM registry.access.redhat.com/ubi9/python-39

# Add application sources with correct permissions for OpenShift
USER 0
Expand Down
4 changes: 1 addition & 3 deletions specs/multispec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ specs:
base_img_version: "1"
module_stream: "python39:3.9"
pkg_prefix: "python39"
main_image: "registry.access.redhat.com/ubi8/python-39"
main_image: "registry.access.redhat.com/ubi9/python-39"

"3.9-minimal":
version: "3.9"
Expand All @@ -217,11 +217,9 @@ matrix:
version: "3.6"
- distros:
- centos-stream-9-x86_64
- rhel-8-x86_64
- rhel-9-x86_64
version: "3.9"
- distros:
- rhel-8-x86_64
- centos-stream-9-x86_64
version: "3.9-minimal"
- distros:
Expand Down