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

chenjunxu 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 ca3d33d  fix: ETCD container registry (#1649)
ca3d33d is described below

commit ca3d33d39dc9f682d9a1c80473824f2b6f4b162f
Author: nic-chen <[email protected]>
AuthorDate: Tue Mar 23 14:08:03 2021 +0800

    fix: ETCD container registry (#1649)
---
 api/test/docker-deploy/docker-compose.yaml | 2 +-
 api/test/docker/docker-compose.yaml        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/api/test/docker-deploy/docker-compose.yaml 
b/api/test/docker-deploy/docker-compose.yaml
index 8f7e800..a78debd 100644
--- a/api/test/docker-deploy/docker-compose.yaml
+++ b/api/test/docker-deploy/docker-compose.yaml
@@ -18,7 +18,7 @@ version: "3.6"
 
 services:
   etcd:
-    image: quay.io/coreos/etcd:v3.4.0
+    image: gcr.io/etcd-development/etcd:v3.4.0
     ports:
       - "2379:2379"
     expose:
diff --git a/api/test/docker/docker-compose.yaml 
b/api/test/docker/docker-compose.yaml
index 4378f6c..fdc9dd1 100644
--- a/api/test/docker/docker-compose.yaml
+++ b/api/test/docker/docker-compose.yaml
@@ -18,7 +18,7 @@ version: "3.6"
 
 services:
   node1:
-    image: quay.io/coreos/etcd:v3.4.0
+    image: gcr.io/etcd-development/etcd:v3.4.0
     ports:
       - "2379:2379"
     expose:
@@ -50,7 +50,7 @@ services:
       - docker-etcd
 
   node2:
-    image: quay.io/coreos/etcd:v3.4.0
+    image: gcr.io/etcd-development/etcd:v3.4.0
     networks:
       apisix_dashboard_e2e:
         ipv4_address: 172.16.238.11
@@ -80,7 +80,7 @@ services:
       - docker-etcd
 
   node3:
-    image: quay.io/coreos/etcd:v3.4.0
+    image: gcr.io/etcd-development/etcd:v3.4.0
     networks:
       apisix_dashboard_e2e:
         ipv4_address: 172.16.238.12

Reply via email to