Skip to content

Commit

Permalink
Automator: update build-tools image@master in istio/common-files@master
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing committed Jul 14, 2023
1 parent 06f9f8d commit ed4bace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/.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-bf1f377887b89db50bac029964be90c538315e93",
"image": "gcr.io/istio-testing/build-tools:master-4a087e1c44282d9ab4be98989bfcb1ed01cfbcb4",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
Expand Down
2 changes: 1 addition & 1 deletion files/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-bf1f377887b89db50bac029964be90c538315e93
IMAGE_VERSION=master-4a087e1c44282d9ab4be98989bfcb1ed01cfbcb4
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit ed4bace

Please sign in to comment.