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

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Jul 1, 2024

Changes:

Changes:

- docker-library/memcached@f01103b: Update 1 to 1.6.29
@yosifkit yosifkit requested a review from a team as a code owner July 1, 2024 20:55
Copy link

github-actions bot commented Jul 1, 2024

Diff for 2d53256:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 06d37ad..792fd83 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.28, 1.6, 1, latest, 1.6.28-bookworm, 1.6-bookworm, 1-bookworm, bookworm
+Tags: 1.6.29, 1.6, 1, latest, 1.6.29-bookworm, 1.6-bookworm, 1-bookworm, bookworm
 Architectures: amd64, arm32v5, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 4ff42b38a59b98c91a33d1d91d4b2f0d492c951e
+GitCommit: f01103ba6999e5ae31c3e11f0d5bf9ee757aff44
 Directory: 1/debian
 
-Tags: 1.6.28-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.28-alpine3.20, 1.6-alpine3.20, 1-alpine3.20, alpine3.20
+Tags: 1.6.29-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.29-alpine3.20, 1.6-alpine3.20, 1-alpine3.20, alpine3.20
 Architectures: amd64, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 4ff42b38a59b98c91a33d1d91d4b2f0d492c951e
+GitCommit: f01103ba6999e5ae31c3e11f0d5bf9ee757aff44
 Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index f52e006..0283f09 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ memcached:1.6
 memcached:1.6-alpine
 memcached:1.6-alpine3.20
 memcached:1.6-bookworm
-memcached:1.6.28
-memcached:1.6.28-alpine
-memcached:1.6.28-alpine3.20
-memcached:1.6.28-bookworm
+memcached:1.6.29
+memcached:1.6.29-alpine
+memcached:1.6.29-alpine3.20
+memcached:1.6.29-bookworm
 memcached:alpine
 memcached:alpine3.20
 memcached:bookworm
diff --git a/memcached_alpine3.20/Dockerfile b/memcached_alpine3.20/Dockerfile
index fdba7a2..76336c4 100644
--- a/memcached_alpine3.20/Dockerfile
+++ b/memcached_alpine3.20/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.28
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.28.tar.gz
-ENV MEMCACHED_SHA1 d7857f9bf51abb2d2106fc6c278682d2f5d7471b
+ENV MEMCACHED_VERSION 1.6.29
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.29.tar.gz
+ENV MEMCACHED_SHA1 a9699aed111d86b6e37b3ce5e6ef4e7539582d5f
 
 RUN set -eux; \
 	\
diff --git a/memcached_bookworm/Dockerfile b/memcached_bookworm/Dockerfile
index 265faa5..aa49097 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.28
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.28.tar.gz
-ENV MEMCACHED_SHA1 d7857f9bf51abb2d2106fc6c278682d2f5d7471b
+ENV MEMCACHED_VERSION 1.6.29
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.29.tar.gz
+ENV MEMCACHED_SHA1 a9699aed111d86b6e37b3ce5e6ef4e7539582d5f
 
 RUN set -eux; \
 	\

Relevant Maintainers:

@tianon tianon merged commit e484f1e into docker-library:master Jul 2, 2024
7 checks passed
@tianon tianon deleted the memcached branch July 2, 2024 00:31
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