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

Redis CE 8.0 Milestone 03 #18266

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Conversation

adamiBs
Copy link
Contributor

@adamiBs adamiBs commented Jan 21, 2025

Redis CE 8.0 Milestone 03.

  • Update to Redis 8.0 Milestone 03.
  • Add additional maintainers.

- Update to Redis 8.0 Milestone 03.
- Add additional maintainers.
Copy link

Diff for c278e42:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 47b0244..38bbe41 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,4 +1,4 @@
-Maintainers: Adam Ben Shmuel <[email protected]> (@adamiBs), Yossi Gottlieb <[email protected]> (@yossigo)
+Maintainers: Adam Ben Shmuel <[email protected]> (@adamiBs), Yossi Gottlieb <[email protected]> (@yossigo), Alexander Dobrzhansky <[email protected]> (@adobrzhansky), Max Berkman <[email protected]> (@maxb-io), Dagan Sandler <[email protected]> (@dagansandler)
 GitRepo: https://github.com/redis/docker-library-redis.git
 
 Tags: 6.2.17, 6.2, 6, 6.2.17-bookworm, 6.2-bookworm, 6-bookworm
@@ -31,14 +31,14 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: 8338d86bc3f7b195046138f8c31bf9a839cdedd3
 Directory: 7.4/alpine
 
-Tags: 8.0-M02, 8.0-M02-bookworm
+Tags: 8.0-M03, 8.0-M03-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitFetch: refs/heads/release/8.0
-GitCommit: f1e991818a8124502b5a4e8e6c7f4ae23d0c7bb4
+GitCommit: 7109557d2a7612b292a6ff2712eba560dc5e70bc
 Directory: debian
 
-Tags: 8.0-M02-alpine, 8.0-M02-alpine3.21
+Tags: 8.0-M03-alpine, 8.0-M03-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitFetch: refs/heads/release/8.0
-GitCommit: f1e991818a8124502b5a4e8e6c7f4ae23d0c7bb4
+GitCommit: 7109557d2a7612b292a6ff2712eba560dc5e70bc
 Directory: alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 0378889..4f602d0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -30,10 +30,10 @@ redis:7.4.2
 redis:7.4.2-alpine
 redis:7.4.2-alpine3.21
 redis:7.4.2-bookworm
-redis:8.0-M02
-redis:8.0-M02-alpine
-redis:8.0-M02-alpine3.21
-redis:8.0-M02-bookworm
+redis:8.0-M03
+redis:8.0-M03-alpine
+redis:8.0-M03-alpine3.21
+redis:8.0-M03-bookworm
 redis:alpine
 redis:alpine3.21
 redis:bookworm
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 67dab71..bc79197 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -2,7 +2,7 @@ redis:6-alpine3.21
 redis:6-bookworm
 redis:7.2-alpine3.21
 redis:7.2-bookworm
-redis:8.0-M02-alpine3.21
-redis:8.0-M02-bookworm
+redis:8.0-M03-alpine3.21
+redis:8.0-M03-bookworm
 redis:alpine3.21
 redis:bookworm
diff --git a/redis_8.0-M02-alpine3.21/Dockerfile b/redis_8.0-M03-alpine3.21/Dockerfile
similarity index 98%
rename from redis_8.0-M02-alpine3.21/Dockerfile
rename to redis_8.0-M03-alpine3.21/Dockerfile
index e0e3e41..657e9ba 100644
--- a/redis_8.0-M02-alpine3.21/Dockerfile
+++ b/redis_8.0-M03-alpine3.21/Dockerfile
@@ -1,4 +1,4 @@
-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; \
@@ -43,8 +43,8 @@ RUN set -eux; \
 	gosu --version; \
 	gosu nobody true
 
-ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.0-m02.tar.gz
-ENV REDIS_DOWNLOAD_SHA=c70d565c5403c5e8392942810e980b23478b82218f6069656ea51bc8978176c1
+ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.0-m03.tar.gz
+ENV REDIS_DOWNLOAD_SHA=46d9a1dfb22c48e4a114ad9b620986d8bbca811d347b1fe759b5bb7750dac5ad
 RUN set -eux; \
 	\
 	apk add --no-cache --virtual .build-deps \
diff --git a/redis_8.0-M02-alpine3.21/docker-entrypoint.sh b/redis_8.0-M03-alpine3.21/docker-entrypoint.sh
similarity index 100%
rename from redis_8.0-M02-alpine3.21/docker-entrypoint.sh
rename to redis_8.0-M03-alpine3.21/docker-entrypoint.sh
diff --git a/redis_8.0-M02-bookworm/Dockerfile b/redis_8.0-M03-bookworm/Dockerfile
similarity index 98%
rename from redis_8.0-M02-bookworm/Dockerfile
rename to redis_8.0-M03-bookworm/Dockerfile
index b9dc313..f307197 100644
--- a/redis_8.0-M02-bookworm/Dockerfile
+++ b/redis_8.0-M03-bookworm/Dockerfile
@@ -50,8 +50,8 @@ RUN set -eux; \
 	gosu --version; \
 	gosu nobody true
 
-ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.0-m02.tar.gz
-ENV REDIS_DOWNLOAD_SHA=c70d565c5403c5e8392942810e980b23478b82218f6069656ea51bc8978176c1
+ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.0-m03.tar.gz
+ENV REDIS_DOWNLOAD_SHA=46d9a1dfb22c48e4a114ad9b620986d8bbca811d347b1fe759b5bb7750dac5ad
 
 RUN set -eux; \
 	\
diff --git a/redis_8.0-M02-bookworm/docker-entrypoint.sh b/redis_8.0-M03-bookworm/docker-entrypoint.sh
similarity index 100%
rename from redis_8.0-M02-bookworm/docker-entrypoint.sh
rename to redis_8.0-M03-bookworm/docker-entrypoint.sh

Relevant Maintainers:

@adamiBs adamiBs closed this Jan 21, 2025
@adamiBs adamiBs reopened this Jan 21, 2025
@yosifkit
Copy link
Member

Welcome to the new maintainers! @dagansandler @maxb-io @adobrzhansky

@yosifkit yosifkit merged commit 6bf319d into docker-library:master Jan 21, 2025
26 checks passed
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