Skip to content

Commit

Permalink
Update tags and links to point to 3.2-rc1 redis tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Jan 1, 2016
1 parent 783ada7 commit ba05090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN apt-get install -y rubygems
# Install ruby dependencies so we can bootstrap the cluster via redis-trib.rb
RUN gem install redis

# checkout the 3.0.6 tag (Will change to 3.2 tag when it is released as stable)
RUN git clone -b 3.0.6 https://github.com/antirez/redis.git
# checkout the 3.2-rc1 tag
RUN git clone -b 3.2-rc1 https://github.com/antirez/redis.git

# Build redis from source
RUN (cd /redis && make)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Docker Stars](https://img.shields.io/docker/stars/grokzen/redis-cluster.svg)](hub])
[![Docker Pulls](https://img.shields.io/docker/pulls/grokzen/redis-cluster.svg)](hub])
[![Image Size](https://img.shields.io/imagelayers/image-size/grokzen/redis-cluster/latest.svg)](https://imagelayers.io/?images=grokzen/redis-cluster:latest)
[![Image Layers](https://img.shields.io/imagelayers/layers/grokzen/redis-cluster/latest.svg)](https://imagelayers.io/?images=grokzen/redis-cluster:latest)
[![Image Size](https://img.shields.io/imagelayers/image-size/grokzen/redis-cluster/latest.svg)](https://imagelayers.io/?images=grokzen/redis-cluster:3.2-rc1)
[![Image Layers](https://img.shields.io/imagelayers/layers/grokzen/redis-cluster/latest.svg)](https://imagelayers.io/?images=grokzen/redis-cluster:3.2-rc1)

Docker image with redis built and installed from source.

Expand All @@ -13,7 +13,7 @@ The cluster is 6 redis instances running with 3 master & 3 slaves, one slave for

It also contains 2 standalone instances that is not part of the cluster. They are running on port 7006 & 7007

The image will build the tag `3.0.6` from the redis git repo.
This branch will contain all tags that is done in the `3.2.x` track in the `redis` git repo.

This image requires `Docker` above version 1.0

Expand Down

0 comments on commit ba05090

Please sign in to comment.