UNCLASSIFIED

Commit ca80142b authored by sean.melissari's avatar sean.melissari
Browse files

Update Dockerfile

parent e14cf0fe
Pipeline #269904 canceled with stages
in 1 second
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.2
ARG BASE_TAG=latest
FROM istio/install-cni:1.6.14 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY --from=base /opt/cni/bin/istio-cni /opt/cni/bin/istio-iptables.sh /opt/cni/bin/istio-cni-repair /opt/cni/bin/
COPY --from=base /install-cni.sh /filter.jq /
COPY --from=base /istio-cni.conf.tmp host/etc/cni/net.d/
......@@ -25,4 +24,4 @@ USER 1001
###############################################################
HEALTHCHECK --interval=1m --start-period=30s CMD curl -f http://localhost:80 || exit 1
###############################################################
CMD ["/install-cni.sh"]
\ No newline at end of file
CMD ["/install-cni.sh"]
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