UNCLASSIFIED

Commit 579030a7 authored by Jacob Rohlman's avatar Jacob Rohlman
Browse files

fixed env bug

parent bc565a93
Pipeline #409966 passed with stages
in 8 minutes and 17 seconds
...@@ -9,6 +9,8 @@ FROM istio/proxyv2:${version} AS base ...@@ -9,6 +9,8 @@ FROM istio/proxyv2:${version} AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG version="1.9.7"
# Environment variable indicating the exact proxy sha - for debugging or version-specific configs # Environment variable indicating the exact proxy sha - for debugging or version-specific configs
# Iron Bank cannot provide a meaningful SHA here, set it to a placeholder value # Iron Bank cannot provide a meaningful SHA here, set it to a placeholder value
ENV ISTIO_META_ISTIO_PROXY_SHA=isto-proxy:ironbank ENV ISTIO_META_ISTIO_PROXY_SHA=isto-proxy:ironbank
......
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