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

Update distributions #5392

Merged
merged 4 commits into from
Jun 15, 2023
Merged

Update distributions #5392

merged 4 commits into from
Jun 15, 2023

Conversation

bk2204
Copy link
Member

@bk2204 bk2204 commented Jun 13, 2023

This PR contains four commits. The first does some tidying up of the various locations we have for base distros (that is, those for which we build packages). The next two update the code for Debian 12. Finally, we update the remaining distributions for v3.4.0.

This PR contains independent, logical, bisectable commits each with their own commit message, and as such is best reviewed commit by commit.

Fixes #5227

We indicate that there are two different places we keep a list of
distros, but in fact, there are four.  Let's make a note at each place
indicating these and refer to the others to make sure they're updated.

A good future direction would be to store this data in some sort of data
file and read it in each case, but we don't currently do that.
Debian 12, bookworm, has been released.  Let's support building and
uploading images for it.
Since cross-compiling packages is very slow, we only build packages for
the latest Debian version.  Now that we support Debian 12, bookworm,
that's the latest version, so let's change our workflow to make sure
that we continue to ship the latest version.
Add Ubuntu lunar, which has come out since the last release, as well as
Fedora 38, and remove Fedora 36, which is now EOL.
@bk2204 bk2204 marked this pull request as ready for review June 15, 2023 14:05
@bk2204 bk2204 requested a review from a team as a code owner June 15, 2023 14:05
Copy link
Contributor

@chrisd8088 chrisd8088 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely, thanks!

@bk2204 bk2204 merged commit e6f011b into git-lfs:main Jun 15, 2023
10 checks passed
@bk2204 bk2204 deleted the dockerfile-update branch June 15, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update distros for Linux packages
2 participants