Draft
Conversation
Contributor
|
Hey @pmuellr This is awesome! Do you plan on contributing this back, if so we should create a directory to contain centos specific build configuration, so we add centos to the repertoire of os'es we support for testing kibana |
Contributor
Author
Ya, this was just a quick hack to try to get Centos up, to see what the Kibana process was writing to stdout/err that wasn't being captured in the Kibana logs. So - still a lot of issues, like the fonts. I don't really have time to finish this up, and don't think there's a pressing need for it - but did want to "record" the changes in case we need to do something like this again. Or do a better version with full support under a new directory, etc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WORK-IN-PROGRESS
This is to attempt to build a rhel 7.9-ish flavor of this. RHEL is EOL at 7.9, but Centos still has a 7.9 in their docker hub, so trying that.
The font bits didn't work, so I commented them out. I'm not worried about fonts at the moment. :-)
The
RUN sed -i -e ...lines are from jbudz ❤️https://elastic.slack.com/archives/C5UDAFZQU/p1741805298021199?thread_ts=1741803713.933299&cid=C5UDAFZQU
in the end, it did work!