Skip to content

Commit

Permalink
remove mentions of centos7 images from readme, as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Apr 24, 2024
1 parent 353a68e commit 6f32627
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Redis container image
[![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)

Images available on Quay are:
* CentOS 7 [redis-6](https://quay.io/repository/centos7/redis-6-centos7)
* CentOS Stream 8 [redis-6](https://quay.io/repository/sclorg/redis-6-c8s)
* CentOS Stream 9 [redis-6](https://quay.io/repository/sclorg/redis-6-c9s)
* Fedora [redis-6](https://quay.io/repository/fedora/redis-6)
Expand All @@ -31,7 +30,6 @@ RHEL versions currently supported are:
* RHEL9

CentOS versions currently supported are:
* CentOS7
* CentOS Stream 8
* CentOS Stream 9

Expand All @@ -58,12 +56,12 @@ To build a Redis image, choose either the CentOS or RHEL based image:
$ make build TARGET=rhel7 VERSIONS=6
```
* **CentOS based image**
* **CentOS Stream based image**
This image is available on DockerHub. To download it run:
This image is available on quay.io. To download it run:
```
$ podman pull quay.io/centos7/redis-6-centos7
$ podman pull quay.io/sclorg/redis-7-c9s
```
To build a Redis image from scratch run:
Expand All @@ -72,7 +70,7 @@ To build a Redis image, choose either the CentOS or RHEL based image:
$ git clone --recursive https://github.com/sclorg/redis-container.git
$ cd redis-container
$ git submodule update --init
$ make build TARGET=centos7 VERSIONS=6
$ make build TARGET=c9s VERSIONS=7
```
Note: while the installation steps are calling `podman`, you can replace any such calls by `docker` with the same arguments.
Expand Down Expand Up @@ -102,12 +100,12 @@ Users can choose between testing a Redis test application based on a RHEL or Cen
$ make test TARGET=rhel7 VERSIONS=6
```
* **CentOS based image**
* **CentOS Stream based image**
```
$ cd redis-container
$ git submodule update --init
$ make test TARGET=centos7 VERSIONS=6
$ make test TARGET=c9s VERSIONS=7
```
**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed
Expand Down

0 comments on commit 6f32627

Please sign in to comment.