edespino commented on PR #13:
URL: 
https://github.com/apache/cloudberry-devops-release/pull/13#issuecomment-2768905664

   **Timezone hardcoding**
   
       ln -snf /usr/share/zoneinfo/Europe/London is hardcoded, even though you 
have TIMEZONE_VAR.
       
   Fix: Use the variable:
       
       RUN ln -snf /usr/share/zoneinfo/${TIMEZONE_VAR} /etc/localtime && echo 
"${TIMEZONE_VAR}" > /etc/timezone
   


-- 
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: commits-unsubscr...@cloudberry.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to