- Notifications
You must be signed in to change notification settings - Fork124
Apache HTTP container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
License
sclorg/httpd-container
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains Dockerfiles for Apache HTTP Server images for OpenShift and general usage.Users can choose between RHEL and CentOS based images.
For more information about contributing, seethe Contribution Guidelines.For more information about concepts used in these container images, see theLanding page.
Currently supported versions are visible in the following table, expand an entry to see its container registry address.
| CentOS Stream 9 | CentOS Stream 10 | Fedora | RHEL 8 | RHEL 9 | RHEL 10 | |
|---|---|---|---|---|---|---|
| 2.4-micro | ✓quay.io/sclorg/httpd-24-micro-c9s | ✓quay.io/sclorg/httpd-24-micro-c10s | ✓quay.io/fedora/httpd-24-micro | |||
| 2.4 | ✓quay.io/sclorg/httpd-24-c9s | ✓quay.io/sclorg/httpd-24-c10s | ✓quay.io/fedora/httpd-24 | ✓registry.redhat.io/rhel8/httpd-24 | ✓registry.redhat.io/rhel9/httpd-24 | ✓registry.redhat.io/rhel10/httpd-24 |
Choose either the CentOS Stream 9, CentOS Stream 10, RHEL8 based image, RHEL9 based image, or RHEL10 based image:
RHEL10 based image
These images are available in theRed Hat Container Catalog.To download it run:
$ podman pull registry.access.redhat.com/rhel10/httpd-24To build a RHEL10 based Apache HTTP Server image, you need to run Docker build on a properlysubscribed RHEL machine.
$ git clone --recursive https://github.com/sclorg/httpd-container.git$ cd httpd-container$ git submodule update --init$ make build TARGET=rhel10 VERSIONS=2.4CentOS Stream 10 based image
This image is available on DockerHub. To download it run:
$ podman pull quay.io/sclorg/httpd-24-c10sTo build a CentOS based Apache HTTP Server image from scratch run:
$ git clone --recursive https://github.com/sclorg/httpd-container.git$ cd httpd-container$ git submodule update --init$ make build TARGET=c10s VERSIONS=2.4
For using other versions of Apache HTTP Server, just replace the2.4 value by particular versionin the commands above.
Note: while the installation steps are callingpodman, you can replace any such calls bydocker with the same arguments.
Notice: By omitting theVERSIONS parameter, the build/test action will be performedon all provided versions of Apache HTTP Server, which must be specified inVERSIONS variable.This variable must be set to a list with possible versions (subdirectories).
For information about usage of Dockerfile for Apache HTTP Server 2.4,seeusage documentation.
This repository also provides a test framework, which checks basic functionalityof the Apache HTTP Server image.
Users can choose between testing Apache HTTP Server based on a RHEL or CentOS Stream image.
RHEL based image
To test a RHEL10 based Apache HTTP Server image, you need to run the test on a properlysubscribed RHEL machine.
$ cd httpd-container$ git submodule update --init$ make test TARGET=rhel10 VERSIONS=2.4CentOS Stream based image
$ cd httpd-container$ git submodule update --init$ make test TARGET=c10s VERSIONS=2.4
For using other versions of Apache HTTP Server, just replace the2.4 value by particular versionin the commands above.
Notice: By omitting theVERSIONS parameter, the build/test action will be performedon all provided versions of Apache HTTP Server, which must be specified inVERSIONS variable.This variable must be set to a list with possible versions (subdirectories).
About
Apache HTTP container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.