{"id":21273311,"url":"https://github.com/sclorg/passenger-container","last_synced_at":"2025-07-04T12:34:33.895Z","repository":{"id":9252136,"uuid":"58397386","full_name":"sclorg/passenger-container","owner":"sclorg","description":"Phusion Passenger 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":"2023-08-18T22:07:14.000Z","size":49,"stargazers_count":4,"open_issues_count":6,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-06T01:22:28.280Z","etag":null,"topics":["centos","container","docker","dockerfile","fedora","passenger","passenger-container","phusion-passenger-images","rhel"],"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}},"created_at":"2016-05-09T18:05:35.000Z","updated_at":"2018-05-15T11:21:50.000Z","dependencies_parsed_at":"2022-08-20T11:50:31.683Z","dependency_job_id":null,"html_url":"https://github.com/sclorg/passenger-container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sclorg/passenger-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fpassenger-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fpassenger-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fpassenger-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fpassenger-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sclorg","download_url":"https://codeload.github.com/sclorg/passenger-container/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fpassenger-container/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263542605,"owners_count":23477456,"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","fedora","passenger","passenger-container","phusion-passenger-images","rhel"],"created_at":"2024-11-21T09:13:29.881Z","updated_at":"2025-07-04T12:34:33.866Z","avatar_url":"https://github.com/sclorg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Phusion Passenger container images\n===============================\n\nThis repository contains Dockerfiles for Phusion Passenger images for OpenShift.\nUsers can choose between RHEL, Fedora 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---------------\n**All Passenger versions are currently deprecated and not supported anymore**\n\nInstallation\n---------------\nTo build a Passenger image, choose either the CentOS or RHEL based image:\n*  **RHEL based image**\n\n    These images are available in the [Red Hat Container Catalog](https://access.redhat.com/containers/#/registry.access.redhat.com/rhscl/passenger-40-rhel7).\n    To download it run:\n\n    ```\n    $ docker pull registry.access.redhat.com/rhscl/passenger-40-rhel7\n    ```\n\n    To build a RHEL based Passenger image, you need to run the build on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ git clone --recursive https://github.com/sclorg/passenger-container.git\n    $ cd passenger-container\n    $ git submodule update --init\n    $ make build TARGET=rhel7 VERSIONS=4.0\n    ```\n\n*  **CentOS based image**\n\n    This image is available on DockerHub. To download it run:\n\n    ```\n    $ docker pull centos/passenger-40-centos7\n    ```\n\n    To build a Passenger image from scratch run:\n\n    ```\n    $ git clone --recursive https://github.com/sclorg/passenger-container.git\n    $ cd passenger-container\n    $ git submodule update --init\n    $ make build TARGET=centos7 VERSIONS=4.0\n    ```\n\n**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed\non all provided versions of Passenger.**\n\n\nUsage\n---------------------------------\n\nFor information about usage of Dockerfile for Passenger 4.0,\nsee [usage documentation](4.0/README.md).\n\nTest\n---------------------\nThis repository also provides a [S2I](https://github.com/openshift/source-to-image) test framework,\nwhich launches tests to check functionality of a simple Passenger application built on top of the passenger image.\n\nUsers can choose between testing a Passenger test application based on a RHEL or CentOS image.\n\n*  **RHEL based image**\n\n    To test a RHEL7 based Passenger image, you need to run the test on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ cd passenger-container\n    $ git submodule update --init\n    $ make test TARGET=rhel7 VERSIONS=4.0\n    ```\n\n*  **CentOS based image**\n\n    ```\n    $ cd passenger-container\n    $ git submodule update --init\n    $ make test TARGET=centos7 VERSIONS=4.0\n    ```\n\n**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed\non all provided versions of Passenger.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fpassenger-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsclorg%2Fpassenger-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fpassenger-container/lists"}