-
Notifications
You must be signed in to change notification settings - Fork 300
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
current envoy fips builds need ncurses 6 #2700
base: master
Are you sure you want to change the base?
Conversation
😊 Welcome @ceastman-r7! This is either your first contribution to the Istio tools repo, or it's been You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @ceastman-r7. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
This is doing a lot more than ncurses but also changing the base OS which is a major breaking change. Also, I think a lot of people are building FIPS mode currently so I am not sure its accurate we need a change? Unless its very recent?
@howardjohn looks like it started between istio 1.18.2 and 1.18.3 with regards to when ncurses 6 became necessary. @kyessenov do you know which envoy release the ncurses 6 became necessary? @howardjohn besides building images with focal, how else can we test the upgraded os is fine? |
I don't know - if you do some reverse engineer to find out what pulls ncurses, that can help. |
So I have been fighting this same issue and can confirm that bumping to focal fixes this as focal includes |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
envoy recently updated their code to require ncurses 6 for fips builds to be successful.