@@ -32,9 +32,9 @@ RUN groupadd -g 1000 elasticsearch && \
32
32
33
33
WORKDIR /usr/share/elasticsearch
34
34
35
- RUN cd /opt && curl --retry 8 -s -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.5 .tar.gz && cd -
35
+ RUN cd /opt && curl --retry 8 -s -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.6 .tar.gz && cd -
36
36
37
- RUN tar zxf /opt/elasticsearch-6.8.5 .tar.gz --strip-components=1
37
+ RUN tar zxf /opt/elasticsearch-6.8.6 .tar.gz --strip-components=1
38
38
RUN grep ES_DISTRIBUTION_TYPE=tar /usr/share/elasticsearch/bin/elasticsearch-env \
39
39
&& sed -ie 's/ES_DISTRIBUTION_TYPE=tar/ES_DISTRIBUTION_TYPE=docker/' /usr/share/elasticsearch/bin/elasticsearch-env
40
40
RUN mkdir -p config data logs
@@ -78,25 +78,25 @@ RUN chgrp 0 /usr/local/bin/docker-entrypoint.sh && \
78
78
79
79
EXPOSE 9200 9300
80
80
81
- LABEL org.label-schema.build-date="2019-11-13T20:04:24.100411Z " \
81
+ LABEL org.label-schema.build-date="2019-12-13T17:11:52.013738Z " \
82
82
org.label-schema.license="Elastic-License" \
83
83
org.label-schema.name="Elasticsearch" \
84
84
org.label-schema.schema-version="1.0" \
85
85
org.label-schema.url="https://www.elastic.co/products/elasticsearch" \
86
86
org.label-schema.usage="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
87
- org.label-schema.vcs-ref="78990e93431aebcc3dcd7fa20fab4b5b29ab7988 " \
87
+ org.label-schema.vcs-ref="3d9f765bcad28244dc4c8eb8e8b7ba97ba5408f1 " \
88
88
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
89
89
org.label-schema.vendor="Elastic" \
90
- org.label-schema.version="6.8.5 " \
91
- org.opencontainers.image.created="2019-11-13T20:04:24.100411Z " \
90
+ org.label-schema.version="6.8.6 " \
91
+ org.opencontainers.image.created="2019-12-13T17:11:52.013738Z " \
92
92
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
93
93
org.opencontainers.image.licenses="Elastic-License" \
94
- org.opencontainers.image.revision="78990e93431aebcc3dcd7fa20fab4b5b29ab7988 " \
94
+ org.opencontainers.image.revision="3d9f765bcad28244dc4c8eb8e8b7ba97ba5408f1 " \
95
95
org.opencontainers.image.source="https://github.com/elastic/elasticsearch" \
96
96
org.opencontainers.image.title="Elasticsearch" \
97
97
org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch" \
98
98
org.opencontainers.image.vendor="Elastic" \
99
- org.opencontainers.image.version="6.8.5 "
99
+ org.opencontainers.image.version="6.8.6 "
100
100
101
101
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh" ]
102
102
# Dummy overridable parameter parsed by entrypoint
0 commit comments