-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #5920
Merged
Merged
Update redis #5920
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - redis/docker-library-redis@6845f6d: Update to 5.0.5
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index f35d99a..ab313d0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -28,12 +28,12 @@ redis:5.0-32bit-stretch
redis:5.0-alpine
redis:5.0-alpine3.9
redis:5.0-stretch
-redis:5.0.4
-redis:5.0.4-32bit
-redis:5.0.4-32bit-stretch
-redis:5.0.4-alpine
-redis:5.0.4-alpine3.9
-redis:5.0.4-stretch
+redis:5.0.5
+redis:5.0.5-32bit
+redis:5.0.5-32bit-stretch
+redis:5.0.5-alpine
+redis:5.0.5-alpine3.9
+redis:5.0.5-stretch
redis:32bit
redis:32bit-stretch
redis:alpine
diff --git a/redis_32bit-stretch/Dockerfile b/redis_32bit-stretch/Dockerfile
index 6c75e0a..ad0439a 100644
--- a/redis_32bit-stretch/Dockerfile
+++ b/redis_32bit-stretch/Dockerfile
@@ -31,9 +31,9 @@ RUN set -ex; \
\
apt-get purge -y --auto-remove $fetchDeps
-ENV REDIS_VERSION 5.0.4
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.4.tar.gz
-ENV REDIS_DOWNLOAD_SHA 3ce9ceff5a23f60913e1573f6dfcd4aa53b42d4a2789e28fa53ec2bd28c987dd
+ENV REDIS_VERSION 5.0.5
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.5.tar.gz
+ENV REDIS_DOWNLOAD_SHA 2139009799d21d8ff94fc40b7f36ac46699b9e1254086299f8d3b223ca54a375
RUN apt-get update && apt-get install -y --no-install-recommends \
libc6-i386 \
diff --git a/redis_alpine3.9/Dockerfile b/redis_alpine3.9/Dockerfile
index 4f2d8aa..02e2a60 100644
--- a/redis_alpine3.9/Dockerfile
+++ b/redis_alpine3.9/Dockerfile
@@ -9,9 +9,9 @@ RUN apk add --no-cache \
# add tzdata for https://github.com/docker-library/redis/issues/138
tzdata
-ENV REDIS_VERSION 5.0.4
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.4.tar.gz
-ENV REDIS_DOWNLOAD_SHA 3ce9ceff5a23f60913e1573f6dfcd4aa53b42d4a2789e28fa53ec2bd28c987dd
+ENV REDIS_VERSION 5.0.5
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.5.tar.gz
+ENV REDIS_DOWNLOAD_SHA 2139009799d21d8ff94fc40b7f36ac46699b9e1254086299f8d3b223ca54a375
# for redis-sentinel see: http://redis.io/topics/sentinel
RUN set -ex; \
diff --git a/redis_stretch/Dockerfile b/redis_stretch/Dockerfile
index f660df2..8791d99 100644
--- a/redis_stretch/Dockerfile
+++ b/redis_stretch/Dockerfile
@@ -31,9 +31,9 @@ RUN set -ex; \
\
apt-get purge -y --auto-remove $fetchDeps
-ENV REDIS_VERSION 5.0.4
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.4.tar.gz
-ENV REDIS_DOWNLOAD_SHA 3ce9ceff5a23f60913e1573f6dfcd4aa53b42d4a2789e28fa53ec2bd28c987dd
+ENV REDIS_VERSION 5.0.5
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.5.tar.gz
+ENV REDIS_DOWNLOAD_SHA 2139009799d21d8ff94fc40b7f36ac46699b9e1254086299f8d3b223ca54a375
# for redis-sentinel see: http://redis.io/topics/sentinel
RUN set -ex; \ |
Build test of #5920; 3213057; $ bashbrew build redis:5.0.5
Building bashbrew/cache:67b7481eec7fc7f8a684a5409593e145954d66213fc49b7fe22e28cfec38d47c (redis:5.0.5)
Tagging redis:5.0.5
Tagging redis:5.0
Tagging redis:5
Tagging redis:latest
Tagging redis:5.0.5-stretch
Tagging redis:5.0-stretch
Tagging redis:5-stretch
Tagging redis:stretch
$ test/run.sh redis:5.0.5
testing redis:5.0.5
'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:5.0.5-32bit
Building bashbrew/cache:14b50c22901cc1eae751fec839a8764b2b950fce55d8c557326e48e4d300482c (redis:5.0.5-32bit)
Tagging redis:5.0.5-32bit
Tagging redis:5.0-32bit
Tagging redis:5-32bit
Tagging redis:32bit
Tagging redis:5.0.5-32bit-stretch
Tagging redis:5.0-32bit-stretch
Tagging redis:5-32bit-stretch
Tagging redis:32bit-stretch
$ test/run.sh redis:5.0.5-32bit
testing redis:5.0.5-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:5.0.5-alpine
Building bashbrew/cache:07725bd93b24c9b22aa0f96cd4259ec98fc70a4ae079bf9a72f4ef836e852fd4 (redis:5.0.5-alpine)
Tagging redis:5.0.5-alpine
Tagging redis:5.0-alpine
Tagging redis:5-alpine
Tagging redis:alpine
Tagging redis:5.0.5-alpine3.9
Tagging redis:5.0-alpine3.9
Tagging redis:5-alpine3.9
Tagging redis:alpine3.9
$ test/run.sh redis:5.0.5-alpine
testing redis:5.0.5-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:4.0.14
Building bashbrew/cache:eff3b10982aaccccfdf037399be1f7db49263102722e8fd4bcd643040fa113e7 (redis:4.0.14)
Tagging redis:4.0.14
Tagging redis:4.0
Tagging redis:4
Tagging redis:4.0.14-stretch
Tagging redis:4.0-stretch
Tagging redis:4-stretch
$ test/run.sh redis:4.0.14
testing redis:4.0.14
'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:4.0.14-32bit
Building bashbrew/cache:a2166007937ac9edca5320d12970216426a31e762ad9394533e789d45be8eae8 (redis:4.0.14-32bit)
Tagging redis:4.0.14-32bit
Tagging redis:4.0-32bit
Tagging redis:4-32bit
Tagging redis:4.0.14-32bit-stretch
Tagging redis:4.0-32bit-stretch
Tagging redis:4-32bit-stretch
$ test/run.sh redis:4.0.14-32bit
testing redis:4.0.14-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:4.0.14-alpine
Building bashbrew/cache:df4881f76d205892ef8d4ab01b6cb5cc6b1cba8e2048a27963ba12096035f3ac (redis:4.0.14-alpine)
Tagging redis:4.0.14-alpine
Tagging redis:4.0-alpine
Tagging redis:4-alpine
Tagging redis:4.0.14-alpine3.9
Tagging redis:4.0-alpine3.9
Tagging redis:4-alpine3.9
$ test/run.sh redis:4.0.14-alpine
testing redis:4.0.14-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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: