UNCLASSIFIED

Commit cd3d2db8 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

refactor Dockerfile

parent fbc9a0a0
Pipeline #300659 passed with stages
in 7 minutes and 46 seconds
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/opensource/nginx/nginx
ARG BASE_TAG=1.20.1
FROM k8s.gcr.io/ingress-nginx/controller:v0.47.0 as base
FROM registry1.dso.mil/ironbank/opensource/nginx/nginx:1.20.1
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER root
......
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