Skip to content
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

transition bionic containers to jammy #1057

Merged
merged 2 commits into from
Aug 7, 2023
Merged

Commits on Aug 7, 2023

  1. docker: transition bionic to jammy

    This is an image update/rework for our CI.  Since bionic has fallen out
    of LTS standard support, the original plan was to update to Jammy and
    move on.  There's more here than that because Jammy doesn't provide a
    386 container build anymore.  To fill in that gap, we also have a Debian
    bookworm container, which is now the default target.  There is also a
    Jammy build in here to keep an ubuntu LTS current container going, but
    the Ubuntu side is painful enough that most of the tests are now on
    bookworm.
    
    Additionally:
    * el7 is dropped
    * fedora outside of 34 (forked to el9) and current are dropped
    * docker-checks-run script updated from matching PR in core
    trws committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f905243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8b26c View commit details
    Browse the repository at this point in the history