Skip to content

sclorg/valkey-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valkey container image

Build and push images to Quay.io registry

Images available on Quay are:

This repository contains Dockerfiles for valkey container image. Users can choose between RHEL, Fedora and CentOS based images.

For more information about contributing, see the Contribution Guidelines. For more information about concepts used in these container images, see the Landing page.

Versions

valkey version currently provided are:

CentOS versions currently supported are:

  • CentOS Stream 10

Installation

To build a valkey image, choose either the CentOS Stream: ```

  • CentOS Stream based image

    This image is available on quay.io. To download it run:

    $ podman pull quay.io/sclorg/valkey-7-c10s
    

    To build a valkey image from scratch run:

    $ git clone --recursive https://github.com/sclorg/valkey-container.git
    $ cd valkey-container
    $ git submodule update --init
    $ make build TARGET=c10s VERSIONS=7
    

Note: while the installation steps are calling podman, you can replace any such calls by docker with the same arguments.

Notice: By omitting the VERSIONS parameter, the build/test action will be performed on all provided versions of valkey.

Usage

For information about usage of Dockerfile for valkey 7, see usage documentation.

Test

Users can choose between testing a valkey test application based on CentOS Stream image.

  • CentOS Stream based image

    $ cd valkey-container
    $ git submodule update --init
    $ make test TARGET=c10s VERSIONS=7
    

Notice: By omitting the VERSIONS parameter, the build/test action will be performed on all provided versions of valkey.