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

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Oct 21, 2024

Changes:

Changes:

- docker-library/memcached@89c8fdb: Update 1 to 1.6.32
- docker-library/memcached@c75c22c: Update `generate-stackbrew-library.sh` to support `BASHBREW_LIBRARY` for easier cascading updates
@tianon tianon requested a review from a team as a code owner October 21, 2024 17:23
Copy link

Diff for b322e24:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8a03c50..c3eb593 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.31, 1.6, 1, latest, 1.6.31-bookworm, 1.6-bookworm, 1-bookworm, bookworm
+Tags: 1.6.32, 1.6, 1, latest, 1.6.32-bookworm, 1.6-bookworm, 1-bookworm, bookworm
 Architectures: amd64, arm32v5, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 3598423e1058ace87504520c43095bf87438deaf
+GitCommit: 89c8fdb68df3a904503298751ac8862f283328e6
 Directory: 1/debian
 
-Tags: 1.6.31-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.31-alpine3.20, 1.6-alpine3.20, 1-alpine3.20, alpine3.20
+Tags: 1.6.32-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.32-alpine3.20, 1.6-alpine3.20, 1-alpine3.20, alpine3.20
 Architectures: amd64, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 3598423e1058ace87504520c43095bf87438deaf
+GitCommit: 89c8fdb68df3a904503298751ac8862f283328e6
 Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index f3d32ca..47d7323 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.31
-memcached:1.6.31-alpine
-memcached:1.6.31-alpine3.20
-memcached:1.6.31-bookworm
+memcached:1.6.32
+memcached:1.6.32-alpine
+memcached:1.6.32-alpine3.20
+memcached:1.6.32-bookworm
 memcached:alpine
 memcached:alpine3.20
 memcached:bookworm
diff --git a/memcached_alpine3.20/Dockerfile b/memcached_alpine3.20/Dockerfile
index 57a42c1..080f54f 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.31
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.31.tar.gz
-ENV MEMCACHED_SHA1 85e2cb9520beba71d7fc69f5717208a57facde28
+ENV MEMCACHED_VERSION 1.6.32
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.32.tar.gz
+ENV MEMCACHED_SHA1 a6377de830d15e17b769184df6ad20766c2279d9
 
 RUN set -eux; \
 	\
diff --git a/memcached_bookworm/Dockerfile b/memcached_bookworm/Dockerfile
index 0a11a22..7bee2a4 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.31
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.31.tar.gz
-ENV MEMCACHED_SHA1 85e2cb9520beba71d7fc69f5717208a57facde28
+ENV MEMCACHED_VERSION 1.6.32
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.32.tar.gz
+ENV MEMCACHED_SHA1 a6377de830d15e17b769184df6ad20766c2279d9
 
 RUN set -eux; \
 	\

Relevant Maintainers:

@yosifkit yosifkit merged commit be3f104 into docker-library:master Oct 21, 2024
7 checks passed
@yosifkit yosifkit deleted the memcached branch October 21, 2024 17:54
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