diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d1e29878..9cf3aba0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "istio build-tools", - "image": "gcr.io/istio-testing/build-tools:master-6ee6a64cac34c715a064d25abb2fa06cda40939d", + "image": "gcr.io/istio-testing/build-tools:master-6a1c744ef226989e2d5be532282f9098f77877fd", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index acf6f6a2..b21bc758 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -aeb5bbf66f30b08418bce67ccd167384dfd3442a +2dfbf3bcd0b3c217b5d8a285472cabf492f8eae3 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 2c1578ff..73830414 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -75,7 +75,7 @@ fi TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io} PROJECT_ID=${PROJECT_ID:-istio-testing} if [[ "${IMAGE_VERSION:-}" == "" ]]; then - IMAGE_VERSION=master-6ee6a64cac34c715a064d25abb2fa06cda40939d + IMAGE_VERSION=master-6a1c744ef226989e2d5be532282f9098f77877fd fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools