rameeshm commented on code in PR #809:
URL: https://github.com/apache/ranger/pull/809#discussion_r2700711685


##########
dev-support/ranger-docker/docker-compose.ranger-opensearch.yml:
##########
@@ -0,0 +1,40 @@
+services:
+  ranger-opensearch:
+    build:
+      context: .
+      dockerfile: Dockerfile.ranger-opensearch
+      args:
+        - RANGER_BASE_IMAGE=${RANGER_BASE_IMAGE}
+        - RANGER_BASE_VERSION=${RANGER_BASE_VERSION}
+        - OPENSEARCH_VERSION=${OPENSEARCH_VERSION}
+        - KERBEROS_ENABLED=${KERBEROS_ENABLED}
+    image: ranger-opensearch

Review Comment:
   @kumaab  I need a version which can be compiled with jdk 8 till we support 
jdk 11 and above, that is why I didn't look for the image. Also this has some 
flexibility when it comes to configuring ranger plugin at some point, so 
following how the other docker service for hadoop, hive are done.



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