jellyfin: bump image to v0.1.3 (.NET 9 runtime fix) #374
Reference in New Issue
Block a user
Delete Branch "benvin/jellyfin-image-v0.1.3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
jellyfin-ha v0.1.2 crashed on startup: the framework-dependent .NET 9 build could not find its runtime (
Microsoft.NETCore.App 9.0.0required,10.0.11found), because the runtime image was pinned to a .NET 10 base. jellyfin-ha PR #7 realigned the runtime image tomcr.microsoft.com/dotnet/aspnet:9.0and v0.1.3 was released.Verified before this bump:
docker run --entrypoint dotnet ...:v0.1.3 --list-runtimeslistsMicrosoft.NETCore.App 9.0.19, and/jellyfin/jellyfin --versionprintsJellyfin.Server 10.11.7.0with no framework-not-found error.Change
apps/base/jellyfin/statefulset.yaml.