UNCLASSIFIED

Commit 74ddc5ae authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Update Dockerfile and removing all labels.

parent 1a94a46d
Pipeline #148630 passed with stages
in 14 minutes and 8 seconds
...@@ -4,15 +4,6 @@ ARG BASE_TAG=1.8.0 ...@@ -4,15 +4,6 @@ ARG BASE_TAG=1.8.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} 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 USER root
### add licenses to this directory ### add licenses to this directory
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment