UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
S
Solutions Delivery Platform
dependency-check
dependency-check
Commits
012af68d
Commit
012af68d
authored
Jan 07, 2020
by
Peter Sigur
Browse files
ARG cleanup
parent
8bda631d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
5.2.4/Dockerfile
5.2.4/Dockerfile
+3
-3
No files found.
5.2.4/Dockerfile
View file @
012af68d
...
@@ -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
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment