Skip to content

Commit

Permalink
Update dockerfile to version 8.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsbrouwer committed Feb 2, 2020
1 parent 134b784 commit 5638981
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatically generated Dockerfile
# - Build 2019-06-05 17:33
# - Build 2020-02-02 17:12
# - Lucene/Solr version 8.1.1
# - Mtas release 8.1.1.0
# - Mtas release 8.1.1.1
#

FROM ubuntu:16.04
Expand All @@ -15,7 +15,7 @@ WORKDIR "/root"

RUN mkdir lib

ADD https://github.com/textexploration/mtas/releases/download/v8.1.1.0/mtas-8.1.1.0.jar /root/lib/
ADD https://github.com/textexploration/mtas/releases/download/v8.1.1.1/mtas-8.1.1.1.jar /root/lib/

RUN apt-get update && apt-get install -y locales lsof software-properties-common python-software-properties apache2 curl subversion && \
locale-gen en_US.UTF-8 en_US && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US:en
Expand Down Expand Up @@ -74,9 +74,9 @@ RUN service apache2 stop && \
chmod -R 755 /var/www/html && \
printf "echo\n" >> /start.sh && \
printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh && \
printf "echo \" Timestamp 2019-06-05 17:33\"\n" >> /start.sh && \
printf "echo \" Timestamp 2020-02-02 17:12\"\n" >> /start.sh && \
printf "echo \" Lucene/Solr version 8.1.1\"\n" >> /start.sh && \
printf "echo \" Mtas release 8.1.1.0\"\n" >> /start.sh && \
printf "echo \" Mtas release 8.1.1.1\"\n" >> /start.sh && \
printf "echo \" See https://textexploration.github.io/mtas/ for more information\"\n" >> /start.sh && \
printf "echo \"=======================================================================\"\n" >> /start.sh && \
printf "echo\n" >> /start.sh && \
Expand All @@ -85,7 +85,7 @@ RUN service apache2 stop && \
mkdir demo1 && mkdir demo1/lib && mkdir demo1/conf && \
echo "name=demo1" > demo1/core.properties && \
cp lib/commons-math3-3.6.1.jar demo1/lib/ && \
cp lib/mtas-8.1.1.0.jar demo1/lib/ && \
cp lib/mtas-8.1.1.1.jar demo1/lib/ && \
cp data/solrconfig.xml demo1/conf/ && \
cp data/schemaBasic.xml demo1/conf/schema.xml && \
cp -r data/mtas demo1/conf/ && cp data/mtas.xml demo1/conf/ && \
Expand Down

0 comments on commit 5638981

Please sign in to comment.