UNCLASSIFIED

Commit ac8b0c8e authored by Michael Desantis's avatar Michael Desantis
Browse files

fix dockerfile

parent fab13236
Pipeline #283291 passed with stages
in 8 minutes and 24 seconds
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment