Skip to content

Commit

Permalink
Merge pull request #128 from gerardorochin/update-5.0.0
Browse files Browse the repository at this point in the history
Update to 5.0.0
  • Loading branch information
tianon authored Oct 26, 2016
2 parents 7d45e3f + 986deb9 commit 6fa9d5c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: bash
services: docker

env:
- VERSION=5.0-rc
- VERSION=5.0
- VERSION=2.4
- VERSION=2.3
- VERSION=2.2
Expand Down
6 changes: 3 additions & 3 deletions 5.0-rc/Dockerfile → 5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ RUN set -x \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true

# https://packages.elasticsearch.org/GPG-KEY-elasticsearch
# https://artifacts.elastic.co/GPG-KEY-elasticsearch
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4

# https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-repositories.html
# https://www.elastic.co/guide/en/elasticsearch/reference/5.0/deb.html
RUN set -x \
&& apt-get update && apt-get install -y --no-install-recommends apt-transport-https && rm -rf /var/lib/apt/lists/* \
&& echo 'deb https://artifacts.elastic.co/packages/5.x-prerelease/apt stable main' > /etc/apt/sources.list.d/elasticsearch.list
&& echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/elasticsearch.list

ENV ELASTICSEARCH_VERSION 5.0.0-rc1
ENV ELASTICSEARCH_VERSION 5.0.0

RUN set -x \
&& apt-get update \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN set -x \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true

# https://packages.elasticsearch.org/GPG-KEY-elasticsearch
# https://artifacts.elastic.co/GPG-KEY-elasticsearch
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4

# https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-repositories.html
Expand Down

0 comments on commit 6fa9d5c

Please sign in to comment.