UNCLASSIFIED

Commit 722d8325 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'bump-ubi-8-4' into 'development'

bump ubi

See merge request !28
parents b01adadc ca80142b
Pipeline #269905 passed with stages
in 9 minutes and 20 seconds
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"]
......@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3"
BASE_TAG: "8.4"
# Docker image labels
labels:
......
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