Update ubuntu to 26.04#26
Draft
HadrienPatte wants to merge 1 commit into
Draft
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the image build defaults and several image dependency slices to target Ubuntu 26.04, aligning chiseled rootfs contents (notably ICU) and Jellyfin’s runtime/FFmpeg artifacts with the new Ubuntu release baseline.
Changes:
- Bump the default Ubuntu version used by the build script from 24.04 to 26.04.
- Update Sonarr/Radarr/Lidarr/Prowlarr chisel dependency slice from
libicu74_libstolibicu78_libs. - Update Jellyfin to use a Ubuntu-26.04-aligned FFmpeg artifact and switch the .NET runtime slice to 10.0 (plus ICU).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
images/sonarr/Dockerfile |
Update ICU slice to libicu78_libs for Ubuntu 26.04. |
images/radarr/Dockerfile |
Update ICU slice to libicu78_libs for Ubuntu 26.04. |
images/prowlarr/Dockerfile |
Update ICU slice to libicu78_libs for Ubuntu 26.04. |
images/lidarr/Dockerfile |
Update ICU slice to libicu78_libs for Ubuntu 26.04. |
images/jellyfin/Dockerfile |
Adjust FFmpeg artifact series and update .NET runtime slice for Ubuntu 26.04. |
.github/scripts/build-image.sh |
Change default Ubuntu version passed to builds to 26.04. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
43
to
+46
| && curl \ | ||
| --location \ | ||
| --remote-name \ | ||
| https://repo.jellyfin.org/files/ffmpeg/ubuntu/7.x/${FFMPEG_VERSION}/${TARGETARCH}/jellyfin-ffmpeg7_${FFMPEG_VERSION}-noble_${TARGETARCH}.deb \ | ||
| https://repo.jellyfin.org/files/ffmpeg/ubuntu/7.x/${FFMPEG_VERSION}/${TARGETARCH}/jellyfin-ffmpeg7_${FFMPEG_VERSION}-resolute_${TARGETARCH}.deb \ |
Comment on lines
+67
to
+68
| dotnet-runtime-10.0_core \ | ||
| libicu78_libs \ |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Depends on: