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
6568f749
Commit
6568f749
authored
Nov 02, 2020
by
Casey Spicer
Browse files
corrected FROM statement
parent
cf4b1313
Pipeline
#67669
passed with stages
in 14 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-2
No files found.
Dockerfile
View file @
6568f749
ARG
BASE_REGISTRY=registry.access.redhat.com
ARG
BASE_IMAGE=ubi8/ubi
ARG
BASE_TAG=8.2
#FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
registry.access.redhat.com/ubi8/ubi:8.2
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels
LABEL
name="Solutions Delivery Platform: OWASP Dependency Check" \
...
...
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