mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#9959)
This commit is contained in:
parent
0b1b47867a
commit
54c9b98221
|
@ -1 +1 @@
|
|||
e7a18fdf0943284c4c84732557db4b4be7a1222d
|
||||
56effa02ca79657bb302583886d2cfbc74abbea6
|
||||
|
|
|
@ -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}" "$@"
|
||||
|
|
Loading…
Reference in New Issue