current envoy fips builds need ncurses 6#2700
current envoy fips builds need ncurses 6#2700ceastman-r7 wants to merge 2 commits intoistio:masterfrom
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. DetailsInstructions 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. |
howardjohn
left a comment
There was a problem hiding this comment.
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. DetailsInstructions 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.