Skip to content

Commit b46babf

Browse files
Contexts for 9.1.3 (elastic#308)
This commit was created by the elastic-dockerfiles-publisher. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent b39c617 commit b46babf

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

elasticsearch/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN set -eux; \
2828
chmod 0555 /bin/tini
2929

3030
WORKDIR /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
3232
RUN 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

100100
EXPOSE 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

122122
LABEL name="Elasticsearch" \
123123
maintainer="infra@elastic.co" \
124124
vendor="Elastic" \
125-
version="9.1.2" \
125+
version="9.1.3" \
126126
release="1" \
127127
summary="Elasticsearch" \
128128
description="You know, for search."

elasticsearch/bin/docker-entrypoint.sh

100755100644
File mode changed.

elasticsearch/bin/docker-openjdk

100755100644
File mode changed.

kibana/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN cd /tmp && \
1717
arch="$(rpm --query --queryformat='%{ARCH}' rpm)" && \
1818
curl -f --retry 8 -s -L \
1919
--output kibana.tar.gz \
20-
https://artifacts.elastic.co/downloads/kibana/kibana-9.1.2-linux-${arch}.tar.gz && \
20+
https://artifacts.elastic.co/downloads/kibana/kibana-9.1.3-linux-${arch}.tar.gz && \
2121
cd -
2222

2323
RUN mkdir /usr/share/kibana
@@ -103,30 +103,30 @@ RUN groupadd --gid 1000 kibana && \
103103
--home-dir /usr/share/kibana --no-create-home \
104104
kibana
105105

106-
LABEL org.label-schema.build-date="2025-08-11T16:35:56.587Z" \
106+
LABEL org.label-schema.build-date="2025-08-24T11:24:41.098Z" \
107107
org.label-schema.license="Elastic License" \
108108
org.label-schema.name="Kibana" \
109109
org.label-schema.schema-version="1.0" \
110110
org.label-schema.url="https://www.elastic.co/products/kibana" \
111111
org.label-schema.usage="https://www.elastic.co/guide/en/kibana/reference/index.html" \
112-
org.label-schema.vcs-ref="616b79995b497dd1c83937d5f71450516b36b6fa" \
112+
org.label-schema.vcs-ref="7c4882bd34f27e726bd4c662e4536e7deb9113fc" \
113113
org.label-schema.vcs-url="https://github.com/elastic/kibana" \
114114
org.label-schema.vendor="Elastic" \
115-
org.label-schema.version="9.1.2" \
116-
org.opencontainers.image.created="2025-08-11T16:35:56.587Z" \
115+
org.label-schema.version="9.1.3" \
116+
org.opencontainers.image.created="2025-08-24T11:24:41.098Z" \
117117
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/kibana/reference/index.html" \
118118
org.opencontainers.image.licenses="Elastic License" \
119-
org.opencontainers.image.revision="616b79995b497dd1c83937d5f71450516b36b6fa" \
119+
org.opencontainers.image.revision="7c4882bd34f27e726bd4c662e4536e7deb9113fc" \
120120
org.opencontainers.image.source="https://github.com/elastic/kibana" \
121121
org.opencontainers.image.title="Kibana" \
122122
org.opencontainers.image.url="https://www.elastic.co/products/kibana" \
123123
org.opencontainers.image.vendor="Elastic" \
124-
org.opencontainers.image.version="9.1.2"
124+
org.opencontainers.image.version="9.1.3"
125125

126126
LABEL name="Kibana" \
127127
maintainer="infra@elastic.co" \
128128
vendor="Elastic" \
129-
version="9.1.2" \
129+
version="9.1.3" \
130130
release="1" \
131131
summary="Kibana" \
132132
description="Your window into the Elastic Stack."

logstash/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ RUN groupadd --gid 1000 logstash && \
3535
--no-create-home \
3636
logstash && \
3737
arch="$(rpm --query --queryformat='%{ARCH}' rpm)" && \
38-
curl -f -Lo logstash.tar.gz https://artifacts.elastic.co/downloads/logstash/logstash-9.1.2-linux-${arch}.tar.gz && \
38+
curl -f -Lo logstash.tar.gz https://artifacts.elastic.co/downloads/logstash/logstash-9.1.3-linux-${arch}.tar.gz && \
3939
tar -zxf logstash.tar.gz -C /usr/share && \
4040
rm logstash.tar.gz && \
41-
mv /usr/share/logstash-9.1.2 /usr/share/logstash && \
41+
mv /usr/share/logstash-9.1.3 /usr/share/logstash && \
4242
chown -R logstash:root /usr/share/logstash && \
4343
chmod -R g=u /usr/share/logstash && \
4444
mkdir /licenses && \
@@ -59,20 +59,20 @@ USER 1000
5959

6060
EXPOSE 9600 5044
6161

62-
LABEL org.label-schema.build-date=2025-08-07T09:34:04+00:00 \
62+
LABEL org.label-schema.build-date=2025-08-20T01:20:45+00:00 \
6363
org.label-schema.license="Elastic License" \
6464
org.label-schema.name="logstash" \
6565
org.label-schema.schema-version="1.0" \
6666
org.label-schema.url="https://www.elastic.co/products/logstash" \
6767
org.label-schema.vcs-url="https://github.com/elastic/logstash" \
6868
org.label-schema.vendor="Elastic" \
69-
org.label-schema.version="9.1.2" \
70-
org.opencontainers.image.created=2025-08-07T09:34:04+00:00 \
69+
org.label-schema.version="9.1.3" \
70+
org.opencontainers.image.created=2025-08-20T01:20:45+00:00 \
7171
org.opencontainers.image.description="Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.'" \
7272
org.opencontainers.image.licenses="Elastic License" \
7373
org.opencontainers.image.title="logstash" \
7474
org.opencontainers.image.vendor="Elastic" \
75-
org.opencontainers.image.version="9.1.2" \
75+
org.opencontainers.image.version="9.1.3" \
7676
description="Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.'" \
7777
license="Elastic License" \
7878
maintainer="info@elastic.co" \

0 commit comments

Comments
 (0)