Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ceastman-r7
Copy link

envoy recently updated their code to require ncurses 6 for fips builds to be successful.

@ceastman-r7 ceastman-r7 requested a review from a team as a code owner October 12, 2023 19:36
@istio-policy-bot
Copy link

😊 Welcome @ceastman-r7! This is either your first contribution to the Istio tools repo, or it's been
a while since you've been here.

You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines
by referring to Contributing to Istio.

Thanks for contributing!

Courtesy of your friendly welcome wagon.

@istio-testing istio-testing added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. needs-ok-to-test labels Oct 12, 2023
@istio-testing
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

Copy link
Member

@howardjohn howardjohn left a 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?

@ceastman-r7
Copy link
Author

@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?

@kyessenov
Copy link
Contributor

I don't know - if you do some reverse engineer to find out what pulls ncurses, that can help.

@heschlie
Copy link

heschlie commented Mar 1, 2024

So I have been fighting this same issue and can confirm that bumping to focal fixes this as focal includes libncurses6. It looks like this should have broken in May of last year when envoy changed the build from clang 7 to 12 which also changed the download from a binary compatible with 16.04 to 20.04 here but I would find it hard to believe no one ran into this before October, or maybe folks did but just figured it out and never reported it.

@istio-testing istio-testing added the needs-rebase Indicates a PR needs to be rebased before being merged label Jun 7, 2024
@istio-testing
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ok-to-test needs-rebase Indicates a PR needs to be rebased before being merged size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants