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

young pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 39be363cd fix: update etcd image to bitnamilegacy/etcd:3.5 (#3224)
39be363cd is described below

commit 39be363cdbc5395d3163572c532be95f3dbad03a
Author: Gurleen Kaur <[email protected]>
AuthorDate: Tue Oct 14 12:36:57 2025 +0530

    fix: update etcd image to bitnamilegacy/etcd:3.5 (#3224)
    
    The Bitnami etcd image (bitnami/etcd:3.5) is deprecated and no longer 
available in Docker Hub.
    Updated the reference in e2e/server/docker-compose.common.yml to use 
bitnamilegacy/etcd:3.5 instead.
    This resolves the dev container build failure mentioned in issue #3220.
---
 e2e/server/docker-compose.common.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/e2e/server/docker-compose.common.yml 
b/e2e/server/docker-compose.common.yml
index 729653369..8e7e16401 100644
--- a/e2e/server/docker-compose.common.yml
+++ b/e2e/server/docker-compose.common.yml
@@ -27,7 +27,8 @@ services:
       - apisix
 
   etcd:
-    image: bitnami/etcd:3.5
+    image: bitnamilegacy/etcd:3.5
+
     restart: always
     volumes:
       - etcd_data:/bitnami/etcd

Reply via email to