From 14829425d7e2ced03abfe0f3bc4ae90f2b298292 Mon Sep 17 00:00:00 2001 From: bpluta Date: Wed, 9 Jun 2021 17:35:17 +0000 Subject: [PATCH] removed LABEL --- Dockerfile | 7 +------ hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8da29ca..1fd7552 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 d9e7a59..d2ff40b 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" -- GitLab