kumaab commented on code in PR #601:
URL: https://github.com/apache/ranger/pull/601#discussion_r2199382499


##########
dev-support/ranger-docker/docker-compose.ranger.yml:
##########
@@ -4,9 +4,10 @@ services:
       context: .
       dockerfile: Dockerfile.ranger
       args:
+        - RANGER_BASE_IMAGE=${RANGER_BASE_IMAGE}
+        - RANGER_BASE_VERSION=${RANGER_BASE_VERSION}
         - RANGER_VERSION=${RANGER_VERSION}
         - RANGER_DB_TYPE=${RANGER_DB_TYPE}
-        - RANGER_ADMIN_JAVA_VERSION=${RANGER_ADMIN_JAVA_VERSION}

Review Comment:
   Sure, I've updated `.env` file to reflect this.
   `RANGER_BASE_BUILD_VERSION` can be independently used to choose the 
appropriate `apache/ranger-base` image to build Ranger with.
   `RANGER_BASE_VERSION` is to be used for shipping all dependent images, 
multiple versions of `apache/ranger` would be pushed for each JDK version using 
CI (TBD), so it can be run across different JDK versions at runtime. 



-- 
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: dev-unsubscr...@ranger.apache.org

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

Reply via email to