UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 87d80f23 authored by Fred Melendez's avatar Fred Melendez
Browse files

Merge branch 'update-base-registry' into 'development'

Fix registry name

See merge request !8
parents cc7ddf33 df778168
Pipeline #305729 passed with stages
in 153 minutes and 27 seconds
ARG BASE_REGISTRY=registry1.dsop.mil ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.4 ARG BASE_TAG=8.4
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as builder
......
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