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
pilot-1.5
Commits
94f66128
Commit
94f66128
authored
Jun 15, 2020
by
gavin.scallon
Committed by
Andy Maksymowicz
Jun 15, 2020
Browse files
Merge dev to master
parent
ad7db0b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
Dockerfile
Dockerfile
+9
-10
No files found.
Dockerfile
View file @
94f66128
...
...
@@ -9,14 +9,6 @@ FROM opensource/istio/pilot/pilot:1.5.4 AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY
--from=base /usr/local/bin/ /usr/local/bin/
COPY
--from=base /cacert.pem /cacert.pem
RUN
dnf update
-y
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf/
###############################################################
# Provide label information
LABEL
name="istio-pilot" \
maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \
...
...
@@ -24,8 +16,15 @@ LABEL name="istio-pilot" \
release="1" \
summary="Istio Pilot provides traffic management capabilities in the Istio Service mesh" \
description="provides service discovery for the Envoy sidecars, traffic management capabilities for intelligent routing, and resiliency."
###############################################################
# Run as non-root user
COPY
--from=base /usr/local/bin/ /usr/local/bin/
COPY
--from=base /cacert.pem /cacert.pem
RUN
dnf update
-y
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf/
EXPOSE
80 443
USER
1001
###############################################################
ENTRYPOINT
[ "/usr/local/bin/pilot-discovery" ]
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