This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git


The following commit(s) were added to refs/heads/master by this push:
     new 79b5ddd  Fix ambari-infra-solr docker container file permissions
79b5ddd is described below

commit 79b5ddd206ea4808715db93bc89f1a3d56c5991f
Author: Oliver Szabo <[email protected]>
AuthorDate: Fri Nov 30 21:34:28 2018 +0100

    Fix ambari-infra-solr docker container file permissions
---
 jenkins/containers/docker-infra-solr/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins/containers/docker-infra-solr/Dockerfile 
b/jenkins/containers/docker-infra-solr/Dockerfile
index cdab2cc..e5406d1 100644
--- a/jenkins/containers/docker-infra-solr/Dockerfile
+++ b/jenkins/containers/docker-infra-solr/Dockerfile
@@ -43,6 +43,7 @@ RUN find /usr/lib/ambari-infra-solr -type d -exec chmod 755 
{} +
 RUN find /usr/lib/ambari-infra-solr -type f -exec chmod 644 {} +
 RUN find /usr/lib/ambari-infra-solr-client -type d -exec chmod 755 {} +
 RUN find /usr/lib/ambari-infra-solr-client -type f -exec chmod 644 {} +
+RUN chmod +x /usr/lib/ambari-infra-solr/bin/solr && chmod +x 
/usr/lib/ambari-infra-solr/bin/solr.in.sh
 
 USER $SOLR_USER
 

Reply via email to