UNCLASSIFIED

Commit c78c58dc authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Update Dockerfile

parent aa8f1369
Pipeline #439017 failed with stages
in 8 seconds
# These three ARGs must point to an Iron Bank image - the BASE_REGISTRY should always be what is written below; please use # These three ARGs must point to an Iron Bank image - the BASE_REGISTRY should always be what is written below; please use
# '--build-arg' when building locally to replace these values. # '--build-arg' when building locally to replace these values.
# #
ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.3 ARG BASE_TAG=8.4
# FROM statement must reference the base image using the three ARGs established. # FROM statement must reference the base image using the three ARGs established.
# #
......
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