-
-
Notifications
You must be signed in to change notification settings - Fork 246
chore: Add Debian Trixie targets across archs and release variable #1036
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
Open
gounthar
wants to merge
6
commits into
jenkinsci:master
Choose a base branch
from
gounthar:trixie
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e0f7b49
Add Debian Trixie targets across archs and release variable
gounthar 2702f3c
fix: switch to trixie instead of keeping two debian flavours.
gounthar ac7d481
chore: remove comma
gounthar 10aa561
Merge branch 'master' into trixie
gounthar ac9c60b
Merge branch 'master' into trixie
gounthar a2ebc4e
Merge branch 'master' into trixie
gounthar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to maintain two debian lines? or just maintain one?
Given additional build times and infra cost?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a great question. 🤔 Unfortunately, I'm not the right person to answer it. If it were up to me, I'd opt for one release with both Debian flavors, and then continue with only Trixie if no issues arise.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we want only one Debian flavor and I think it should be based on Trixie.
I think that we should write a blog post and announce that we're switching the default container images from Debian Bookworm to Debian Trixie. We'll need to switch the container images for:
That aligns with our pattern of only supporting 1 operating system version for each operating system variant. The examples are:
I'm open to other opinions, but I think a transition from Bookworm to Trixie is the same type of transition that we did on the last Debian release when we transitioned from Bullseye to Bookworm:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your insights, everyone. 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for just switching tags to trixie
I've open the PR for the core : jenkinsci/docker#2063