Skip to content
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
14 changes: 0 additions & 14 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ jobs:
suffix: "centos7"
quayio_username: "QUAY_IMAGE_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_BUILDER_TOKEN"
- dockerfile_path: "2.4"
dockerfile: "Dockerfile.c9s"
registry_namespace: "sclorg"
tag: "c9s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
suffix: "c9s"
- dockerfile_path: "2.4"
dockerfile: "Dockerfile.c8s"
registry_namespace: "sclorg"
tag: "c8s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
suffix: "c8s"
- dockerfile_path: "2.4"
dockerfile: "Dockerfile.fedora"
registry_namespace: "fedora"
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,6 @@ jobs:
branch: "master"
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
tf_scope: "private"
- tmt_plan: "c9s"
os_test: "c9s"
context: "CentOS Stream 9"
compose: "CentOS-Stream-9"
api_key: "TF_PUBLIC_API_KEY"
branch: "main"
tmt_repo: "https://github.com/sclorg/sclorg-testing-farm"
- tmt_plan: "c8s"
os_test: "c8s"
context: "CentOS Stream 8"
compose: "CentOS-Stream-8"
api_key: "TF_PUBLIC_API_KEY"
branch: "main"
tmt_repo: "https://github.com/sclorg/sclorg-testing-farm"

if: |
github.event.issue.pull_request
Expand Down
66 changes: 0 additions & 66 deletions 2.4/Dockerfile.c8s

This file was deleted.

66 changes: 0 additions & 66 deletions 2.4/Dockerfile.c9s

This file was deleted.

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Apache HTTP Server Container Images

Images available on Quay are:
* CentOS 7 [httpd-24](https://quay.io/repository/centos7/httpd-24-centos7)
* CentOS Stream 8 [httpd-2.4](https://quay.io/repository/sclorg/httpd-24-c8s)
* CentOS Stream 9 [httpd-2.4](https://quay.io/repository/sclorg/httpd-24-c9s)
* Fedora [httpd-2.4](https://quay.io/repository/fedora/httpd-24)

This repository contains Dockerfiles for Apache HTTP Server images for OpenShift and general usage.
Expand All @@ -30,8 +28,6 @@ RHEL versions currently supported are:

CentOS versions currently supported are:
* CentOS 7
* CentOS Stream 8
* CentOS Stream 9


Installation
Expand Down