@@ -43,7 +43,7 @@ RUN set -eux ; \
43
43
RUN mkdir /usr/share/elasticsearch
44
44
WORKDIR /usr/share/elasticsearch
45
45
46
- RUN curl --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.10.1 -linux-$(arch).tar.gz
46
+ RUN curl --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.10.2 -linux-$(arch).tar.gz
47
47
48
48
RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1
49
49
@@ -135,25 +135,25 @@ RUN /etc/ca-certificates/update.d/docker-openjdk
135
135
136
136
EXPOSE 9200 9300
137
137
138
- LABEL org.label-schema.build-date="2023-09-14T20 :16:27.027355296Z " \
138
+ LABEL org.label-schema.build-date="2023-09-19T08 :16:24.564900370Z " \
139
139
org.label-schema.license="Elastic-License-2.0" \
140
140
org.label-schema.name="Elasticsearch" \
141
141
org.label-schema.schema-version="1.0" \
142
142
org.label-schema.url="https://www.elastic.co/products/elasticsearch" \
143
143
org.label-schema.usage="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
144
- org.label-schema.vcs-ref="a94744f97522b2b7ee8b5dc13be7ee11082b8d6b " \
144
+ org.label-schema.vcs-ref="6d20dd8ce62365be9b1aca96427de4622e970e9e " \
145
145
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
146
146
org.label-schema.vendor="Elastic" \
147
- org.label-schema.version="8.10.1 " \
148
- org.opencontainers.image.created="2023-09-14T20 :16:27.027355296Z " \
147
+ org.label-schema.version="8.10.2 " \
148
+ org.opencontainers.image.created="2023-09-19T08 :16:24.564900370Z " \
149
149
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
150
150
org.opencontainers.image.licenses="Elastic-License-2.0" \
151
- org.opencontainers.image.revision="a94744f97522b2b7ee8b5dc13be7ee11082b8d6b " \
151
+ org.opencontainers.image.revision="6d20dd8ce62365be9b1aca96427de4622e970e9e " \
152
152
org.opencontainers.image.source="https://github.com/elastic/elasticsearch" \
153
153
org.opencontainers.image.title="Elasticsearch" \
154
154
org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch" \
155
155
org.opencontainers.image.vendor="Elastic" \
156
- org.opencontainers.image.version="8.10.1 "
156
+ org.opencontainers.image.version="8.10.2 "
157
157
158
158
# Our actual entrypoint is `tini`, a minimal but functional init program. It
159
159
# calls the entrypoint we provide, while correctly forwarding signals.
0 commit comments