-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Install CentOS7's OpenSSL 1.0.2 package on CentOS6 to resolve certificate issues #2344
Conversation
be06f0e
to
9a7762c
Compare
CentOS6 playbook check has passed :-) |
I'd really prefer not to do this, but since CentOS6 is out of support and it seems that it is not possible for this to work without OpenSSL 1.0.2, pulling the packages from CentOS7 seems a safe option and appears to work. NOTE: Which this works for creating the docker build image, it does NOT pass in VagrantPlaybookCheck, possibly due to the presence of some 32-bit openssl packages. That should NOT block the merging of this (since things are even more broken just now) but should be addressed subsequently... |
Signed-off-by: Stewart X Addison <[email protected]>
This seems a very ugly hack. But I guess that's better than a broken build. An update to CentOS 7 for the docker build containers needs to be considered. |
My thoughts exactly :-) But at least it's a documented, repeatable and visible hack that should not have any effect on the contents of the Temurin builds.
The issue with that is, of course, that without putting in the older libraries somewhere you're going to end up on a dependency on later versions of |
Yes understood. It should be discussed on the PMC for the January releases, though. |
Solaris failure is being addressed elsewhere. Merging in the absence of any major objections (This was also circulated to #infrastructure last night) and I've raised #2351 to get VPC fixed. |
Fixes #2342
Checklist