Skip to content

Commit 5134993

Browse files
Automator: update common-files@master in istio/istio.io@master (istio#16359)
1 parent d998e3e commit 5134993

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-dbd3c673faecfbd1910fdb09012099fa184dde92",
3+
"image": "gcr.io/istio-testing/build-tools:master-4118cfc2b385ebb43ead1f845f744f27e392398b",
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-
be2062872f1e6f4e619cd416402d405d83d81a70
1+
d290a8ea595cda7473dcf08738f35a0dcd163d88

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-dbd3c673faecfbd1910fdb09012099fa184dde92
78+
IMAGE_VERSION=master-4118cfc2b385ebb43ead1f845f744f27e392398b
7979
fi
8080
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8181
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)