File tree Expand file tree Collapse file tree 7 files changed +11
-10
lines changed
Expand file tree Collapse file tree 7 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " istio build-tools" ,
3- "image" : " gcr. io/istio- testing/build-tools:master-4951619bfdb0252ff587946a4540955b1ae06199 " ,
3+ "image" : " registry.istio. io/testing/build-tools:master-b7201a4e3411e85dff202449182d26efd7491b89 " ,
44 "privileged" : true ,
55 "remoteEnv" : {
66 "USE_GKE_GCLOUD_AUTH_PLUGIN" : " True" ,
Original file line number Diff line number Diff line change 1- 9cd1e7131baaace3d78746ccdf75477d1d89aa53
1+ ef6a4e56b90f8868edb8624afd8c22cc14073af2
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ trustedRegistries:
1313 - gcr.io
1414 - docker.io
1515 - quay.io
16+ - registry.istio.io
1617 - " *.pkg.dev"
1718 - " cgr.dev"
Original file line number Diff line number Diff line change 3232# ###################################################################
3333
3434# DEFAULT_KIND_IMAGE is used to set the Kubernetes version for KinD unless overridden in params to setup_kind_cluster(s)
35- DEFAULT_KIND_IMAGE=" gcr. io/istio- testing/kind-node:v1.35.0"
35+ DEFAULT_KIND_IMAGE=" registry.istio. io/testing/kind-node:v1.35.0"
3636
3737# the default kind cluster should be ipv4 if not otherwise specified
3838KIND_IP_FAMILY=" ${KIND_IP_FAMILY:- ipv4} "
Original file line number Diff line number Diff line change 11# Downloaded from https://github.com/metallb/metallb/raw/v0.13.12/config/manifests/metallb-native.yaml
2- # With quay.io hub replaced with gcr. io/istio- testing
2+ # With quay.io hub replaced with registry.istio. io/testing
33# And probes tuned to startup faster
44apiVersion : v1
55kind : Namespace
@@ -1533,7 +1533,7 @@ spec:
15331533 value : memberlist
15341534 - name : METALLB_DEPLOYMENT
15351535 value : controller
1536- image : gcr. io/istio- testing/metallb/controller:v0.14.3
1536+ image : registry.istio. io/testing/metallb/controller:v0.14.3
15371537 livenessProbe :
15381538 failureThreshold : 3
15391539 httpGet :
@@ -1634,7 +1634,7 @@ spec:
16341634 value : app=metallb,component=speaker
16351635 - name : METALLB_ML_SECRET_KEY_PATH
16361636 value : /etc/ml_secret_key
1637- image : gcr. io/istio- testing/metallb/speaker:v0.14.3
1637+ image : registry.istio. io/testing/metallb/speaker:v0.14.3
16381638 livenessProbe :
16391639 failureThreshold : 3
16401640 httpGet :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if [[ -z "${IGNORE_DIRTY_TREE}" ]] && ! git diff-index --quiet HEAD --; then
3636fi
3737
3838GIT_DESCRIBE_TAG=$( git describe --tags --always)
39- HUB=${HUB:- " docker. io/istio " }
39+ HUB=${HUB:- " registry.istio. io/release " }
4040
4141# used by common/scripts/gobuild.sh
4242echo " istio.io/istio/pkg/version.buildVersion=${VERSION:- $BUILD_GIT_REVISION } "
Original file line number Diff line number Diff line change 7474fi
7575
7676# Build image to use
77- TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:- gcr .io}
78- PROJECT_ID=${PROJECT_ID:- istio- testing}
77+ TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:- registry.istio .io}
78+ PROJECT_ID=${PROJECT_ID:- testing}
7979if [[ " ${IMAGE_VERSION:- } " == " " ]]; then
80- IMAGE_VERSION=master-4951619bfdb0252ff587946a4540955b1ae06199
80+ IMAGE_VERSION=master-b7201a4e3411e85dff202449182d26efd7491b89
8181fi
8282if [[ " ${IMAGE_NAME:- } " == " " ]]; then
8383 IMAGE_NAME=build-tools
You can’t perform that action at this time.
0 commit comments