Skip to content

Commit 6cb6c54

Browse files
Automator: update common-files@master in istio/istio.io@master (#16268)
1 parent f4f18a4 commit 6cb6c54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

+1-1
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-04cc5a5796aede846eaea86cb5532921a47335a0",
3+
"image": "gcr.io/istio-testing/build-tools:master-50d8da61adc0b132617c42d3c548da0f8791a3ef",
44
"privileged": true,
55
"remoteEnv": {
66
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

common/.commonfiles.sha

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7a71f76578e1450456917eb45037987f6606ac3d
1+
9e1d80b1d6e11515663e9eda1fb528ff4f129589

common/scripts/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
7676
PROJECT_ID=${PROJECT_ID:-istio-testing}
7777
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
78-
IMAGE_VERSION=master-04cc5a5796aede846eaea86cb5532921a47335a0
78+
IMAGE_VERSION=master-50d8da61adc0b132617c42d3c548da0f8791a3ef
7979
fi
8080
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8181
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)