Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ ENV HTTPPROXY=""
ENV REPORTFMT="markdown"

RUN apk add --update --no-cache git build-base linux-headers python-dev openjdk8
RUN pip install esrally==$RALLYVER
RUN export http_proxy=$HTTPPROXY
RUN if [ -n "$HTTPPROXY" ]; then git config --global http.proxy $HTTPPROXY; fi
RUN pip install esrally==0.5.3

COPY config/$RALLYCONFIG /root/.rally/
COPY config/rally.ini /root/.rally/

CMD esrally $PIPELINE --target-hosts=$ENDPOINT $CREDENTIALS $CLUSTERHEALTH --report-format=$REPORTFMT
CMD esrally $PIPELINE --target-hosts=$ENDPOINT $CREDENTIALS $CLUSTERHEALTH
2 changes: 1 addition & 1 deletion config/rally.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[meta]
config.version = 8
config.version = 6

[system]
root.dir = /root/.rally/benchmarks
Expand Down