From 54c9b9822136eee99ccea1b85a3ad44377a7a03c Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 22 Jun 2021 08:08:52 -0700 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#9959) --- common/.commonfiles.sha | 2 +- common/scripts/run.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 975d12ee77..a76f8ed0d5 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -e7a18fdf0943284c4c84732557db4b4be7a1222d +56effa02ca79657bb302583886d2cfbc74abbea6 diff --git a/common/scripts/run.sh b/common/scripts/run.sh index 558682ff56..271fe77a2d 100755 --- a/common/scripts/run.sh +++ b/common/scripts/run.sh @@ -55,9 +55,9 @@ read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}" --env-file <(env | grep -v ${ENV_BLOCKLIST}) \ -e IN_BUILD_CONTAINER=1 \ -e TZ="${TIMEZONE:-$TZ}" \ - --mount "type=bind,source=${MOUNT_SOURCE},destination=/work,consistency=cached" \ - --mount "type=volume,source=go,destination=/go,consistency=cached" \ - --mount "type=volume,source=gocache,destination=/gocache,consistency=cached" \ - --mount "type=volume,source=cache,destination=/home/.cache,consistency=cached" \ + --mount "type=bind,source=${MOUNT_SOURCE},destination=/work" \ + --mount "type=volume,source=go,destination=/go" \ + --mount "type=volume,source=gocache,destination=/gocache" \ + --mount "type=volume,source=cache,destination=/home/.cache" \ ${CONDITIONAL_HOST_MOUNTS} \ -w "${MOUNT_DEST}" "${IMG}" "$@"