Skip to content

Commit

Permalink
Automator: update common-files@release-1.19 in istio/release-builder@…
Browse files Browse the repository at this point in the history
…release-1.19 (#1628)
  • Loading branch information
istio-testing authored Sep 7, 2023
1 parent 02187ff commit a458471
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:release-1.19-04ab00931b61c082300832a7dd51634e5e3634ad",
"image": "gcr.io/istio-testing/build-tools:release-1.19-2c811198beb59ea19c456059fc940eef9537f311",
"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 @@
7e70846d29abf39ce5d32b909d0b079029956c2d
c990fde819fda192b6824a901dfce200604ed018
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=release-1.19-04ab00931b61c082300832a7dd51634e5e3634ad
IMAGE_VERSION=release-1.19-2c811198beb59ea19c456059fc940eef9537f311
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit a458471

Please sign in to comment.