Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate c8s images, as EOL for c8s is 31th of May 2024 #567

Merged
merged 1 commit into from
Jun 4, 2024
Merged
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
42 changes: 7 additions & 35 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,83 +21,55 @@ jobs:
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
docker_context: 13

- dockerfile: "15/Dockerfile.c9s"
registry_namespace: "sclorg"
tag: "c9s"
image_name: "postgresql-15-c9s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
docker_context: 15

- dockerfile: "16/Dockerfile.c9s"
registry_namespace: "sclorg"
tag: "c9s"
image_name: "postgresql-16-c9s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
docker_context: 16
- dockerfile: "16/Dockerfile.c8s"
registry_namespace: "sclorg"
tag: "c8s"
image_name: "postgresql-16-c8s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
docker_context: 16
- dockerfile: "10/Dockerfile.c8s"
registry_namespace: "sclorg"
tag: "c8s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "postgresql-10-c8s"
docker_context: 10
- dockerfile: "12/Dockerfile.c8s"
registry_namespace: "sclorg"
tag: "c8s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "postgresql-12-c8s"
docker_context: 12
- dockerfile: "13/Dockerfile.c8s"
registry_namespace: "sclorg"
tag: "c8s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "postgresql-13-c8s"
docker_context: 13
- dockerfile: "15/Dockerfile.c8s"
registry_namespace: "sclorg"
tag: "c8s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "postgresql-15-c8s"
docker_context: 15

- dockerfile: "12/Dockerfile.fedora"
phracek marked this conversation as resolved.
Show resolved Hide resolved
registry_namespace: "fedora"
tag: "12"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
image_name: "postgresql-12"
docker_context: 12

- dockerfile: "13/Dockerfile.fedora"
phracek marked this conversation as resolved.
Show resolved Hide resolved
registry_namespace: "fedora"
tag: "13"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
image_name: "postgresql-13"
docker_context: 13

- dockerfile: "14/Dockerfile.fedora"
registry_namespace: "fedora"
tag: "14"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
image_name: "postgresql-14"
docker_context: 14

- dockerfile: "15/Dockerfile.fedora"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

registry_namespace: "fedora"
tag: "15"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
image_name: "postgresql-15"
docker_context: 15

- dockerfile: "16/Dockerfile.fedora"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

registry_namespace: "fedora"
tag: "16"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
distgen-check:
name: "Check distgen generated files"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
concurrency:
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
cancel-in-progress: true
Expand Down Expand Up @@ -52,13 +52,13 @@ jobs:
fi
container-tests:
needs: distgen-check
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Container tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
strategy:
fail-fast: false
matrix:
version: [ "10", "11", "12", "13", "14", "15", "16" ]
os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s", "c8s"]
os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s" ]
test_case: [ "container" ]

if: |
Expand Down
89 changes: 0 additions & 89 deletions 10/Dockerfile.c8s

This file was deleted.

90 changes: 0 additions & 90 deletions 12/Dockerfile.c8s

This file was deleted.

90 changes: 0 additions & 90 deletions 13/Dockerfile.c8s

This file was deleted.

Loading