Hacker News new | ask | show | jobs
by LinuxBender 1950 days ago
I think a big differentiating factor for people will depend on their patching strategy. For those that pull images and updates directly from the internet, I would expect some surprises and feature-creep. For those that rsync all the repos into their datacenter and maintain point-in-time snapshots of OS repos, their own Artifacts, etc... then use their CI/CD pipelines to validate everything from OS to services, they should have more controlled suprises at build and verify time. Those folks should not see surprises in their production environment in my opinion.
1 comments

Years ago I switched from Gentoo to Debian/Ubuntu, because I was looking for more stability. I was just tired of resolving problems, that I don't care. This CentOS switch feels for me like exactly opposite direction.

On the other side, for containers where you can just refer to previous version/build, it doesn't necessarily have to be that disastrous. A lot of apps that I support, are just single package JAR files dropped into Java base image. It's quite hard to break it by OS updates.

The worse thing I see here is that they changed EOL time for already released version. We were building some assumptions about it and they're all gone now.