Skip to content

Commit f377367

Browse files
Contexts for 8.10.2 (docker-library#151)
This commit was created by the elastic-dockerfiles-publisher.
1 parent da1f317 commit f377367

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

elasticsearch/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -eux ; \
4343
RUN mkdir /usr/share/elasticsearch
4444
WORKDIR /usr/share/elasticsearch
4545

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
4747

4848
RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1
4949

@@ -135,25 +135,25 @@ RUN /etc/ca-certificates/update.d/docker-openjdk
135135

136136
EXPOSE 9200 9300
137137

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" \
139139
org.label-schema.license="Elastic-License-2.0" \
140140
org.label-schema.name="Elasticsearch" \
141141
org.label-schema.schema-version="1.0" \
142142
org.label-schema.url="https://www.elastic.co/products/elasticsearch" \
143143
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" \
145145
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
146146
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" \
149149
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
150150
org.opencontainers.image.licenses="Elastic-License-2.0" \
151-
org.opencontainers.image.revision="a94744f97522b2b7ee8b5dc13be7ee11082b8d6b" \
151+
org.opencontainers.image.revision="6d20dd8ce62365be9b1aca96427de4622e970e9e" \
152152
org.opencontainers.image.source="https://github.com/elastic/elasticsearch" \
153153
org.opencontainers.image.title="Elasticsearch" \
154154
org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch" \
155155
org.opencontainers.image.vendor="Elastic" \
156-
org.opencontainers.image.version="8.10.1"
156+
org.opencontainers.image.version="8.10.2"
157157

158158
# Our actual entrypoint is `tini`, a minimal but functional init program. It
159159
# calls the entrypoint we provide, while correctly forwarding signals.

kibana/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl
1616
RUN cd /tmp && \
1717
curl --retry 8 -s -L \
1818
--output kibana.tar.gz \
19-
https://artifacts.elastic.co/downloads/kibana/kibana-8.10.1-linux-$(arch).tar.gz && \
19+
https://artifacts.elastic.co/downloads/kibana/kibana-8.10.2-linux-$(arch).tar.gz && \
2020
cd -
2121

2222

@@ -104,25 +104,25 @@ RUN groupadd --gid 1000 kibana && \
104104
--home-dir /usr/share/kibana --no-create-home \
105105
kibana
106106

107-
LABEL org.label-schema.build-date="2023-09-14T23:20:42.888Z" \
107+
LABEL org.label-schema.build-date="2023-09-19T11:10:54.910Z" \
108108
org.label-schema.license="Elastic License" \
109109
org.label-schema.name="Kibana" \
110110
org.label-schema.schema-version="1.0" \
111111
org.label-schema.url="https://www.elastic.co/products/kibana" \
112112
org.label-schema.usage="https://www.elastic.co/guide/en/kibana/reference/index.html" \
113-
org.label-schema.vcs-ref="6957ba896ec80fbaeaa269debfdce1478bdde661" \
113+
org.label-schema.vcs-ref="29555604d9c1721a91c9b948fd3ae1193e944ce4" \
114114
org.label-schema.vcs-url="https://github.com/elastic/kibana" \
115115
org.label-schema.vendor="Elastic" \
116-
org.label-schema.version="8.10.1" \
117-
org.opencontainers.image.created="2023-09-14T23:20:42.888Z" \
116+
org.label-schema.version="8.10.2" \
117+
org.opencontainers.image.created="2023-09-19T11:10:54.910Z" \
118118
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/kibana/reference/index.html" \
119119
org.opencontainers.image.licenses="Elastic License" \
120-
org.opencontainers.image.revision="6957ba896ec80fbaeaa269debfdce1478bdde661" \
120+
org.opencontainers.image.revision="29555604d9c1721a91c9b948fd3ae1193e944ce4" \
121121
org.opencontainers.image.source="https://github.com/elastic/kibana" \
122122
org.opencontainers.image.title="Kibana" \
123123
org.opencontainers.image.url="https://www.elastic.co/products/kibana" \
124124
org.opencontainers.image.vendor="Elastic" \
125-
org.opencontainers.image.version="8.10.1"
125+
org.opencontainers.image.version="8.10.2"
126126

127127

128128
ENTRYPOINT ["/bin/tini", "--"]

logstash/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN groupadd --gid 1000 logstash && \
2525

2626
# Add Logstash itself.
2727
RUN \
28-
curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-8.10.1-linux-$(arch).tar.gz | \
28+
curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-8.10.2-linux-$(arch).tar.gz | \
2929
tar zxf - -C /usr/share && \
30-
mv /usr/share/logstash-8.10.1 /usr/share/logstash && \
30+
mv /usr/share/logstash-8.10.2 /usr/share/logstash && \
3131
chown --recursive logstash:logstash /usr/share/logstash/ && \
3232
chown -R logstash:root /usr/share/logstash && \
3333
chmod -R g=u /usr/share/logstash && \
@@ -65,13 +65,13 @@ LABEL org.label-schema.schema-version="1.0" \
6565
org.opencontainers.image.vendor="Elastic" \
6666
org.label-schema.name="logstash" \
6767
org.opencontainers.image.title="logstash" \
68-
org.label-schema.version="8.10.1" \
69-
org.opencontainers.image.version="8.10.1" \
68+
org.label-schema.version="8.10.2" \
69+
org.opencontainers.image.version="8.10.2" \
7070
org.label-schema.url="https://www.elastic.co/products/logstash" \
7171
org.label-schema.vcs-url="https://github.com/elastic/logstash" \
7272
org.label-schema.license="Elastic License" \
7373
org.opencontainers.image.licenses="Elastic License" \
7474
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.'" \
75-
org.label-schema.build-date=2023-09-12T12:38:47+00:00 \
76-
org.opencontainers.image.created=2023-09-12T12:38:47+00:00
75+
org.label-schema.build-date=2023-09-18T16:32:10+00:00 \
76+
org.opencontainers.image.created=2023-09-18T16:32:10+00:00
7777
ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]

0 commit comments

Comments
 (0)