Skip to content

Commit

Permalink
Merge pull request #147 from dlumbrer/integration-6.8.6
Browse files Browse the repository at this point in the history
[docker] Release docker image secured-v6.8.6-3
  • Loading branch information
dlumbrer authored Jun 9, 2020
2 parents 377b0f1 + 3c6827d commit 641ef29
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 @@ -42,8 +42,8 @@ RUN gem install rake && \
gem install fpm -v 1.5.0 && \
gem install pleaserun -v 0.0.24
# Download Kibiter release
RUN curl -o /tmp/kibiter-6.8.6-linux-x86_64-2.tar.gz -sSL https://github.com/chaoss/grimoirelab-kibiter/releases/download/secured-v6.8.6-2/kibiter-6.8.6-linux-x86_64-2.tar.gz && \
tar xfz /tmp/kibiter-6.8.6-linux-x86_64-2.tar.gz --directory /opt && \
RUN curl -o /tmp/kibiter-6.8.6-linux-x86_64-3.tar.gz -sSL https://github.com/chaoss/grimoirelab-kibiter/releases/download/secured-v6.8.6-3/kibiter-6.8.6-linux-x86_64-3.tar.gz && \
tar xfz /tmp/kibiter-6.8.6-linux-x86_64-3.tar.gz --directory /opt && \
mv /opt/kibiter-6.8.6-linux-x86_64 /opt/kibana && \
chown -R kibana:kibana /opt/kibana
# Install dotplot plugin: https://github.com/dlumbrer/kbn_dotplot
Expand Down

0 comments on commit 641ef29

Please sign in to comment.