diff --git a/Dockerfile b/Dockerfile index 8da29cae4f83da5921cddf7d545dad2979b669a4..1fd755242a8048ff5b00a0d1b14e10687d136f65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,12 +19,7 @@ ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as base #FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-291 as base -LABEL name="splunk" \ - maintainer="support@splunk.com" \ - vendor="splunk" \ - release="1" \ - summary="UBI 8 Docker image of Splunk Enterprise" \ - description="Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results." + #remove if there is no need to have scloud in this build ARG SCLOUD_URL ENV SCLOUD_URL=https://github.com/splunk/splunk-cloud-sdk-go/releases/download/v1.7.0/scloud_v4.0.0_linux_amd64.tar.gz diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d9e7a598666c3f22d92b7592598d6fc9f75c9110..d2ff40b2d22ce08921c79d569630d27ccd5d8e27 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -13,7 +13,7 @@ args: labels: org.opencontainers.image.title: "splunk" - org.opencontainers.image.description: "Splunk Enterprise 8.2.0" + org.opencontainers.image.description: "Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results." org.opencontainers.image.licenses: "Commercial" org.opencontainers.image.url: "https://www.splunk.com/en_us/legal/splunk-terms-overview.html" org.opencontainers.image.vendor: "Splunk"