Skip to content

Commit

Permalink
Automator: update common-files@master in istio/api@master (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Nov 1, 2023
1 parent 1a9079e commit b23c545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-d08ad061e2cbf7137a09131fdec69c71bd5fbc8a",
"image": "gcr.io/istio-testing/build-tools:master-9450f42f41d25c3aaaf9ab22de8f02e32e34ac73",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5070b5b08b710fd3241932d794f15b339ca34db5
b3260641c957dabe3d0c24ba1199793aa5a09ce7
2 changes: 1 addition & 1 deletion common/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-d08ad061e2cbf7137a09131fdec69c71bd5fbc8a
IMAGE_VERSION=master-9450f42f41d25c3aaaf9ab22de8f02e32e34ac73
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit b23c545

Please sign in to comment.