-
Notifications
You must be signed in to change notification settings - Fork 3.4k
images/builder: add python3 scapy dependency #40838
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
Conversation
Add python3-scapy and python3-jinja2 packages to install-deps script. This is requirement coming from the BPF unit test scapy support PR (cilium#40294). Signed-off-by: Marc Suñé <marc.sune@isovalent.com>
Not sure how this needs to be sorted out:
Any thoughts @HadrienPatte (btw, Daniel is on PTO, is it ok for you to handle this one)? |
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
@msune it has been magically taken care of... |
Nevermind, looks like it was able to push to your branch 💯 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I think we have all the necessary reviews now. |
I think all that's missing now is a release note 😉 |
/test |
I deliberately removed the release note, as per the comment on the template:
Do you think we need one? |
I don't think a release note is necessary. The blocker for mergeability is setting the class of release note for this change, which seems like |
It looks like script install-builder-deps.sh has never been used for generating builder images. Ever since it was introduced in commit 7724ceb ("build: New builder image supporting cross-compilation"), it's never been called anywhere in the repository. Remove it to avoid confusion as in cilium#40838. Link: cilium#40294 (comment) Signed-off-by: Quentin Monnet <qmo@qmon.net>
See also: #40870 |
And mind folllow up #40874 now modifying the |
It looks like script install-builder-deps.sh has never been used for generating builder images. Ever since it was introduced in commit 7724ceb ("build: New builder image supporting cross-compilation"), it's never been called anywhere in the repository. Remove it to avoid confusion as in cilium#40838. Link: cilium#40294 (comment) Signed-off-by: Quentin Monnet <qmo@qmon.net>
It looks like script install-builder-deps.sh has never been used for generating builder images. Ever since it was introduced in commit 7724ceb ("build: New builder image supporting cross-compilation"), it's never been called anywhere in the repository. Remove it to avoid confusion as in #40838. Link: #40294 (comment) Signed-off-by: Quentin Monnet <qmo@qmon.net>
It looks like script install-builder-deps.sh has never been used for generating builder images. Ever since it was introduced in commit 7724ceb ("build: New builder image supporting cross-compilation"), it's never been called anywhere in the repository. Remove it to avoid confusion as in cilium#40838. Link: cilium#40294 (comment) Signed-off-by: Quentin Monnet <qmo@qmon.net>
Add python3-scapy and python3-jinja2 packages to install-deps script. This is requirement coming from the BPF unit test scapy support PR (#40294).