From 7b5c188c8516a62f7babc3c38e55d2c47cf48a0a Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 3 Nov 2021 11:33:23 -0700 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#10461) --- common/.commonfiles.sha | 2 +- common/config/.hadolint.yml | 1 + common/scripts/setup_env.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 72a62d3a84..51d4f3dd3b 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -0f290e0f7ff46684d12b5378dec0ad06257ec424 +b98481deef184d232f278a7d3b34260a02eb5e62 diff --git a/common/config/.hadolint.yml b/common/config/.hadolint.yml index c29ce1a8b7..fb0f74b656 100644 --- a/common/config/.hadolint.yml +++ b/common/config/.hadolint.yml @@ -7,6 +7,7 @@ ignored: - DL3008 + - DL3059 trustedRegistries: - gcr.io diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 35c557f0b4..6c7d770028 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -65,7 +65,7 @@ fi # Build image to use if [[ "${IMAGE_VERSION:-}" == "" ]]; then - export IMAGE_VERSION=master-2021-11-01T19-11-43 + export IMAGE_VERSION=master-2021-11-03T16-01-09 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then export IMAGE_NAME=build-tools