Commit d818e2529569116b209aa81f5b73106ea40a5973
1 parent
a7c9faee
Exists in
master
Atualização para a nova localização do repositório do Apache Solr, necessário pa…
…ra obter o script de configuração do jetty.sh
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
solr/Dockerfile
... | ... | @@ -38,7 +38,7 @@ RUN echo "JAVA_OPTIONS='-Dsolr.solr.home=/opt/solr/example/solr $JAVA_OPTIONS'" |
38 | 38 | echo "JETTY_USER=solr" | tee -a /etc/default/jetty |
39 | 39 | |
40 | 40 | # Configuração do script de inicialização automática |
41 | -RUN wget -q -O /etc/init.d/solr http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk/jetty-distribution/src/main/resources/bin/jetty.sh && chmod +x /etc/init.d/solr | |
41 | +RUN wget -q -O /etc/init.d/solr https://raw.githubusercontent.com/eclipse/jetty.project/jetty-7/jetty-distribution/src/main/resources/bin/jetty.sh && chmod +x /etc/init.d/solr | |
42 | 42 | |
43 | 43 | # Criação dos diretório de armazenamento de índices |
44 | 44 | RUN mkdir /var/opt/sei && \ |
... | ... | @@ -116,4 +116,4 @@ WORKDIR /opt/solr/example |
116 | 116 | EXPOSE 8983 |
117 | 117 | |
118 | 118 | # Inicialização dos serviços Apache e Memcache |
119 | -CMD ["java", "-jar", "start.jar"] | |
120 | 119 | \ No newline at end of file |
120 | +CMD ["java", "-jar", "start.jar"] | ... | ... |