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
jenkins
jenkins
Commits
ac8b0c8e
Commit
ac8b0c8e
authored
May 28, 2021
by
Michael Desantis
Browse files
fix dockerfile
parent
fab13236
Pipeline
#283291
passed with stages
in 8 minutes and 24 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 @
ac8b0c8e
ARG
BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082
ARG
BASE_IMAGE=opensource/openjdk/openjdk8
ARG
BASE_TAG=1.8.0
#FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
openjdk8:1.8.0
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
root
### add licenses to this directory
...
...
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