-
-
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
base: master
Are you sure you want to change the base?
Conversation
- Add debian_trixie target using debian/Dockerfile and DEBIAN_TRIXIE_RELEASE - Include Trixie in linux, linux-arm64, linux-arm32 (jdk17), s390x (jdk21), and ppc64le groups - Tag images with "trixie" and reuse Debian platforms/JDK matrix - Enables building Jenkins agent images for Debian Trixie across architectures
docker-bake.hcl
Outdated
targets = [ | ||
"alpine", | ||
"debian", | ||
"debian_trixie", |
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.
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:
- Jenkins core
- Inbound agents
- SSH agents
That aligns with our pattern of only supporting 1 operating system version for each operating system variant. The examples are:
- Alpine - 3.22
- Debian - 12 (Bookworm)
- UBI - 9
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
Implemented Debian “trixie” alongside existing Debian builds.
Testing done
Submitter checklist