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
ea776df4
Commit
ea776df4
authored
Jan 07, 2020
by
Goran Osim
Browse files
Merge branch 'development' into 'master'
merge development into master See merge request
!2
parents
4720920a
012af68d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
5.2.4/Dockerfile
5.2.4/Dockerfile
+4
-4
No files found.
5.2.4/Dockerfile
View file @
ea776df4
ARG
BASE_REGISTRY=registry.access.redhat.com
ARG
BASE_REGISTRY=registry.access.redhat.com
ARG
BASE_IMAGE=ubi7/ubi
ARG
BASE_IMAGE=ubi7/ubi
ARG
BASE_TAG=7.
7
ARG
BASE_TAG=7.
8
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
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