From 74ddc5ae8386bbc1f00ca17ba3ad72ed900485d7 Mon Sep 17 00:00:00 2001 From: Jeffrey Weatherford Date: Mon, 1 Feb 2021 16:33:46 +0000 Subject: [PATCH] Update Dockerfile and removing all labels. --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index db9399e..18e7754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,15 +4,6 @@ ARG BASE_TAG=1.8.0 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels -LABEL name="Solutions Delivery Platform: OWASP Dependency Check" \ - maintainer="terrana_steven@bah.com" \ - vendor="Booz Allen Hamilton" \ - version="6.0.3" \ - release="6.0.3" \ - summary="OWASP Dependency Check container" \ - description="The OWASP Dependency Check container image for the Solutions Delivery Platform" - USER root ### add licenses to this directory -- GitLab