kumaab commented on code in PR #809:
URL: https://github.com/apache/ranger/pull/809#discussion_r2700706287
##########
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:
It will be good to build on top of the image `OpenSearch` provides:
https://hub.docker.com/r/opensearchproject/opensearch.
Published versions can be seen here:
https://hub.docker.com/r/opensearchproject/opensearch/tags
--
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]