UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 0801e12e authored by sean.melissari's avatar sean.melissari
Browse files

Update Dockerfile

parent c3f44c8d
Pipeline #271746 canceled with stages
############################################################### ARG BASE_REGISTRY=registry1.dso.mil
# Default registry variables ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ARG BASE_TAG=8.4
ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.2
FROM istio/mixer:1.5.10 AS base FROM istio/mixer:1.5.10 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY --from=base /usr/local/bin/mixs /usr/local/bin/mixs COPY --from=base /usr/local/bin/mixs /usr/local/bin/mixs
RUN dnf update -y && \ RUN dnf update -y && \
......
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