mneethiraj commented on code in PR #810:
URL: https://github.com/apache/ranger/pull/810#discussion_r2707189719


##########
dev-support/ranger-docker/Dockerfile.ranger-solr:
##########
@@ -37,5 +39,18 @@ COPY ./scripts/kdc/krb5.conf             /etc/krb5.conf
 RUN chown -R solr:solr /opt/solr/server/solr/configsets/ranger_audits/
 RUN chmod +x /home/ranger/scripts/ranger-solr.sh 
/home/ranger/scripts/wait_for_keytab.sh 
/home/ranger/scripts/wait_for_testusers_keytab.sh
 
+# Copy Ranger plugin
+RUN mkdir -p /opt/ranger /home/ranger/dist /home/ranger/scripts
+
+COPY ./dist/ranger-${SOLR_PLUGIN_VERSION}-solr-plugin.tar.gz /home/ranger/dist/
+COPY ./scripts/solr/core-site.xml                            
/home/ranger/scripts/

Review Comment:
   @kumaab  - I see that all containers running Ranger plugins needs similar 
update, to use volumes. I suggest to track this update in a subsequent patch.



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