Yeah, since CentOS 8 is already EOL as of end of 2021, we're now
missing a platform. So we can just change all CentOS 8 to Rocky Linux
and it won't mean dropping support for any non-EOL platform.

The only question is whether we want to retain CentOS 7 support. From
my testing, Rocky Linux really is a drop-in replacement for CentOS 8,
so if we add a `BASE_IMAGE` build arg, similar to our existing
`RHEL_VERSION` build arg, we can get images `FROM
${BASE_IMAGE}:${RHEL_VERSION}`, which could be either
`rockylinux/rockylinux:8` (default) or `centos:7` without making
additional changes to our Dockerfile logic.

If we don't retain CentOS 7 support in our Dockerfiles, we should
probably remove CentOS 7 as a build target, since that target would go
untested.

-Zach

On Tue, Feb 1, 2022 at 9:39 AM Dave Neuman <neu...@apache.org> wrote:
>
> - Need mailing list confirmation that moving to Rocky is the plan,
> then our CI can be converted to Rocky Linux
>
> Do we though?  Can't we just put in support for Rocky and if folks want
> support for other things they could add it?
> Seems like going to 7 is going backwards for what reason?
>
> On Tue, Feb 1, 2022 at 9:35 AM ocket 8888 <ocket8...@gmail.com> wrote:
>
> > 1. Attendance
> > - Stephen Hamrick
> > - Zach Hoffman
> > - Eric Holguin
> > - Matt Jackson
> > - Srijeet Chatterjee
> > - Taylor Frey
> > 2. CentOS 8 Docker image no longer works
> > - Should we make a workaround or switch to e.g. Rocky Linux ?
> > - Probably depends on overall project direction, but that conversation
> > takes longer than fixing our CI
> > - Issue #6343 needs to be fixed before we could downgrade to only
> > testing on CentOS 7
> > - Need mailing list confirmation that moving to Rocky is the plan,
> > then our CI can be converted to Rocky Linux
> > 3. ML: ATCv6.1.0-RC2 needs votes
> > - Currently has 2 PMC +1s
> > 4. ML: Summer of Code 2022
> >
> > On Tue, Feb 1, 2022 at 9:21 AM Zach Hoffman <zrhoff...@apache.org> wrote:
> > >
> > > Consider discussing:
> > > - CentOS 8 no longer works, which breaks our CI. Time to move to Rocky
> > Linux?
> > >
> > > Active mailing list threads:
> > > - Release Apache Traffic Control 6.1.0-RC2
> > > <https://lists.apache.org/thread/soqqndn7ggzrzjx5s81t7c09yzovll6h>
> > >
> > > On Tue, Jan 25, 2022 at 9:44 AM ocket 8888 <ocket8...@gmail.com> wrote:
> > > >
> > > > If you have anything you want to discuss at next week's meeting,
> > > > respond to this email and it's on the agenda.
> >

Reply via email to