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
24 changes: 0 additions & 24 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,6 @@ jobs:
tag: "c9s"
image_name: "python-39-minimal-c9s"

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

- dockerfile: "3.11-minimal/Dockerfile.c9s"
docker_context: "3.11-minimal"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "c9s"
image_name: "python-311-minimal-c9s"

- dockerfile: "3.11/Dockerfile.c9s"
docker_context: "3.11"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "c9s"
image_name: "python-311-c9s"

- dockerfile: "3.12-minimal/Dockerfile.rhel8"
docker_context: "3.12-minimal"
registry_namespace: "sclorg"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main"
with:
enabled-tests: '["container","container-pytest","openshift-pytest"]'
versions: '[ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal", "3.14", "3.14-minimal" ]'
openshift-versions: '[ "3.8", "3.9", "3.11", "3.12", "3.12-minimal" ]'
versions: '[ "3.9", "3.9-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal", "3.14", "3.14-minimal" ]'
openshift-versions: '[ "3.8", "3.9", "3.12", "3.12-minimal" ]'
secrets: inherit
104 changes: 0 additions & 104 deletions 3.11-minimal/Dockerfile.c9s

This file was deleted.

104 changes: 0 additions & 104 deletions 3.11-minimal/Dockerfile.rhel8

This file was deleted.

123 changes: 0 additions & 123 deletions 3.11-minimal/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions 3.11-minimal/root/opt/app-root/etc/generate_container_user

This file was deleted.

1 change: 0 additions & 1 deletion 3.11-minimal/root/opt/wheels

This file was deleted.

Loading