Skip to content

Commit ca3d33d

Browse files
authored
fix: ETCD container registry (#1649)
1 parent 2f5d27c commit ca3d33d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/test/docker-deploy/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: "3.6"
1818

1919
services:
2020
etcd:
21-
image: quay.io/coreos/etcd:v3.4.0
21+
image: gcr.io/etcd-development/etcd:v3.4.0
2222
ports:
2323
- "2379:2379"
2424
expose:

api/test/docker/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: "3.6"
1818

1919
services:
2020
node1:
21-
image: quay.io/coreos/etcd:v3.4.0
21+
image: gcr.io/etcd-development/etcd:v3.4.0
2222
ports:
2323
- "2379:2379"
2424
expose:
@@ -50,7 +50,7 @@ services:
5050
- docker-etcd
5151

5252
node2:
53-
image: quay.io/coreos/etcd:v3.4.0
53+
image: gcr.io/etcd-development/etcd:v3.4.0
5454
networks:
5555
apisix_dashboard_e2e:
5656
ipv4_address: 172.16.238.11
@@ -80,7 +80,7 @@ services:
8080
- docker-etcd
8181

8282
node3:
83-
image: quay.io/coreos/etcd:v3.4.0
83+
image: gcr.io/etcd-development/etcd:v3.4.0
8484
networks:
8585
apisix_dashboard_e2e:
8686
ipv4_address: 172.16.238.12

0 commit comments

Comments
 (0)