Skip to content

Commit ba05090

Browse files
committed
Update tags and links to point to 3.2-rc1 redis tag
1 parent 783ada7 commit ba05090

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN apt-get install -y rubygems
3131
# Install ruby dependencies so we can bootstrap the cluster via redis-trib.rb
3232
RUN gem install redis
3333

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

3737
# Build redis from source
3838
RUN (cd /redis && make)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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

88
Docker image with redis built and installed from source.
99

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

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

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

1818
This image requires `Docker` above version 1.0
1919

0 commit comments

Comments
 (0)