UNCLASSIFIED

Commit 012af68d authored by Peter Sigur's avatar Peter Sigur
Browse files

ARG cleanup

parent 8bda631d
...@@ -6,11 +6,12 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -6,11 +6,12 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
MAINTAINER terrana_steven@bah.com MAINTAINER terrana_steven@bah.com
### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels ### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels
ARG OWASP_DEP_CHK_VERSION=5.2.4
LABEL name="Solutions Delivery Platform: OWASP Dependency Checker" \ LABEL name="Solutions Delivery Platform: OWASP Dependency Checker" \
maintainer="terrana_steven@bah.com" \ maintainer="terrana_steven@bah.com" \
vendor="Booz Allen Hamilton" \ vendor="Booz Allen Hamilton" \
version="5.2.4" \ version="${OWASP_DEP_CHK_VERSION}" \
release="5.2.4" \ release="${OWASP_DEP_CHK_VERSION}" \
summary="An OWASP Dependency Checker container" \ summary="An OWASP Dependency Checker container" \
description="The OWASP Dependency Check container image for the Solutions Delivery Platform" description="The OWASP Dependency Check container image for the Solutions Delivery Platform"
...@@ -37,7 +38,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk-devel mono-devel ruby unzip" && \ ...@@ -37,7 +38,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk-devel mono-devel ruby unzip" && \
### Install your application here -- add all other necessary items to build your image ### Install your application here -- add all other necessary items to build your image
ARG user=dependencycheck ARG user=dependencycheck
ARG OWASP_DEP_CHK_VERSION=5.2.4
RUN gem install "rubygems-update:<3.0.0" --no-document && \ RUN gem install "rubygems-update:<3.0.0" --no-document && \
update_rubygems && \ update_rubygems && \
......
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