-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Move the COPY scriptes to below the RUN INSTALL_PKGS for sdn image #22502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move the COPY scriptes to below the RUN INSTALL_PKGS for sdn image #22502
Conversation
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
Looks like it doesn't work:
|
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/lgtm |
@sdodson can you take a look at this one? Thanks! |
/lgtm |
27165ca
to
e275c1b
Compare
/retest |
Confirmed that the correct image is actually being e2e'd:
|
e275c1b
to
ad97012
Compare
/retest |
1 similar comment
/retest |
/lgtm |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
/test e2e-aws-serial |
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
@JacobTanenbaum all green, but looks like there's a conflict. Whee :-) |
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 *
ad97012
to
5910195
Compare
/retest |
3 similar comments
/retest |
/retest |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dcbw, JacobTanenbaum, sdodson, squeed The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.