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 memcached #6566

Merged
merged 1 commit into from
Sep 2, 2019
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Sep 2, 2019

Changes:

@tianon
Copy link
Member Author

tianon commented Sep 2, 2019

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index f459c51..f27995b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ memcached:1
 memcached:1-alpine
 memcached:1.5
 memcached:1.5-alpine
-memcached:1.5.16
-memcached:1.5.16-alpine
+memcached:1.5.17
+memcached:1.5.17-alpine
 memcached:alpine
 memcached:latest
diff --git a/memcached_alpine/Dockerfile b/memcached_alpine/Dockerfile
index 7053a22..d947d9f 100644
--- a/memcached_alpine/Dockerfile
+++ b/memcached_alpine/Dockerfile
@@ -6,8 +6,8 @@ RUN addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
 # ensure SASL's "libplain.so" is installed as per https://github.com/memcached/memcached/wiki/SASLHowto
 RUN apk add --no-cache cyrus-sasl-plain
 
-ENV MEMCACHED_VERSION 1.5.16
-ENV MEMCACHED_SHA1 06a9661638cb20232d0ccea088f52ca10b959968
+ENV MEMCACHED_VERSION 1.5.17
+ENV MEMCACHED_SHA1 479b16693f5c3de1309a1726586b6b6e28dcd9c0
 
 RUN set -x \
 	\
diff --git a/memcached_latest/Dockerfile b/memcached_latest/Dockerfile
index 598fd0e..da66bc3 100644
--- a/memcached_latest/Dockerfile
+++ b/memcached_latest/Dockerfile
@@ -11,8 +11,8 @@ RUN set -eux; \
 	; \
 	rm -rf /var/lib/apt/lists/*
 
-ENV MEMCACHED_VERSION 1.5.16
-ENV MEMCACHED_SHA1 06a9661638cb20232d0ccea088f52ca10b959968
+ENV MEMCACHED_VERSION 1.5.17
+ENV MEMCACHED_SHA1 479b16693f5c3de1309a1726586b6b6e28dcd9c0
 
 RUN set -x \
 	\

@tianon
Copy link
Member Author

tianon commented Sep 2, 2019

Build test of #6566; 8a6aa14; amd64 (memcached):

$ bashbrew build memcached:1.5.17
Building bashbrew/cache:60dc9162f0d9d7986c1152ef641b572df1a7bcc42830b4ff1313185a781b8ed5 (memcached:1.5.17)
Tagging memcached:1.5.17
Tagging memcached:1.5
Tagging memcached:1
Tagging memcached:latest

$ test/run.sh memcached:1.5.17
testing memcached:1.5.17
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'memcached-basics' [5/5]...passed


$ bashbrew build memcached:1.5.17-alpine
Building bashbrew/cache:de622cbea9bdb1f4f28c351452123bf1949cb81b81a0004a9bb7b903faf053ad (memcached:1.5.17-alpine)
Tagging memcached:1.5.17-alpine
Tagging memcached:1.5-alpine
Tagging memcached:1-alpine
Tagging memcached:alpine

$ test/run.sh memcached:1.5.17-alpine
testing memcached:1.5.17-alpine
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'memcached-basics' [5/5]...passed

@tianon tianon merged commit 5eea36a into docker-library:master Sep 2, 2019
@tianon tianon deleted the memcached branch September 2, 2019 15:28
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.

2 participants