UNCLASSIFIED

Commit d5bec767 authored by Michael Uranaka's avatar Michael Uranaka
Browse files

adding args back to dockerfile

parent 9a8ac5a9
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=opensource/gradle/gradle-jre11
ARG BASE_TAG=6.7.1
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER 0 USER 0
......
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