{"id":13464828,"url":"https://github.com/sclorg/httpd-container","last_synced_at":"2025-04-05T06:05:43.339Z","repository":{"id":9585109,"uuid":"58404780","full_name":"sclorg/httpd-container","owner":"sclorg","description":"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.","archived":false,"fork":false,"pushed_at":"2025-03-24T15:00:37.000Z","size":352,"stargazers_count":51,"open_issues_count":10,"forks_count":124,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-29T05:07:21.125Z","etag":null,"topics":["centos","container","docker","dockerfile","httpd","openshift","rhel","s2i","source-to-image"],"latest_commit_sha":null,"homepage":"http://softwarecollections.org","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sclorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-09T20:09:24.000Z","updated_at":"2025-03-24T15:00:39.000Z","dependencies_parsed_at":"2023-01-12T15:01:33.174Z","dependency_job_id":"2df32e96-9a33-4fe5-b713-8e3989b1e106","html_url":"https://github.com/sclorg/httpd-container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fhttpd-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fhttpd-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fhttpd-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fhttpd-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sclorg","download_url":"https://codeload.github.com/sclorg/httpd-container/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294538,"owners_count":20915340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos","container","docker","dockerfile","httpd","openshift","rhel","s2i","source-to-image"],"created_at":"2024-07-31T14:00:51.181Z","updated_at":"2025-04-05T06:05:43.306Z","avatar_url":"https://github.com/sclorg.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"Apache HTTP Server Container Images\n===================================\n\n[![Build and push images to Quay.io registry](https://github.com/sclorg/httpd-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/sclorg/httpd-container/actions/workflows/build-and-push.yml)\n\nImages available on Quay are:\n* Fedora [httpd-2.4](https://quay.io/repository/fedora/httpd-24)\n\nThis repository contains Dockerfiles for Apache HTTP Server images for OpenShift and general usage.\nUsers can choose between RHEL and CentOS based images.\n\nFor more information about contributing, see\n[the Contribution Guidelines](https://github.com/sclorg/welcome/blob/master/contribution.md).\nFor more information about concepts used in these container images, see the\n[Landing page](https://github.com/sclorg/welcome).\n\n\nVersions\n--------\nApache HTTPD versions currently provided are:\n* [httpd-2.4](2.4)\n* [httpd-2.4-micro](2.4-micro)\n\nRHEL versions currently supported are:\n* RHEL 8\n* RHEL 9\n* RHEL 10\n\nCentOS Stream versions currently supported are:\n* CentOS Stream 9\n* CentOS Stream 10\n\n\nInstallation\n------------\nChoose either the CentOS Stream 9, CentOS Stream 10, RHEL8 based image, RHEL9 based image, or RHEL10 based image:\n\n*  **RHEL8 based image**\n\n    These images are available in the [Red Hat Container Catalog](https://catalog.redhat.com/software/containers/ubi8/httpd-24/6065b844aee24f523c207943?architecture=amd64\u0026image=6660528072b80acc3c2193f3\u0026container-tabs=overview).\n    To download it run:\n\n    ```\n    $ podman pull registry.access.redhat.com/rhel8/httpd-24\n    ```\n\n    To build a RHEL8 based Apache HTTP Server image, you need to run Docker build on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ git clone --recursive https://github.com/sclorg/httpd-container.git\n    $ cd httpd-container\n    $ git submodule update --init\n    $ make build TARGET=rhel8 VERSIONS=2.4\n    ```\n\n*  **CentOS Stream 9 based image**\n\n    This image is available on DockerHub. To download it run:\n\n    ```\n    $ podman pull quay.io/sclorg/httpd-24-c9s\n    ```\n\n    To build a CentOS based Apache HTTP Server image from scratch run:\n\n    ```\n    $ git clone --recursive https://github.com/sclorg/httpd-container.git\n    $ cd httpd-container\n    $ git submodule update --init\n    $ make build TARGET=c9s VERSIONS=2.4\n    ```\n\nFor using other versions of Apache HTTP Server, just replace the `2.4` value by particular version\nin the commands above.\n\nNote: while the installation steps are calling `podman`, you can replace any such calls by `docker` with the same arguments.\n\n**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed\non all provided versions of Apache HTTP Server, which must be specified in  `VERSIONS` variable.\nThis variable must be set to a list with possible versions (subdirectories).**\n\n\nUsage\n-----\n\nFor information about usage of Dockerfile for Apache HTTP Server 2.4,\nsee [usage documentation](2.4).\n\n\nTest\n----\n\nThis repository also provides a test framework, which checks basic functionality\nof the Apache HTTP Server image.\n\nUsers can choose between testing Apache HTTP Server based on a RHEL or CentOS Stream image.\n\n*  **RHEL based image**\n\n    To test a RHEL8 based Apache HTTP Server image, you need to run the test on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ cd httpd-container\n    $ git submodule update --init\n    $ make test TARGET=rhel8 VERSIONS=2.4\n    ```\n\n*  **CentOS Stream based image**\n\n    ```\n    $ cd httpd-container\n    $ git submodule update --init\n    $ make test TARGET=c9s VERSIONS=2.4\n    ```\n\nFor using other versions of Apache HTTP Server, just replace the `2.4` value by particular version\nin the commands above.\n\n**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed\non all provided versions of Apache HTTP Server, which must be specified in  `VERSIONS` variable.\nThis variable must be set to a list with possible versions (subdirectories).**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fhttpd-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsclorg%2Fhttpd-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fhttpd-container/lists"}