Skip to content

Commit 2565f61

Browse files
Automator: update common-files@master in istio/api@master (#2995)
1 parent 08cf1c1 commit 2565f61

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-6865f52b2b5fc0633b0ec9ab9b1c476b83cd7d04",
3+
"image": "gcr.io/istio-testing/build-tools:master-bec02d1500de2bedfda86c3093d3be4ce8be2656",
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-
589baa27f43918b200fe2d0e4d1fcce6c5b4d4e4
1+
ab0b57e4fa6c87904afcece7fa70486b52f5463e

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

0 commit comments

Comments
 (0)