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
Istio-1.5
proxyv2-1.5
Commits
bcc49284
Commit
bcc49284
authored
Apr 16, 2021
by
blake.burkhart
Browse files
Update Dockerfile
parent
747587a3
Pipeline
#222984
passed with stages
in 12 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
Dockerfile
Dockerfile
+7
-3
No files found.
Dockerfile
View file @
bcc49284
...
...
@@ -4,7 +4,10 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_TAG=8.2
FROM
istio/proxyv2:1.5.10 AS base
# Updated by Renovate
ARG
version=1.5.10
FROM
istio/proxyv2:${version} AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
...
@@ -23,8 +26,9 @@ ARG proxy_version
ARG
istio_version
COPY
--from=base /usr/local/bin/envoy /usr/local/bin/envoy
ENV
ISTIO_META_ISTIO_PROXY_SHA=istio-proxy:9b4239dee83dd8894bfc579d412ccd894cff2597
ENV
ISTIO_META_ISTIO_VERSION=1.5.4
# 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_VERSION=${version}
COPY
--from=base /usr/local/bin/pilot-agent /usr/local/bin/pilot-agent
COPY
--from=base /etc/istio/proxy/envoy_policy.yaml.tmpl /etc/istio/proxy/envoy_policy.yaml.tmpl
...
...
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