Skip to content

Commit

Permalink
Prepare CI for Python 3.12 minimal container image
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Sep 2, 2024
1 parent 38421cc commit d0344cc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,30 @@ jobs:
tag: "c9s"
image_name: "python-311-c9s"

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

- dockerfile: "3.12-minimal/Dockerfile.fedora"
docker_context: "3.12-minimal"
registry_namespace: "fedora"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
tag: "312"
image_name: "python-312-minimal"

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

- dockerfile: "3.12/Dockerfile.fedora"
docker_context: "3.12"
registry_namespace: "fedora"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "3.8", "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12" ]
version: [ "3.8", "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
test_case: [ "container" ]
if: |
Expand Down

0 comments on commit d0344cc

Please sign in to comment.