mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#8218)
This commit is contained in:
parent
84cb2189f2
commit
d28ec76fac
|
@ -1 +1 @@
|
|||
80e903ccee6a5260921471e5966cde6bdfc70430
|
||||
643c554bf4848c8618f70902ee1875ba8ad93b59
|
||||
|
|
|
@ -66,7 +66,7 @@ if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
|||
fi
|
||||
|
||||
export UID
|
||||
DOCKER_GID=$(grep '^docker:' /etc/group | cut -f3 -d:)
|
||||
DOCKER_GID="${DOCKER_GID:-$(grep '^docker:' /etc/group | cut -f3 -d:)}"
|
||||
export DOCKER_GID
|
||||
|
||||
TIMEZONE=$(readlink "$readlink_flags" /etc/localtime | sed -e 's/^.*zoneinfo\///')
|
||||
|
|
Loading…
Reference in New Issue