Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Ported dockerfile changes from g6n
Browse files Browse the repository at this point in the history
  • Loading branch information
evermind-micw committed Jan 9, 2017
1 parent c6fc392 commit 957ce58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ADD nginx.conf.tpl /etc/nginx/nginx.conf.tpl
ADD ./run.sh ./run.sh

# kopf
ENV KOPF_VERSION 2.0.1
RUN curl -s -L "https://github.com/lmenezes/elasticsearch-kopf/archive/v${KOPF_VERSION}.tar.gz" | \
ENV KOPF_VERSION 5.0.0
RUN curl -s -L "https://github.com/micw/elasticsearch-kopf/archive/v${KOPF_VERSION}.tar.gz" | \
tar xz -C /tmp && mv "/tmp/elasticsearch-kopf-${KOPF_VERSION}" /kopf

# logs
Expand Down

0 comments on commit 957ce58

Please sign in to comment.