kumaab opened a new pull request, #813:
URL: https://github.com/apache/ranger/pull/813

   ## What changes were proposed in this pull request?
   
   Warnings from BuildKit during the docker build:
   
   ```
   2025-08-29T04:59:18.8132073Z #2 WARN: InvalidDefaultArgInFrom: Default value 
for ARG ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION} results in empty or invalid 
base image name (line 20)
   2025-08-29T04:59:18.8133508Z #2 WARN: InvalidDefaultArgInFrom: Default value 
for ARG ranger_${RANGER_DB_TYPE} results in empty or invalid base image name 
(line 61)
   ```
   
   To silence these warnings, the best way seems to be to use sentinel 
placeholders instead of duplicating raw values from `.env` file. Maintaining 
versions in multiple files is an overhead so using placeholders is a good 
approach to take.
   
   
   ## How was this patch tested?
   Pending
   


-- 
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]

Reply via email to