Skip to content

Commit

Permalink
Change Java version to 7 and Faban version to 1.3 in websearch (#137)
Browse files Browse the repository at this point in the history
- Fixes #135
  • Loading branch information
rahulketch authored and neo-apz committed Jun 25, 2018
1 parent 0eb75ed commit 0d08e94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions benchmarks/web-search/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cloudsuite/java
FROM cloudsuite/java:openjdk7
LABEL maintainer="Siddharth Gupta <siddharth.gupta@epfl.ch>"

ENV FABAN_USER faban
Expand All @@ -11,6 +11,7 @@ RUN apt-get update -y \

ENV BASE_PATH /usr/src
ENV FABAN_HOME $BASE_PATH/faban
ENV FABAN_VERSION 1.3
ENV PACKAGES_URL http://lsi-www.epfl.ch/parsa
ENV SEARCH_DRIVER_URL $PACKAGES_URL/search.tar.gz
ENV FABAN_PORT 9980
Expand All @@ -33,8 +34,8 @@ ENV AGENT_ID 1
ENV NUM_AGENTS 1

RUN cd $BASE_PATH \
&& wget "faban.org/downloads/faban-kit-latest.tar.gz" \
&& tar -xzf faban-kit-latest.tar.gz
&& wget "faban.org/downloads/faban-kit-$FABAN_VERSION.tar.gz" \
&& tar -xzf faban-kit-$FABAN_VERSION.tar.gz

RUN cd $BASE_PATH \
&& wget "archive.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" \
Expand Down

0 comments on commit 0d08e94

Please sign in to comment.