UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
I
istio
1.9
proxyv2
Commits
579030a7
Commit
579030a7
authored
Aug 06, 2021
by
Jacob Rohlman
Browse files
fixed env bug
parent
bc565a93
Pipeline
#409966
passed with stages
in 8 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Dockerfile
Dockerfile
+2
-0
No files found.
Dockerfile
View file @
579030a7
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment