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 redis #16953

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Update redis #16953

merged 1 commit into from
Jun 10, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 10, 2024

@tianon tianon requested a review from a team as a code owner June 10, 2024 16:57
Copy link

Diff for f382730:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 738fadd..503679c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -30,3 +30,13 @@ Tags: 7.2.5-alpine, 7.2-alpine, 7-alpine, alpine, 7.2.5-alpine3.20, 7.2-alpine3.
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: 5f08363e6d64b97a0c2e651f4bdcec6e71a32ab4
 Directory: 7.2/alpine
+
+Tags: 7.4-rc1, 7.4-rc, 7.4-rc1-bookworm, 7.4-rc-bookworm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
+GitCommit: 0d682fed252b85f39d2033294eab217be02f95a1
+Directory: 7.4-rc/debian
+
+Tags: 7.4-rc1-alpine, 7.4-rc-alpine, 7.4-rc1-alpine3.20, 7.4-rc-alpine3.20
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
+GitCommit: 0d682fed252b85f39d2033294eab217be02f95a1
+Directory: 7.4-rc/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 41a6b0e..e68d0a8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -30,6 +30,14 @@ redis:7.2.5
 redis:7.2.5-alpine
 redis:7.2.5-alpine3.20
 redis:7.2.5-bookworm
+redis:7.4-rc
+redis:7.4-rc1
+redis:7.4-rc1-alpine
+redis:7.4-rc1-alpine3.20
+redis:7.4-rc1-bookworm
+redis:7.4-rc-alpine
+redis:7.4-rc-alpine3.20
+redis:7.4-rc-bookworm
 redis:alpine
 redis:alpine3.20
 redis:bookworm
diff --git a/redis_alpine3.20/Dockerfile b/redis_7.4-rc-alpine3.20/Dockerfile
similarity index 98%
copy from redis_alpine3.20/Dockerfile
copy to redis_7.4-rc-alpine3.20/Dockerfile
index 19304a8..a646134 100644
--- a/redis_alpine3.20/Dockerfile
+++ b/redis_7.4-rc-alpine3.20/Dockerfile
@@ -49,9 +49,9 @@ RUN set -eux; \
 	gosu --version; \
 	gosu nobody true
 
-ENV REDIS_VERSION 7.2.5
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.5.tar.gz
-ENV REDIS_DOWNLOAD_SHA 5981179706f8391f03be91d951acafaeda91af7fac56beffb2701963103e423d
+ENV REDIS_VERSION 7.4-rc1
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.4-rc1.tar.gz
+ENV REDIS_DOWNLOAD_SHA 68d788fc2b50ba523d006be4b2f247daf8027a334925f730d3135094db49f454
 
 RUN set -eux; \
 	\
diff --git a/redis_6-alpine3.20/docker-entrypoint.sh b/redis_7.4-rc-alpine3.20/docker-entrypoint.sh
similarity index 100%
copy from redis_6-alpine3.20/docker-entrypoint.sh
copy to redis_7.4-rc-alpine3.20/docker-entrypoint.sh
diff --git a/redis_bookworm/Dockerfile b/redis_7.4-rc-bookworm/Dockerfile
similarity index 98%
copy from redis_bookworm/Dockerfile
copy to redis_7.4-rc-bookworm/Dockerfile
index 3e2fbd1..0e23fb5 100644
--- a/redis_bookworm/Dockerfile
+++ b/redis_7.4-rc-bookworm/Dockerfile
@@ -56,9 +56,9 @@ RUN set -eux; \
 	gosu --version; \
 	gosu nobody true
 
-ENV REDIS_VERSION 7.2.5
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.5.tar.gz
-ENV REDIS_DOWNLOAD_SHA 5981179706f8391f03be91d951acafaeda91af7fac56beffb2701963103e423d
+ENV REDIS_VERSION 7.4-rc1
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.4-rc1.tar.gz
+ENV REDIS_DOWNLOAD_SHA 68d788fc2b50ba523d006be4b2f247daf8027a334925f730d3135094db49f454
 
 RUN set -eux; \
 	\
diff --git a/redis_6-alpine3.20/docker-entrypoint.sh b/redis_7.4-rc-bookworm/docker-entrypoint.sh
similarity index 100%
copy from redis_6-alpine3.20/docker-entrypoint.sh
copy to redis_7.4-rc-bookworm/docker-entrypoint.sh

Relevant Maintainers:

@yosifkit yosifkit merged commit cea9925 into docker-library:master Jun 10, 2024
13 checks passed
@yosifkit yosifkit deleted the redis branch June 10, 2024 21:17
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