Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Redis to 3.2.4 #2190

Merged
merged 1 commit into from
Sep 26, 2016
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Sep 26, 2016

No description provided.

@tianon
Copy link
Member Author

tianon commented Sep 26, 2016

diff --git a/redis_32bit/Dockerfile b/redis_32bit/Dockerfile
index 1c3d1c3..6df88ce 100644
--- a/redis_32bit/Dockerfile
+++ b/redis_32bit/Dockerfile
@@ -20,9 +20,9 @@ RUN set -x \
    && chmod +x /usr/local/bin/gosu \
    && gosu nobody true

-ENV REDIS_VERSION 3.2.3
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.3.tar.gz
-ENV REDIS_DOWNLOAD_SHA1 92d6d93ef2efc91e595c8bf578bf72baff397507
+ENV REDIS_VERSION 3.2.4
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.4.tar.gz
+ENV REDIS_DOWNLOAD_SHA1 f0fe685cbfdb8c2d8c74613ad8a5a5f33fba40c9

 RUN apt-get update && apt-get install -y libc6-i386 --no-install-recommends && rm -rf /var/lib/apt/lists/*

diff --git a/redis_alpine/Dockerfile b/redis_alpine/Dockerfile
index dfbf110..2d0b216 100644
--- a/redis_alpine/Dockerfile
+++ b/redis_alpine/Dockerfile
@@ -6,9 +6,9 @@ RUN addgroup -S redis && adduser -S -G redis redis
 # grab su-exec for easy step-down from root
 RUN apk add --no-cache 'su-exec>=0.2'

-ENV REDIS_VERSION 3.2.3
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.3.tar.gz
-ENV REDIS_DOWNLOAD_SHA1 92d6d93ef2efc91e595c8bf578bf72baff397507
+ENV REDIS_VERSION 3.2.4
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.4.tar.gz
+ENV REDIS_DOWNLOAD_SHA1 f0fe685cbfdb8c2d8c74613ad8a5a5f33fba40c9

 # for redis-sentinel see: http://redis.io/topics/sentinel
 RUN set -ex \
diff --git a/redis_latest/Dockerfile b/redis_latest/Dockerfile
index 65a8c0f..16a0897 100644
--- a/redis_latest/Dockerfile
+++ b/redis_latest/Dockerfile
@@ -20,9 +20,9 @@ RUN set -x \
    && chmod +x /usr/local/bin/gosu \
    && gosu nobody true

-ENV REDIS_VERSION 3.2.3
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.3.tar.gz
-ENV REDIS_DOWNLOAD_SHA1 92d6d93ef2efc91e595c8bf578bf72baff397507
+ENV REDIS_VERSION 3.2.4
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.4.tar.gz
+ENV REDIS_DOWNLOAD_SHA1 f0fe685cbfdb8c2d8c74613ad8a5a5f33fba40c9

 # for redis-sentinel see: http://redis.io/topics/sentinel
 RUN set -ex \

@tianon
Copy link
Member Author

tianon commented Sep 26, 2016

Build test of #2190; 7ff98ee (redis):

$ bashbrew build redis:3.0.7
Building bashbrew/cache:6c60f253b66bea38800160fa27420d804e861573486bb1f36fe673629daf846e (redis:3.0.7)
Tagging redis:3.0.7
Tagging redis:3.0

$ test/run.sh redis:3.0.7
testing redis:3.0.7
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'redis-basics' [5/7]...passed
    'redis-basics-config' [6/7]...passed
    'redis-basics-persistent' [7/7]...passed


$ bashbrew build redis:3.0.7-32bit
Building bashbrew/cache:841184e77c7daa5fb7119671004d357a4c0ae2b115ae0a0e51d9430c85fc2132 (redis:3.0.7-32bit)
Tagging redis:3.0.7-32bit
Tagging redis:3.0-32bit

$ test/run.sh redis:3.0.7-32bit
testing redis:3.0.7-32bit
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'redis-basics' [5/7]...passed
    'redis-basics-config' [6/7]...passed
    'redis-basics-persistent' [7/7]...passed


$ bashbrew build redis:3.0.7-alpine
Building bashbrew/cache:521c3d0d9cef358bc85561a3c97ecbf3bb6597f17d054d6d92faaf32811c4684 (redis:3.0.7-alpine)
Tagging redis:3.0.7-alpine
Tagging redis:3.0-alpine

$ test/run.sh redis:3.0.7-alpine
testing redis:3.0.7-alpine
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'redis-basics' [5/7]...passed
    'redis-basics-config' [6/7]...passed
    'redis-basics-persistent' [7/7]...passed


$ bashbrew build redis:3.2.4
Building bashbrew/cache:d4889a408be0640efb6896825b18765c6eb79578d685b9eb8d53a40a6281f21f (redis:3.2.4)
Tagging redis:3.2.4
Tagging redis:3.2
Tagging redis:3
Tagging redis:latest

$ test/run.sh redis:3.2.4
testing redis:3.2.4
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'redis-basics' [5/7]...passed
    'redis-basics-config' [6/7]...passed
    'redis-basics-persistent' [7/7]...passed


$ bashbrew build redis:3.2.4-32bit
Building bashbrew/cache:53d1386fa83917b6fcb93ab768128756ce6949f155cf8777bc7df36ddfd5442f (redis:3.2.4-32bit)
Tagging redis:3.2.4-32bit
Tagging redis:3.2-32bit
Tagging redis:3-32bit
Tagging redis:32bit

$ test/run.sh redis:3.2.4-32bit
testing redis:3.2.4-32bit
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'redis-basics' [5/7]...passed
    'redis-basics-config' [6/7]...passed
    'redis-basics-persistent' [7/7]...passed


$ bashbrew build redis:3.2.4-alpine
Building bashbrew/cache:34b6513caaad2c829f1f3e8fb8a25a0562b971e92e47a55bb9a8eb530cd2e3b0 (redis:3.2.4-alpine)
Tagging redis:3.2.4-alpine
Tagging redis:3.2-alpine
Tagging redis:3-alpine
Tagging redis:alpine

$ test/run.sh redis:3.2.4-alpine
testing redis:3.2.4-alpine
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'redis-basics' [5/7]...passed
    'redis-basics-config' [6/7]...passed
    'redis-basics-persistent' [7/7]...passed

@yosifkit yosifkit merged commit 4424932 into docker-library:master Sep 26, 2016
@yosifkit yosifkit deleted the redis-3.2.4 branch September 26, 2016 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants