Skip to content

Commit

Permalink
Merge pull request #36 from gerardorochin/update_4_4_1
Browse files Browse the repository at this point in the history
Update to 4.4.1, 4.3.2, 4.1.5
  • Loading branch information
tianon committed Feb 15, 2016
2 parents d760012 + 279f419 commit 84aebc7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 4.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN set -x \
&& chmod +x /usr/local/bin/tini \
&& tini -h

ENV KIBANA_VERSION 4.1.4
ENV KIBANA_SHA1 f88a7ad612b4e7129a951cf0e64429e63d847ed9
ENV KIBANA_VERSION 4.1.5
ENV KIBANA_SHA1 7c1e597f69abd2c9c2b4de045350199d8b187a9a

RUN set -x \
&& curl -fSL "https://download.elastic.co/kibana/kibana/kibana-${KIBANA_VERSION}-linux-x64.tar.gz" -o kibana.tar.gz \
Expand Down
4 changes: 2 additions & 2 deletions 4.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN set -x \
&& chmod +x /usr/local/bin/tini \
&& tini -h

ENV KIBANA_VERSION 4.3.1
ENV KIBANA_SHA1 115ba22882df75eb5f07330b7ad8781a57569b00
ENV KIBANA_VERSION 4.3.2
ENV KIBANA_SHA1 7156fc24ccb8b6c07019dfcc4f7bdccdc97a4e10

RUN set -x \
&& curl -fSL "https://download.elastic.co/kibana/kibana/kibana-${KIBANA_VERSION}-linux-x64.tar.gz" -o kibana.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion 4.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN set -x \
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4

ENV KIBANA_MAJOR 4.4
ENV KIBANA_VERSION 4.4.0
ENV KIBANA_VERSION 4.4.1

RUN echo "deb http://packages.elastic.co/kibana/${KIBANA_MAJOR}/debian stable main" > /etc/apt/sources.list.d/kibana.list

Expand Down

0 comments on commit 84aebc7

Please sign in to comment.