diff --git a/Dockerfile b/Dockerfile index db9399e0114fdd3a79a0d16bc959166a47093b1a..18e775409971444eec84818206f4478e01db10f3 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