Skip to content

Commit baa1b00

Browse files
committed
Automator: update common-files@master in istio/bots@master
1 parent f820055 commit baa1b00

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9cd1e7131baaace3d78746ccdf75477d1d89aa53
1+
ef6a4e56b90f8868edb8624afd8c22cc14073af2

common/config/.hadolint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

common/scripts/kind_provisioner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set -x
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
3838
KIND_IP_FAMILY="${KIND_IP_FAMILY:-ipv4}"

common/scripts/metallb-native.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
apiVersion: v1
55
kind: 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:

common/scripts/report_build_info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [[ -z "${IGNORE_DIRTY_TREE}" ]] && ! git diff-index --quiet HEAD --; then
3636
fi
3737

3838
GIT_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
4242
echo "istio.io/istio/pkg/version.buildVersion=${VERSION:-$BUILD_GIT_REVISION}"

common/scripts/setup_env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ else
7474
fi
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}
7979
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
80-
IMAGE_VERSION=master-4951619bfdb0252ff587946a4540955b1ae06199
80+
IMAGE_VERSION=master-b7201a4e3411e85dff202449182d26efd7491b89
8181
fi
8282
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8383
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)