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
Kubernetes-1.19
kube-proxy-1.19
Commits
db7a1f80
Commit
db7a1f80
authored
Jun 15, 2021
by
Vickie Shen
Browse files
updated Dockerfile
parent
eb6e4eea
Pipeline
#317284
passed with stages
in 8 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
db7a1f80
...
@@ -10,8 +10,8 @@ COPY *.rpm /
...
@@ -10,8 +10,8 @@ COPY *.rpm /
COPY
signatures/* /
COPY
signatures/* /
COPY
--from=base /usr/local/bin/kube-proxy /usr/local/bin/kube-proxy
COPY
--from=base /usr/local/bin/kube-proxy /usr/local/bin/kube-proxy
COPY
--from=base /usr/sbin/xtables-legacy-multi /usr/sbin/
COPY
--from=base /usr/sbin/xtables-legacy-multi /usr/sbin/
xtables-legacy-multi
COPY
--from=base /usr/sbin/iptables-wrapper /usr/sbin/
COPY
--from=base /usr/sbin/iptables-wrapper /usr/sbin/
iptables-wrapper
RUN
dnf upgrade
-y
&&
\
RUN
dnf upgrade
-y
&&
\
dnf
install
-y
ipset iputils net-tools kmod procps iproute kmod iptables
&&
\
dnf
install
-y
ipset iputils net-tools kmod procps iproute kmod iptables
&&
\
...
@@ -51,3 +51,5 @@ RUN update-alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/iptabl
...
@@ -51,3 +51,5 @@ RUN update-alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/iptabl
HEALTHCHECK
--interval=10s --timeout=1s --start-period=10s --retries=6 \
HEALTHCHECK
--interval=10s --timeout=1s --start-period=10s --retries=6 \
CMD curl -f http://locahost:10249 || exit 1
CMD curl -f http://locahost:10249 || exit 1
CMD
["/bin/sh"]
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