Skip to content

Commit

Permalink
Contexts for 7.17.24
Browse files Browse the repository at this point in the history
This commit was created by the elastic-dockerfiles-publisher.
  • Loading branch information
elasticmachine committed Sep 10, 2024
1 parent 2d735ca commit 5e07485
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN set -eux ; \
RUN mkdir /usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch

RUN curl --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-7.17.23-linux-$(arch).tar.gz
RUN curl --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-7.17.24-linux-$(arch).tar.gz

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

Expand Down Expand Up @@ -134,25 +134,25 @@ RUN /etc/ca-certificates/update.d/docker-openjdk

EXPOSE 9200 9300

LABEL org.label-schema.build-date="2024-07-25T14:37:42.448799567Z" \
LABEL org.label-schema.build-date="2024-09-05T07:34:51.812485320Z" \
org.label-schema.license="Elastic-License-2.0" \
org.label-schema.name="Elasticsearch" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://www.elastic.co/products/elasticsearch" \
org.label-schema.usage="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
org.label-schema.vcs-ref="61d76462eecaf09ada684d1b5d319b5ff6865a83" \
org.label-schema.vcs-ref="fcf25fff740db6ab3ed5d145c58d70e4c3528ea7" \
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
org.label-schema.vendor="Elastic" \
org.label-schema.version="7.17.23" \
org.opencontainers.image.created="2024-07-25T14:37:42.448799567Z" \
org.label-schema.version="7.17.24" \
org.opencontainers.image.created="2024-09-05T07:34:51.812485320Z" \
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
org.opencontainers.image.licenses="Elastic-License-2.0" \
org.opencontainers.image.revision="61d76462eecaf09ada684d1b5d319b5ff6865a83" \
org.opencontainers.image.revision="fcf25fff740db6ab3ed5d145c58d70e4c3528ea7" \
org.opencontainers.image.source="https://github.com/elastic/elasticsearch" \
org.opencontainers.image.title="Elasticsearch" \
org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch" \
org.opencontainers.image.vendor="Elastic" \
org.opencontainers.image.version="7.17.23"
org.opencontainers.image.version="7.17.24"

# Our actual entrypoint is `tini`, a minimal but functional init program. It
# calls the entrypoint we provide, while correctly forwarding signals.
Expand Down
14 changes: 7 additions & 7 deletions kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl
RUN cd /tmp && \
curl --retry 8 -s -L \
--output kibana.tar.gz \
https://artifacts.elastic.co/downloads/kibana/kibana-7.17.23-linux-$(arch).tar.gz && \
https://artifacts.elastic.co/downloads/kibana/kibana-7.17.24-linux-$(arch).tar.gz && \
cd -


Expand Down Expand Up @@ -104,25 +104,25 @@ RUN groupadd --gid 1000 kibana && \
--home-dir /usr/share/kibana --no-create-home \
kibana

LABEL org.label-schema.build-date="2024-07-25T11:08:38.582Z" \
LABEL org.label-schema.build-date="2024-09-04T11:10:43.736Z" \
org.label-schema.license="Elastic License" \
org.label-schema.name="Kibana" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://www.elastic.co/products/kibana" \
org.label-schema.usage="https://www.elastic.co/guide/en/kibana/reference/index.html" \
org.label-schema.vcs-ref="89cafc519e1d6e0e08d8cf5c13eee6886fe6e412" \
org.label-schema.vcs-ref="4fb3ec3c959e4c569aca4674243a2ecba9d973a7" \
org.label-schema.vcs-url="https://github.com/elastic/kibana" \
org.label-schema.vendor="Elastic" \
org.label-schema.version="7.17.23" \
org.opencontainers.image.created="2024-07-25T11:08:38.582Z" \
org.label-schema.version="7.17.24" \
org.opencontainers.image.created="2024-09-04T11:10:43.736Z" \
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/kibana/reference/index.html" \
org.opencontainers.image.licenses="Elastic License" \
org.opencontainers.image.revision="89cafc519e1d6e0e08d8cf5c13eee6886fe6e412" \
org.opencontainers.image.revision="4fb3ec3c959e4c569aca4674243a2ecba9d973a7" \
org.opencontainers.image.source="https://github.com/elastic/kibana" \
org.opencontainers.image.title="Kibana" \
org.opencontainers.image.url="https://www.elastic.co/products/kibana" \
org.opencontainers.image.vendor="Elastic" \
org.opencontainers.image.version="7.17.23"
org.opencontainers.image.version="7.17.24"


ENTRYPOINT ["/bin/tini", "--"]
Expand Down
12 changes: 6 additions & 6 deletions logstash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN groupadd --gid 1000 logstash && \

# Add Logstash itself.
RUN \
curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-7.17.23-linux-$(arch).tar.gz | \
curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-7.17.24-linux-$(arch).tar.gz | \
tar zxf - -C /usr/share && \
mv /usr/share/logstash-7.17.23 /usr/share/logstash && \
mv /usr/share/logstash-7.17.24 /usr/share/logstash && \
chown --recursive logstash:logstash /usr/share/logstash/ && \
chown -R logstash:root /usr/share/logstash && \
chmod -R g=u /usr/share/logstash && \
Expand Down Expand Up @@ -67,15 +67,15 @@ LABEL org.label-schema.schema-version="1.0" \
org.opencontainers.image.vendor="Elastic" \
org.label-schema.name="logstash" \
org.opencontainers.image.title="logstash" \
org.label-schema.version="7.17.23" \
org.opencontainers.image.version="7.17.23" \
org.label-schema.version="7.17.24" \
org.opencontainers.image.version="7.17.24" \
org.label-schema.url="https://www.elastic.co/products/logstash" \
org.label-schema.vcs-url="https://github.com/elastic/logstash" \
org.label-schema.license="Elastic License" \
org.opencontainers.image.licenses="Elastic License" \
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.'" \
org.label-schema.build-date=2024-07-23T07:27:01+00:00 \
org.opencontainers.image.created=2024-07-23T07:27:01+00:00
org.label-schema.build-date=2024-09-03T23:04:52+00:00 \
org.opencontainers.image.created=2024-09-03T23:04:52+00:00


ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
Binary file modified logstash/env2yaml/env2yaml
Binary file not shown.

0 comments on commit 5e07485

Please sign in to comment.