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 #18161

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Update memcached #18161

merged 1 commit into from
Dec 24, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 24, 2024

Changes:

Changes:

- docker-library/memcached@697784e: Update 1 to 1.6.34
- docker-library/memcached@c3816c8: Simplify and update `verify-templating.yml`
@tianon tianon requested a review from a team as a code owner December 24, 2024 07:11
Copy link

Diff for 43a9abf:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9c77329..f938784 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Tianon Gravi <[email protected]> (@tianon), Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/memcached.git
 
-Tags: 1.6.33, 1.6, 1, latest, 1.6.33-bookworm, 1.6-bookworm, 1-bookworm, bookworm
+Tags: 1.6.34, 1.6, 1, latest, 1.6.34-bookworm, 1.6-bookworm, 1-bookworm, bookworm
 Architectures: amd64, arm32v5, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: d2fb263f47fa4043f4fe5a207c19517585867592
+GitCommit: 697784edcf62584471e2f50e4f0646aa9db40ae7
 Directory: 1/debian
 
-Tags: 1.6.33-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.33-alpine3.21, 1.6-alpine3.21, 1-alpine3.21, alpine3.21
+Tags: 1.6.34-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.34-alpine3.21, 1.6-alpine3.21, 1-alpine3.21, alpine3.21
 Architectures: amd64, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 99a2186f3db3de537ea36046164c302d076ac2c4
+GitCommit: 697784edcf62584471e2f50e4f0646aa9db40ae7
 Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 5dd1e2a..6c5f3ea 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ memcached:1.6
 memcached:1.6-alpine
 memcached:1.6-alpine3.21
 memcached:1.6-bookworm
-memcached:1.6.33
-memcached:1.6.33-alpine
-memcached:1.6.33-alpine3.21
-memcached:1.6.33-bookworm
+memcached:1.6.34
+memcached:1.6.34-alpine
+memcached:1.6.34-alpine3.21
+memcached:1.6.34-bookworm
 memcached:alpine
 memcached:alpine3.21
 memcached:bookworm
diff --git a/memcached_alpine3.21/Dockerfile b/memcached_alpine3.21/Dockerfile
index 482701d..a168378 100644
--- a/memcached_alpine3.21/Dockerfile
+++ b/memcached_alpine3.21/Dockerfile
@@ -14,9 +14,9 @@ RUN set -eux; \
 # ensure SASL's "libplain.so" is installed as per https://github.com/memcached/memcached/wiki/SASLHowto
 RUN apk add --no-cache libsasl
 
-ENV MEMCACHED_VERSION 1.6.33
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.33.tar.gz
-ENV MEMCACHED_SHA1 e884ea1778494a3c57a78fab845ab468679329a1
+ENV MEMCACHED_VERSION 1.6.34
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.34.tar.gz
+ENV MEMCACHED_SHA1 d2a0a65b3c69147e1a4fe0b3c20308c40cc0027e
 
 RUN set -eux; \
 	\
diff --git a/memcached_bookworm/Dockerfile b/memcached_bookworm/Dockerfile
index 6eef0f2..d1f8159 100644
--- a/memcached_bookworm/Dockerfile
+++ b/memcached_bookworm/Dockerfile
@@ -19,9 +19,9 @@ RUN set -eux; \
 	; \
 	rm -rf /var/lib/apt/lists/*
 
-ENV MEMCACHED_VERSION 1.6.33
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.33.tar.gz
-ENV MEMCACHED_SHA1 e884ea1778494a3c57a78fab845ab468679329a1
+ENV MEMCACHED_VERSION 1.6.34
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.34.tar.gz
+ENV MEMCACHED_SHA1 d2a0a65b3c69147e1a4fe0b3c20308c40cc0027e
 
 RUN set -eux; \
 	\

Relevant Maintainers:

@tianon tianon merged commit 4f62c7f into docker-library:master Dec 24, 2024
7 checks passed
@tianon tianon deleted the memcached branch December 24, 2024 20:44
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