Skip to content

Commit

Permalink
Automator: update common-files@master in istio/ztunnel@master (istio#…
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Jun 5, 2024
1 parent 9807f41 commit 83f9791
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-9207c29ca53785f9b9b1a67326d2daf2eec39b0a",
"image": "gcr.io/istio-testing/build-tools:master-a190abd165fe1155e0d31c207223b9ee2ded0b24",
"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 @@
227a3c84e7a83be4d2cbe9eb219c4de7979415e2
58bbdce175e58b89c3b090d8dc596d29a299dd8f
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-9207c29ca53785f9b9b1a67326d2daf2eec39b0a
IMAGE_VERSION=master-a190abd165fe1155e0d31c207223b9ee2ded0b24
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit 83f9791

Please sign in to comment.