Skip to content

Commit

Permalink
Contexts for 8.12.1
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 Feb 9, 2024
1 parent 81d3e75 commit 567af01
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,20 +135,20 @@ RUN /etc/ca-certificates/update.d/docker-openjdk

EXPOSE 9200 9300

LABEL org.label-schema.build-date="2024-02-01T13:07:13.727175297Z" \
LABEL org.label-schema.build-date="2024-01-28T10:04:03.354526499Z" \
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="6185ba65d27469afabc9bc951cded6c17c21e3f3" \
org.label-schema.vcs-ref="4aea5fc69e2b9796b1b0fde9173ccddbcf0e621c" \
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
org.label-schema.vendor="Elastic" \
org.label-schema.version="8.12.1" \
org.opencontainers.image.created="2024-02-01T13:07:13.727175297Z" \
org.opencontainers.image.created="2024-01-28T10:04:03.354526499Z" \
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="6185ba65d27469afabc9bc951cded6c17c21e3f3" \
org.opencontainers.image.revision="4aea5fc69e2b9796b1b0fde9173ccddbcf0e621c" \
org.opencontainers.image.source="https://github.com/elastic/elasticsearch" \
org.opencontainers.image.title="Elasticsearch" \
org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch" \
Expand Down
8 changes: 4 additions & 4 deletions kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,20 @@ RUN groupadd --gid 1000 kibana && \
--home-dir /usr/share/kibana --no-create-home \
kibana

LABEL org.label-schema.build-date="2024-02-01T13:05:51.943Z" \
LABEL org.label-schema.build-date="2024-01-26T12:05:58.463Z" \
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="3457f326b763887d154c9da00bd4e489221a2ff3" \
org.label-schema.vcs-ref="f51584cc3a159d1522525e1ac5fecb852dd709c7" \
org.label-schema.vcs-url="https://github.com/elastic/kibana" \
org.label-schema.vendor="Elastic" \
org.label-schema.version="8.12.1" \
org.opencontainers.image.created="2024-02-01T13:05:51.943Z" \
org.opencontainers.image.created="2024-01-26T12:05:58.463Z" \
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/kibana/reference/index.html" \
org.opencontainers.image.licenses="Elastic License" \
org.opencontainers.image.revision="3457f326b763887d154c9da00bd4e489221a2ff3" \
org.opencontainers.image.revision="f51584cc3a159d1522525e1ac5fecb852dd709c7" \
org.opencontainers.image.source="https://github.com/elastic/kibana" \
org.opencontainers.image.title="Kibana" \
org.opencontainers.image.url="https://www.elastic.co/products/kibana" \
Expand Down
4 changes: 2 additions & 2 deletions logstash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ LABEL org.label-schema.schema-version="1.0" \
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-01-31T19:07:25+00:00 \
org.opencontainers.image.created=2024-01-31T19:07:25+00:00
org.label-schema.build-date=2024-01-17T13:36:44+00:00 \
org.opencontainers.image.created=2024-01-17T13:36:44+00:00
ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]

0 comments on commit 567af01

Please sign in to comment.