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
dd0e234c
Commit
dd0e234c
authored
Mar 17, 2020
by
Karpagam Balan
Browse files
Checkin Dockerfile that successfully built
parent
cd7c2ae7
Pipeline
#5803
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
Dockerfile
Dockerfile
+2
-5
No files found.
Dockerfile
View file @
dd0e234c
ARG
BASE_REGISTRY=registry.access.redhat.com
FROM
registry.access.redhat.com/ubi7/ubi:7.7-310
ARG
BASE_IMAGE=ubi7/ubi
ARG
BASE_TAG=7.8
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels
### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels
LABEL
name="Solutions Delivery Platform: OWASP Dependency Check" \
LABEL
name="Solutions Delivery Platform: OWASP Dependency Check" \
...
@@ -40,7 +37,7 @@ ENV OWASP_DEP_CHK_VERSION 5.2.4
...
@@ -40,7 +37,7 @@ ENV OWASP_DEP_CHK_VERSION 5.2.4
### Fetch dependency bundle
### Fetch dependency bundle
RUN
mkdir
/root/tmp
RUN
mkdir
/root/tmp
COPY
owasp-dep-check-dependencies-$SDP_BUILD_DEPENDENCY_VERSION
.tar.gz /root/tmp
/owasp-dep-check-dependencies-$
OWASP_DEP_CHK
_VERSION.tar.gz
RUN
curl
-vsSLo
/root/tmp/
owasp-dep-check-dependencies-
$
OWASP_DEP_CHK_VERSION
.tar.gz https://github.com/boozallen/sdp-images/releases/download/
${
SDP_BUILD_DEPENDENCY_VERSION
}
/owasp-dep-check-dependencies-
$
SDP_BUILD_DEPENDENCY
_VERSION
.tar.gz
### Install mono-devel
### Install mono-devel
RUN
cd
/root/tmp
&&
\
RUN
cd
/root/tmp
&&
\
...
...
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