@@ -28,7 +28,7 @@ RUN set -eux; \
2828 chmod 0555 /bin/tini
2929
3030WORKDIR /usr/share/elasticsearch
31- RUN arch="$(rpm --query --queryformat='%{ARCH}' rpm)" && curl -f --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-9.1.2 -linux-$arch.tar.gz
31+ RUN arch="$(rpm --query --queryformat='%{ARCH}' rpm)" && curl -f --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-9.1.3 -linux-$arch.tar.gz
3232RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1 && \
3333# Configure the distribution for Docker
3434 sed -i -e 's/ES_DISTRIBUTION_TYPE=tar/ES_DISTRIBUTION_TYPE=docker/' bin/elasticsearch-env && \
@@ -99,30 +99,30 @@ RUN chmod g=u /etc/passwd && \
9999
100100EXPOSE 9200 9300
101101
102- LABEL org.label-schema.build-date="2025-08-11T15:04:41.449624592Z " \
102+ LABEL org.label-schema.build-date="2025-08-24T22:05:04.526302670Z " \
103103 org.label-schema.license="Elastic-License-2.0" \
104104 org.label-schema.name="Elasticsearch" \
105105 org.label-schema.schema-version="1.0" \
106106 org.label-schema.url="https://www.elastic.co/products/elasticsearch" \
107107 org.label-schema.usage="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
108- org.label-schema.vcs-ref="ca1a70216fbdefbef3c65b1dff04903ea5964ef5 " \
108+ org.label-schema.vcs-ref="0c781091a2f57de895a73a1391ff8426c0153c8d " \
109109 org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
110110 org.label-schema.vendor="Elastic" \
111- org.label-schema.version="9.1.2 " \
112- org.opencontainers.image.created="2025-08-11T15:04:41.449624592Z " \
111+ org.label-schema.version="9.1.3 " \
112+ org.opencontainers.image.created="2025-08-24T22:05:04.526302670Z " \
113113 org.opencontainers.image.documentation="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
114114 org.opencontainers.image.licenses="Elastic-License-2.0" \
115- org.opencontainers.image.revision="ca1a70216fbdefbef3c65b1dff04903ea5964ef5 " \
115+ org.opencontainers.image.revision="0c781091a2f57de895a73a1391ff8426c0153c8d " \
116116 org.opencontainers.image.source="https://github.com/elastic/elasticsearch" \
117117 org.opencontainers.image.title="Elasticsearch" \
118118 org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch" \
119119 org.opencontainers.image.vendor="Elastic" \
120- org.opencontainers.image.version="9.1.2 "
120+ org.opencontainers.image.version="9.1.3 "
121121
122122LABEL name="Elasticsearch" \
123123124124 vendor="Elastic" \
125- version="9.1.2 " \
125+ version="9.1.3 " \
126126 release="1" \
127127 summary="Elasticsearch" \
128128 description="You know, for search."
0 commit comments