Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

sclorg/httpd-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

490 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and push images to Quay.io registry

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.

Versions

Currently supported versions are visible in the following table, expand an entry to see its container registry address.

CentOS Stream 9CentOS Stream 10FedoraRHEL 8RHEL 9RHEL 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

Installation

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-24

    To 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.4
  • CentOS Stream 10 based image

    This image is available on DockerHub. To download it run:

    $ podman pull quay.io/sclorg/httpd-24-c10s

    To 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).

Usage

For information about usage of Dockerfile for Apache HTTP Server 2.4,seeusage documentation.

Test

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.4
  • CentOS 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors27

Languages


[8]ページ先頭

©2009-2026 Movatter.jp