kokila-19 opened a new pull request, #5927:
URL: https://github.com/apache/hive/pull/5927

   …ArgInFrom
   
   ### What changes were proposed in this pull request?
   In the Dockerfile
   - Match the case for all keywords (UPPER CASE). 
   - Default value for BUILD_ENV argument.  "FROM" determines the base image 
for the build and arg BUILD_ENV is used here. If it is empty/invalid , the 
image will not be created. So docker lint checks for this issue. To avoid it, a 
default value needs to set. 
   
   ### Why are the changes needed?
   To remove the warnings thrown during docker build.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Create the docker image using build script for both hive and hms image.
   ./build.sh
   


-- 
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: gitbox-unsubscr...@hive.apache.org

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


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

Reply via email to