From 0195fdfd84b1d2bc40e017f3e783a9ad19d28f4c Mon Sep 17 00:00:00 2001 From: Xiaopeng Han Date: Thu, 10 Feb 2022 17:41:45 +0800 Subject: [PATCH 1/2] add useful istio examples --- mirror.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mirror.txt b/mirror.txt index 1f5f723..a357874 100644 --- a/mirror.txt +++ b/mirror.txt @@ -46,6 +46,14 @@ docker.io/grafana/grafana docker.io/haproxy docker.io/integratedcloudnative/ovn4nfv-k8s-plugin docker.io/istio/citadel +docker.io/istio/examples-helloworld-v1 +docker.io/istio/examples-helloworld-v2 +docker.io/istio/examples-bookinfo-details-v1 +docker.io/istio/examples-bookinfo-productpage-v1 +docker.io/istio/examples-bookinfo-ratings-v1 +docker.io/istio/examples-bookinfo-reviews-v1 +docker.io/istio/examples-bookinfo-reviews-v2 +docker.io/istio/examples-bookinfo-reviews-v3 docker.io/istio/galley docker.io/istio/kubectl docker.io/istio/mixer From 434cad9f2837a5e08319d983aa8783e8c72b44fd Mon Sep 17 00:00:00 2001 From: Xiaopeng Han Date: Thu, 10 Feb 2022 17:44:23 +0800 Subject: [PATCH 2/2] fix order --- mirror.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirror.txt b/mirror.txt index a357874..9de6676 100644 --- a/mirror.txt +++ b/mirror.txt @@ -46,14 +46,14 @@ docker.io/grafana/grafana docker.io/haproxy docker.io/integratedcloudnative/ovn4nfv-k8s-plugin docker.io/istio/citadel -docker.io/istio/examples-helloworld-v1 -docker.io/istio/examples-helloworld-v2 docker.io/istio/examples-bookinfo-details-v1 docker.io/istio/examples-bookinfo-productpage-v1 docker.io/istio/examples-bookinfo-ratings-v1 docker.io/istio/examples-bookinfo-reviews-v1 docker.io/istio/examples-bookinfo-reviews-v2 docker.io/istio/examples-bookinfo-reviews-v3 +docker.io/istio/examples-helloworld-v1 +docker.io/istio/examples-helloworld-v2 docker.io/istio/galley docker.io/istio/kubectl docker.io/istio/mixer