Automator: update common-files@master in istio/istio.io@master (#9959)

This commit is contained in:
Istio Automation 2021-06-22 08:08:52 -07:00 committed by GitHub
parent 0b1b47867a
commit 54c9b98221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
e7a18fdf0943284c4c84732557db4b4be7a1222d
56effa02ca79657bb302583886d2cfbc74abbea6

View File

@ -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}" "$@"