Skip to content

Commit 3606e77

Browse files
Automator: update common-files@master in istio/proxy@master (#6909)
1 parent 9ce2ebb commit 3606e77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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-proxy:master-4951619bfdb0252ff587946a4540955b1ae06199",
3+
"image": "gcr.io/istio-testing/build-tools-proxy:master-18a3564e33b199835e7839552831796bf9f22f78",
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+
3c8db0df3b4f57bf67bb9596f847f7d53d3b3483

common/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fi
7777
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
7878
PROJECT_ID=${PROJECT_ID:-istio-testing}
7979
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
80-
IMAGE_VERSION=master-4951619bfdb0252ff587946a4540955b1ae06199
80+
IMAGE_VERSION=master-18a3564e33b199835e7839552831796bf9f22f78
8181
fi
8282
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8383
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)