Giter VIP home page Giter VIP logo

g33kyaditya / redis-container Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sclorg/redis-container

0.0 1.0 0.0 62 KB

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.

Home Page: http://softwarecollections.org

License: MIT License

Python 15.34% Shell 82.68% Makefile 1.98%

redis-container's Introduction

Redis container image

This repository contains Dockerfiles for Redis 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

Redis versions currently provided are:

RHEL versions currently supported are:

  • RHEL7

CentOS versions currently supported are:

  • CentOS7

Installation

To build a Redis image, choose either the CentOS or RHEL based image:

  • RHEL based image

    These images are available in the Red Hat Container Catalog. To download it run:

    $ docker pull registry.access.redhat.com/rhscl/redis-32-rhel7
    

    To build a RHEL based Redis image, you need to run the build on a properly subscribed RHEL machine.

    $ git clone --recursive https://github.com/sclorg/redis-container.git
    $ cd redis-container
    $ git submodule update --init
    $ make build TARGET=rhel7 VERSIONS=3.2
    
  • CentOS based image

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

    $ docker pull centos/redis-32-centos7
    

    To build a Redis image from scratch run:

    $ git clone --recursive https://github.com/sclorg/redis-container.git
    $ cd redis-container
    $ git submodule update --init
    $ make build TARGET=centos7 VERSIONS=3.2
    

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

Usage

For information about usage of Dockerfile for Redis 3.2, see usage documentation.

Test

Users can choose between testing a Redis test application based on a RHEL or CentOS image.

  • RHEL based image

    To test a RHEL7 based Redis image, you need to run the test on a properly subscribed RHEL machine.

    $ cd redis-container
    $ git submodule update --init
    $ make test TARGET=rhel7 VERSIONS=3.2
    
  • CentOS based image

    $ cd redis-container
    $ git submodule update --init
    $ make test TARGET=centos7 VERSIONS=3.2
    

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

redis-container's People

Contributors

andrewklau avatar bparees avatar ficap avatar hhorak avatar mohammedzee1000 avatar omron93 avatar pkubatrh avatar pvalena avatar remicollet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.