File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,26 @@ RUN INSTALL_PKGS=" \
22
22
" && \
23
23
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
24
24
mkdir -p /etc/sysconfig/cni/net.d && \
25
- yum clean all && rm -rf /var/cache/*
25
+ yum clean all && rm -rf /var/cache/* \
26
+ touch /foo
27
+
28
+ COPY ./images/sdn/scripts/iptables /usr/sbin/
29
+ COPY ./images/sdn/scripts/iptables-save /usr/sbin/
30
+ COPY ./images/sdn/scripts/iptables-restore /usr/sbin/
31
+ COPY ./images/sdn/scripts/ip6tables /usr/sbin/
32
+ COPY ./images/sdn/scripts/ip6tables-save /usr/sbin/
33
+ COPY ./images/sdn/scripts/ip6tables-restore /usr/sbin/
34
+ COPY ./images/sdn/scripts/iptables /usr/sbin/
35
+
36
+
37
+ COPY ./images/sdn/scripts/iptables /
38
+ COPY ./images/sdn/scripts/iptables-save /
39
+ COPY ./images/sdn/scripts/iptables-restore /
40
+ COPY ./images/sdn/scripts/ip6tables /
41
+ COPY ./images/sdn/scripts/ip6tables-save /
42
+ COPY ./images/sdn/scripts/ip6tables-restore /
43
+ COPY ./images/sdn/scripts/iptables /
26
44
27
- RUN rm /usr/sbin/iptables
28
- COPY ./images/sdn/scripts/* /usr/sbin/
29
- COPY ./images/sdn/scripts/* /
30
45
31
46
LABEL io.k8s.display-name="OpenShift SDN" \
32
47
io.k8s.description="This is a component of OpenShift and contains the networking tool stack for the default SDN implementation." \
You can’t perform that action at this time.
0 commit comments