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
010110b0
Commit
010110b0
authored
Apr 16, 2021
by
Tim Seagren
Browse files
fixing string
parent
bcc49284
Pipeline
#223464
passed with stages
in 10 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
010110b0
...
...
@@ -5,7 +5,7 @@ ARG BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_TAG=8.2
# Updated by Renovate
ARG
version=1.5.10
ARG
version=
"
1.5.10
"
FROM
istio/proxyv2:${version} AS base
...
...
@@ -44,7 +44,7 @@ RUN useradd -u 1337 istio-proxy && \
chown
-R
1337 /etc/istio
&&
\
dnf update
-y
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf/
rm
-rf
/var/cache/dnf/
EXPOSE
443
USER
istio-proxy
...
...
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