File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,16 @@ ENV MARKLOGIC_INSTALL_DIR=/opt/MarkLogic \
118
118
MARKLOGIC_WALLET_PASSWORD_FILE=mldb_wallet_password \
119
119
BUILD_BRANCH=${BUILD_BRANCH} \
120
120
MARKLOGIC_JOIN_TLS_ENABLED=false \
121
- TZ=:/etc/localtime \
121
+ TZ=Europe/Paris \
122
122
OVERWRITE_ML_CONF=true \
123
123
MARKLOGIC_EC2_HOST=0
124
-
124
+
125
+ ################################################################
126
+ # Set Timezone
127
+ ################################################################
128
+
129
+ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
130
+
125
131
################################################################
126
132
# Set appropriate authorisation to MARKLOGIC_DATA_DIR
127
133
################################################################
Original file line number Diff line number Diff line change 65
65
[[ " ${MARKLOGIC_PID_FILE} " ]] && echo " export MARKLOGIC_PID_FILE=$MARKLOGIC_PID_FILE " >> /etc/marklogic.conf
66
66
[[ " ${MARKLOGIC_UMASK} " ]] && echo " export MARKLOGIC_UMASK=$MARKLOGIC_UMASK " >> /etc/marklogic.conf
67
67
[[ " ${TZ} " ]] && echo " export TZ=$TZ " >> /etc/marklogic.conf
68
- [[ " ${MARKLOGIC_ADMIN_USERNAME} " ]] && echo " export MARKLOGIC_ADMIN_USERNAME=$MARKLOGIC_ADMIN_USERNAME " >> /etc/marklogic.conf
69
- [[ " ${MARKLOGIC_ADMIN_PASSWORD} " ]] && echo " export MARKLOGIC_ADMIN_PASSWORD=$MARKLOGIC_ADMIN_PASSWORD " >> /etc/marklogic.conf
70
- [[ " ${MARKLOGIC_WALLET_PASSWORD} " ]] && echo " export MARKLOGIC_WALLET_PASSWORD=$MARKLOGIC_WALLET_PASSWORD " >> /etc/marklogic.conf
71
- [[ " ${REALM} " ]] && echo " export REALM=$REALM " >> /etc/marklogic.conf
72
- [[ " ${MARKLOGIC_LICENSEE} " ]] && echo " export MARKLOGIC_LICENSEE=$MARKLOGIC_LICENSEE " >> /etc/marklogic.conf
73
- [[ " ${MARKLOGIC_LICENSE_KEY} " ]] && echo " export MARKLOGIC_LICENSE_KEY=$MARKLOGIC_LICENSE_KEY " >> /etc/marklogic.conf
74
- [[ " ${MARKLOGIC_GROUP} " ]] && echo " export MARKLOGIC_GROUP=$MARKLOGIC_GROUP " >> /etc/marklogic.conf
75
68
[[ " ${ML_HUGEPAGES_TOTAL} " ]] && echo " export ML_HUGEPAGES_TOTAL=$ML_HUGEPAGES_TOTAL " >> /etc/marklogic.conf
76
69
[[ " ${MARKLOGIC_DISABLE_JVM} " ]] && echo " export MARKLOGIC_DISABLE_JVM=$MARKLOGIC_DISABLE_JVM " >> /etc/marklogic.conf
77
70
[[ " ${MARKLOGIC_USER} " ]] && echo " export MARKLOGIC_USER=$MARKLOGIC_USER " >> /etc/marklogic.conf
You can’t perform that action at this time.
0 commit comments