This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 5abeaa223b [ENHANCEMENT] Do not depend on no longer compliant bitnami 
images
5abeaa223b is described below

commit 5abeaa223b94b7b9adf50eab7ac08e65e4526187
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Thu Sep 4 17:14:23 2025 +0200

    [ENHANCEMENT] Do not depend on no longer compliant bitnami images
---
 examples/oidc/docker-compose.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/examples/oidc/docker-compose.yml b/examples/oidc/docker-compose.yml
index 1e4be752b0..a27f1ff294 100644
--- a/examples/oidc/docker-compose.yml
+++ b/examples/oidc/docker-compose.yml
@@ -66,9 +66,8 @@ services:
 
   redis:
     container_name: redis.example.com
-    image: bitnami/redis:7.0.4-debian-11-r25
-    environment:
-      - REDIS_PASSWORD=secret1
+    image: redis:8.2.1-bookworm
+    command: ["redis-server", "--requirepass", "secret1"]
     networks:
       - james
     ports:


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to