Is there any blog that has information on a potential RHEL 8 release date? boost in 7 is now too old for some things, in addition to gcc. There are solutions in 7 to those issues but it's starting to feel like 6 felt shortly before 7 came out, so I wonder if it is getting near to time. I'm working on a major project bitcoin related and it would be frustrating to deploy a bunch of CentOS 7 virtual machines only to have 8 come out fairly soon afterwards.
Hi, On Sat, Feb 25, 2017 at 12:20:22AM -0800, Alice Wonder wrote:> boost in 7 is now too old for some things, in addition to gcc. There are > solutions in 7 to those issues but it's starting to feel like 6 felt > shortly before 7 came out, so I wonder if it is getting near to time. > > I'm working on a major project bitcoin related and it would be > frustrating to deploy a bunch of CentOS 7 virtual machines only to have > 8 come out fairly soon afterwards.Take a look at https://upload.wikimedia.org/wikipedia/en/timeline/d35cef040ea408360c44950a23d813ed.png Given that, don't count on a release real soon. Furthermore, a RHEL release normally has a public beta period of at least 6 months or so. So, even if a public RHEL 8 beta would be released now (which is very unlikelely), CentOS 8 would not become available in 2017. -- -- Jos Vos <jos at xos.nl> -- X/OS Experts in Open Systems BV | Office: +31 20 6938364 -- Amsterdam, The Netherlands | Mobile: +31 6 26216181
On 02/25/2017 12:20 AM, Alice Wonder wrote:> I'm working on a major project bitcoin related and it would be > frustrating to deploy a bunch of CentOS 7 virtual machines only to > have 8 come out fairly soon afterwards.I'd expect the release of RHEL 8 no less than 6 months after a beta was released, and I haven't heard anything about a new beta release. It's probably not going to happen real soon. Having said that, I didn't realize until how close RHEL 7 is getting to the three-year mark. I wouldn't be surprised to see a beta 6-12 months from now, and a new release in 12-18 months.
On 02/25/2017 02:20 AM, Alice Wonder wrote:> Is there any blog that has information on a potential RHEL 8 release date? > > boost in 7 is now too old for some things, in addition to gcc. There are > solutions in 7 to those issues but it's starting to feel like 6 felt > shortly before 7 came out, so I wonder if it is getting near to time. > > I'm working on a major project bitcoin related and it would be > frustrating to deploy a bunch of CentOS 7 virtual machines only to have > 8 come out fairly soon afterwards.I have no real information on this either .. but one thing to think about is that RHEL-7 is much less conservative with 'rebases' than the older RHEL versions. (Case in point, major shifts in Gnome, KDE, Xorg, etc.) With containers and software collections, and with more aggressive rebases in the Desktop space, I see the timelines becoming a little longer between major versions. Also, as others have said, I see no alpha or beta for RHEL-8 anywhere. RHEL-5 does go EOL at the end of March 2017, so I guess a beta could happen soon(ish). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20170225/c5893ac0/attachment-0001.sig>
We use GCC 6 from SoftwareCollection 6 and build our own Boost libraries with static linking. The result binaries work on all C7 instances just fine without the need to install any extra packages. The binary size isn't bloated too much by statically linking Boost, because many Boost functions are header templates anyway (but your mileage may vary). Not sure if you have other dependencies but we never feel the need to upgrade the whole OS just to get a newer GCC and Boost. Yan> On Feb 25, 2017, at 6:23 AM, Johnny Hughes <johnny at centos.org> wrote: > >> On 02/25/2017 02:20 AM, Alice Wonder wrote: >> Is there any blog that has information on a potential RHEL 8 release date? >> >> boost in 7 is now too old for some things, in addition to gcc. There are >> solutions in 7 to those issues but it's starting to feel like 6 felt >> shortly before 7 came out, so I wonder if it is getting near to time. >> >> I'm working on a major project bitcoin related and it would be >> frustrating to deploy a bunch of CentOS 7 virtual machines only to have >> 8 come out fairly soon afterwards. > > I have no real information on this either .. but one thing to think > about is that RHEL-7 is much less conservative with 'rebases' than the > older RHEL versions. (Case in point, major shifts in Gnome, KDE, Xorg, > etc.) > > With containers and software collections, and with more aggressive > rebases in the Desktop space, I see the timelines becoming a little > longer between major versions. > > Also, as others have said, I see no alpha or beta for RHEL-8 anywhere. > RHEL-5 does go EOL at the end of March 2017, so I guess a beta could > happen soon(ish). > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos