Skip to content

Commit

Permalink
delete nc cmd in image (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Dec 12, 2022
1 parent 6182cce commit 7aa6ca3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ COPY grace_stop_ovn_controller /usr/share/ovn/scripts/grace_stop_ovn_controller

WORKDIR /kube-ovn

RUN rm -f /usr/bin/nc &&\
rm -f /usr/bin/netcat

COPY kube-ovn-cmd /kube-ovn/kube-ovn-cmd
COPY kube-ovn-webhook /kube-ovn/kube-ovn-webhook
RUN ln -s /kube-ovn/kube-ovn-cmd /kube-ovn/kube-ovn && \
Expand Down

0 comments on commit 7aa6ca3

Please sign in to comment.