You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the COPY scriptes to below the RUN INSTALL_PKGS for sdn image
somewhere in the build path for the sdn image iptables gets installed as a dependancey. If the scripts are copied into the image after we are assured that the iptables wrappers get used as opposed to the iptables binary.
Change $@ to "$@" so that the arguments get passed to the iptables scripts correctly
Explicitly copy all the scripts as opposed to copying the whole directory with *
0 commit comments