Skip to content

Commit

Permalink
Automator: update common-files@master in istio/api@master (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Aug 30, 2023
1 parent 68bd84f commit d292c26
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-fe2a9dec75f802793d2a4e4d63b8622e49e2aba8",
"image": "gcr.io/istio-testing/build-tools:master-1910456f932b25c53af846d99330f74d6569edb8",
"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 @@
085eb1461a95640fc545d9d686a46dc9e64520da
329b71f9fffd12b4f3a0db1dff6188a5def370ba
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-fe2a9dec75f802793d2a4e4d63b8622e49e2aba8
IMAGE_VERSION=master-1910456f932b25c53af846d99330f74d6569edb8
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit d292c26

Please sign in to comment.