-
Notifications
You must be signed in to change notification settings - Fork 93
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
Define RHEL 7/CentOS 7 support strategy #650
Comments
Strawman:
|
Hmm, I'm not sure that affected users would be paying enough attention to the repo to notice a deprecation + LTS period. How painful would it be to cover this in CI? I don't think RHEL 7 support has been especially burdensome in the current codebase. |
I don't think it'd be very painful.
We have a concrete example in #516. I don't want to artificially hold back cleanups like this if it turns out we just have a few el7 users who could easily use the container instead. I also wouldn't be surprised if we've just been lucky so far and shortly after setting up CI we notice e.g. more |
Some tests results:
Looks like for FCOS partitions are created with |
The docker build failed because it's too old and doesn't support multi-stage builds. The podman build failure... looks probably like some sort of el7 kernel vs f34 glibc compat thing. But anyway, I don't think we need to worry about supporting building the container on el7. Good to see it works for RHCOS at least. For FCOS, likely Worth noting this is independent of using the container vs building locally. To sanity-check, does the FCOS install work otherwise if you don't try to inject an Ignition config? |
yes |
coreos-installer currently builds and runs fine on CentOS 7. That's nice, though we haven't really been explicitly clear about what our support stance is and CI doesn't cover this path at all, so we could easily regress on that platform. This came up in #516.
Should we keep supporting it until EOL? Should we announce a deprecation period, after which using the container would be the only supported approach? How long should this period be?
The text was updated successfully, but these errors were encountered: