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

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 9, 2024

Changes:

Changes:

- docker-library/memcached@99a2186: Update 1 to alpine 3.21
@tianon tianon requested a review from a team as a code owner December 9, 2024 17:52
Copy link

github-actions bot commented Dec 9, 2024

Diff for f39d050:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9420f05..9c77329 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,7 +6,7 @@ Architectures: amd64, arm32v5, arm64v8, i386, mips64le, ppc64le, s390x
 GitCommit: d2fb263f47fa4043f4fe5a207c19517585867592
 Directory: 1/debian
 
-Tags: 1.6.33-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.33-alpine3.20, 1.6-alpine3.20, 1-alpine3.20, alpine3.20
+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
 Architectures: amd64, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: d2fb263f47fa4043f4fe5a207c19517585867592
+GitCommit: 99a2186f3db3de537ea36046164c302d076ac2c4
 Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 164be53..5dd1e2a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,16 +1,16 @@
 memcached:1
 memcached:1-alpine
-memcached:1-alpine3.20
+memcached:1-alpine3.21
 memcached:1-bookworm
 memcached:1.6
 memcached:1.6-alpine
-memcached:1.6-alpine3.20
+memcached:1.6-alpine3.21
 memcached:1.6-bookworm
 memcached:1.6.33
 memcached:1.6.33-alpine
-memcached:1.6.33-alpine3.20
+memcached:1.6.33-alpine3.21
 memcached:1.6.33-bookworm
 memcached:alpine
-memcached:alpine3.20
+memcached:alpine3.21
 memcached:bookworm
 memcached:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 20bcd87..4dee66c 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-memcached:alpine3.20
+memcached:alpine3.21
 memcached:bookworm
diff --git a/memcached_alpine3.20/Dockerfile b/memcached_alpine3.21/Dockerfile
similarity index 99%
rename from memcached_alpine3.20/Dockerfile
rename to memcached_alpine3.21/Dockerfile
index 33b36c8..482701d 100644
--- a/memcached_alpine3.20/Dockerfile
+++ b/memcached_alpine3.21/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM alpine:3.20
+FROM alpine:3.21
 
 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
 RUN set -eux; \
diff --git a/memcached_alpine3.20/docker-entrypoint.sh b/memcached_alpine3.21/docker-entrypoint.sh
similarity index 100%
rename from memcached_alpine3.20/docker-entrypoint.sh
rename to memcached_alpine3.21/docker-entrypoint.sh

Relevant Maintainers:

@yosifkit yosifkit merged commit 77c9c3c into docker-library:master Dec 9, 2024
7 checks passed
@yosifkit yosifkit deleted the memcached branch December 9, 2024 19:43
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