{"id":21273273,"url":"https://github.com/sclorg/redis-container","last_synced_at":"2025-04-07T05:15:22.900Z","repository":{"id":37493136,"uuid":"67672700","full_name":"sclorg/redis-container","owner":"sclorg","description":"Redis 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-02-14T10:33:19.000Z","size":281,"stargazers_count":25,"open_issues_count":1,"forks_count":56,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-31T04:07:01.272Z","etag":null,"topics":["centos","container","database","docker-image","dockerfile","fedora","openshift","redis","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":"mit","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-09-08T05:50:18.000Z","updated_at":"2025-02-14T10:33:21.000Z","dependencies_parsed_at":"2024-06-26T10:22:16.231Z","dependency_job_id":"f885fc4a-fe3f-4767-b602-62a84caacee6","html_url":"https://github.com/sclorg/redis-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%2Fredis-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fredis-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fredis-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fredis-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sclorg","download_url":"https://codeload.github.com/sclorg/redis-container/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595335,"owners_count":20963943,"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","database","docker-image","dockerfile","fedora","openshift","redis","rhel"],"created_at":"2024-11-21T09:13:16.835Z","updated_at":"2025-04-07T05:15:22.870Z","avatar_url":"https://github.com/sclorg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Redis container image\n=====================\n\n[![Build and push images to Quay.io registry](https://github.com/sclorg/redis-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/sclorg/redis-container/actions/workflows/build-and-push.yml)\n\nImages available on Quay are:\n* CentOS Stream 9 [redis-6](https://quay.io/repository/sclorg/redis-6-c9s)\n* Fedora [redis-6](https://quay.io/repository/fedora/redis-6)\n* Fedora [redis-7](https://quay.io/repository/fedora/redis-7)\n\nThis repository contains Dockerfiles for Redis container image.\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--------\nRedis version currently provided are:\n* [redis-6](6)\n* [redis-7](7)\n\nRHEL versions currently supported are:\n* RHEL8\n* RHEL9\n\nCentOS versions currently supported are:\n* CentOS Stream 9\n\n\nInstallation\n------------\nTo build a Redis 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/rhel8/redis-6).\n    To download it run:\n\n    ```\n    $ podman pull registry.access.redhat.com/rhel8/redis-6\n    ```\n\n    To build a RHEL based Redis image, you need to run the build on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ git clone --recursive https://github.com/sclorg/redis-container.git\n    $ cd redis-container\n    $ git submodule update --init\n    $ make build TARGET=rhel8 VERSIONS=6\n    ```\n\n*  **CentOS Stream based image**\n\n    This image is available on quay.io. To download it run:\n\n    ```\n    $ podman pull quay.io/sclorg/redis-7-c9s\n    ```\n\n    To build a Redis image from scratch run:\n\n    ```\n    $ git clone --recursive https://github.com/sclorg/redis-container.git\n    $ cd redis-container\n    $ git submodule update --init\n    $ make build TARGET=c9s VERSIONS=7\n    ```\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 Redis.**\n\n\nUsage\n-----\n\nFor information about usage of Dockerfile for Redis 6,\nsee [usage documentation](6).\n\nFor information about usage of Dockerfile for Redis 7,\nsee [usage documentation](7).\n\nTest\n----\nUsers can choose between testing a Redis test application based on a RHEL or CentOS image.\n\n*  **RHEL based image**\n\n    To test a RHEL8 based Redis image, you need to run the test on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ cd redis-container\n    $ git submodule update --init\n    $ make test TARGET=rhel8 VERSIONS=6\n    ```\n\n*  **CentOS Stream based image**\n\n    ```\n    $ cd redis-container\n    $ git submodule update --init\n    $ make test TARGET=c9s VERSIONS=7\n    ```\n\n**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed\non all provided versions of Redis.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fredis-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsclorg%2Fredis-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fredis-container/lists"}