diff --git a/Dockerfile b/Dockerfile index 5dd500e8114eb05bb8d75585093f819c0ba3d7c9..36692047998f0a982f9d4520fbb7aadeefdc04b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ################################################################################ # Build stage 0 -# Extract APM Server and make various file manipulations. +# Extract Filebeat and make various file manipulations. ################################################################################ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 @@ -79,7 +79,7 @@ LABEL org.label-schema.schema-version="1.0" \ org.label-schema.vendor="Elastic" \ org.label-schema.name="${ELASTIC_PRODUCT}" \ org.label-schema.version="${ELASTIC_STACK}" \ - org.label-schema.url="https://www.elastic.co/products/${ELASTIC_PRODUCT}" \ + org.label-schema.url="https://www.elastic.co/products/beats/${ELASTIC_PRODUCT}" \ org.label-schema.vcs-url="https://github.com/elastic/${ELASTIC_PRODUCT}" \ org.label-schema.license="Elastic License" license="Elastic License" diff --git a/README.md b/README.md index 91c173e8f1c12c9a4e222e9b78e3a5c474022330..e4bbaec1816cb651319417f6bb90b9a3725b6d74 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ visiting [Elastic Community](https://www.elastic.co/community). This software is governed by the [Elastic -License](https://github.com/elastic/elasticsearch/blob/7.9/licenses/ELASTIC-LICENSE.txt), +License](https://github.com/elastic/elasticsearch/blob/7.10/licenses/ELASTIC-LICENSE.txt), and includes the full set of [free features](https://www.elastic.co/subscriptions).