szaszm commented on code in PR #1356:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1356#discussion_r902925494
##########
docker/Dockerfile:
##########
@@ -175,6 +175,7 @@ RUN addgroup -g ${GID} ${USER} && adduser -u ${UID} -D -G
${USER} -g "" ${USER}
# Copy built minifi distribution from builder
COPY --from=build --chown=${USER}:${USER} ${MINIFI_VERSIONED_HOME}
${MINIFI_HOME}
COPY --from=build --chown=${USER}:${USER}
${MINIFI_BASE_DIR}/docker/conf/minifi-log.properties
${MINIFI_HOME}/conf/minifi-log.properties
+RUN echo "UTC" > /etc/timezone
Review Comment:
I'm also thinking whether we should somehow use the host system's timezone
instead of hardcoding UTC in the docker image, but I don't know how to
accomplish that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]