Skip to content

Commit

Permalink
"Test Revert "Contexts for 8.13.0"
Browse files Browse the repository at this point in the history
This reverts commit 8e7588c.
  • Loading branch information
elasticmachine committed Mar 28, 2024
1 parent 8e7588c commit 2f50223
Show file tree
Hide file tree
Showing 4 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-29T00:05:17.039728241Z" \
LABEL org.label-schema.build-date="2024-03-22T03:35:46.757803203Z" \
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="e9ca58589babe1dee1661d0c260356b5d5c56e42" \
org.label-schema.vcs-ref="09df99393193b2c53d92899662a8b8b3c55b45cd" \
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
org.label-schema.vendor="Elastic" \
org.label-schema.version="8.13.0" \
org.opencontainers.image.created="2024-02-29T00:05:17.039728241Z" \
org.opencontainers.image.created="2024-03-22T03:35:46.757803203Z" \
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="e9ca58589babe1dee1661d0c260356b5d5c56e42" \
org.opencontainers.image.revision="09df99393193b2c53d92899662a8b8b3c55b45cd" \
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-29T01:06:10.891Z" \
LABEL org.label-schema.build-date="2024-03-22T04:07:01.866Z" \
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="82f46148c91eec93ac7382147936028db2eb8883" \
org.label-schema.vcs-ref="2e3a5cd43e835baa1d596b1aa54735992259ecb9" \
org.label-schema.vcs-url="https://github.com/elastic/kibana" \
org.label-schema.vendor="Elastic" \
org.label-schema.version="8.13.0" \
org.opencontainers.image.created="2024-02-29T01:06:10.891Z" \
org.opencontainers.image.created="2024-03-22T04:07:01.866Z" \
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/kibana/reference/index.html" \
org.opencontainers.image.licenses="Elastic License" \
org.opencontainers.image.revision="82f46148c91eec93ac7382147936028db2eb8883" \
org.opencontainers.image.revision="2e3a5cd43e835baa1d596b1aa54735992259ecb9" \
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 @@ -75,8 +75,8 @@ 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-02-14T18:48:28+00:00 \
org.opencontainers.image.created=2024-02-14T18:48:28+00:00
org.label-schema.build-date=2024-03-21T09:15:34+00:00 \
org.opencontainers.image.created=2024-03-21T09:15:34+00:00


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

0 comments on commit 2f50223

Please sign in to comment.