[PR #6595] [MERGED] Fix Docker builds for dotnet6 #11042

Closed
opened 2026-02-07 06:31:23 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6595
Author: @crobibero
Created: 9/22/2021
Status: Merged
Merged: 9/25/2021
Merged by: @crobibero

Base: dotnet6Head: dotnet-6-deployment


📝 Commits (8)

  • 7400b16 Target net6.0
  • 743e74e Use new Enum.TryParse(ReadOnlySpan) overload
  • ee3f347 Replace RNGCryptoServiceProvider with RandomNumberGenerator
  • 07fcbd8 ci - target net6.0 (#6594)
  • bb96f38 Update deployment for dotnet6
  • 73aed12 Use generic 6.0.x preview for CI
  • 55c27f0 Merge branch 'dotnet6' into dotnet-6-deployment
  • 98677e4 Update direct dotnet download links

📊 Changes

35 files changed (+98 additions, -65 deletions)

View changed files

📝 .ci/azure-pipelines-abi.yml (+2 -1)
📝 .ci/azure-pipelines-main.yml (+2 -1)
📝 .ci/azure-pipelines-package.yml (+2 -1)
📝 .ci/azure-pipelines-test.yml (+2 -1)
📝 Dockerfile (+1 -1)
📝 Dockerfile.arm (+1 -1)
📝 Dockerfile.arm64 (+1 -1)
📝 debian/control (+1 -1)
📝 deployment/Dockerfile.centos.amd64 (+5 -5)
📝 deployment/Dockerfile.debian.amd64 (+1 -1)
📝 deployment/Dockerfile.debian.arm64 (+5 -5)
📝 deployment/Dockerfile.debian.armhf (+5 -5)
📝 deployment/Dockerfile.docker.amd64 (+1 -3)
📝 deployment/Dockerfile.docker.arm64 (+1 -3)
📝 deployment/Dockerfile.docker.armhf (+1 -3)
📝 deployment/Dockerfile.fedora.amd64 (+6 -3)
📝 deployment/Dockerfile.linux.amd64 (+1 -1)
📝 deployment/Dockerfile.linux.amd64-musl (+1 -1)
📝 deployment/Dockerfile.linux.arm64 (+1 -1)
📝 deployment/Dockerfile.linux.armhf (+1 -1)

...and 15 more files

📄 Description

Docker builds:

  • centos.amd64 : CentOS/RHEL 7+ amd64 .rpm
  • debian.amd64 : Debian 10+ amd64 .deb
  • debian.arm64 : Debian 10+ arm64 .deb
  • debian.armhf : Debian 10+ arm64 .deb
  • fedora.amd64 : Fedora 29+ amd64 .rpm
  • linux.amd64 : Generic Linux amd64 .tar.gz
  • linux.amd64-musl : Generic Linux amd64-musl .tar.gz
  • linux.arm64 : Generic Linux arm64 .tar.gz
  • linux.armhf : Generic Linux armhf .tar.gz
  • macos : MacOS 10.13+ .tar.gz
  • portable : Portable .NET DLL .tar.gz
  • ubuntu.amd64 : Ubuntu 18.04+ amd64 .deb
  • ubuntu.arm64 : Ubuntu 18.04+ arm64 .deb
  • ubuntu.armhf : Ubuntu 18.04+ arm64 .deb
  • windows.amd64 : Windows 7+ amd64 (x64) .zip

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6595 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 9/22/2021 **Status:** ✅ Merged **Merged:** 9/25/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `dotnet6` ← **Head:** `dotnet-6-deployment` --- ### 📝 Commits (8) - [`7400b16`](https://github.com/jellyfin/jellyfin/commit/7400b16a302ef4c5990b025f9912ac85072f0ebf) Target net6.0 - [`743e74e`](https://github.com/jellyfin/jellyfin/commit/743e74e30097c292c4df5eeba2580cc64dd0ced6) Use new Enum.TryParse(ReadOnlySpan<char>) overload - [`ee3f347`](https://github.com/jellyfin/jellyfin/commit/ee3f347fc2dbce7c3dc5fb443e0161fc80080d3f) Replace RNGCryptoServiceProvider with RandomNumberGenerator - [`07fcbd8`](https://github.com/jellyfin/jellyfin/commit/07fcbd88a84b948495f42c1622f4cf38577c154e) ci - target net6.0 (#6594) - [`bb96f38`](https://github.com/jellyfin/jellyfin/commit/bb96f384efe3935ea1d605f790bfbfdbfdc5581d) Update deployment for dotnet6 - [`73aed12`](https://github.com/jellyfin/jellyfin/commit/73aed12b63ab8cc876d76ee36f7ebbb63d3b2c8f) Use generic 6.0.x preview for CI - [`55c27f0`](https://github.com/jellyfin/jellyfin/commit/55c27f0b469625b5038720a75ccab32807aa226c) Merge branch 'dotnet6' into dotnet-6-deployment - [`98677e4`](https://github.com/jellyfin/jellyfin/commit/98677e4240faf7036393786f3b005eeed3557009) Update direct dotnet download links ### 📊 Changes **35 files changed** (+98 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `.ci/azure-pipelines-abi.yml` (+2 -1) 📝 `.ci/azure-pipelines-main.yml` (+2 -1) 📝 `.ci/azure-pipelines-package.yml` (+2 -1) 📝 `.ci/azure-pipelines-test.yml` (+2 -1) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.arm` (+1 -1) 📝 `Dockerfile.arm64` (+1 -1) 📝 `debian/control` (+1 -1) 📝 `deployment/Dockerfile.centos.amd64` (+5 -5) 📝 `deployment/Dockerfile.debian.amd64` (+1 -1) 📝 `deployment/Dockerfile.debian.arm64` (+5 -5) 📝 `deployment/Dockerfile.debian.armhf` (+5 -5) 📝 `deployment/Dockerfile.docker.amd64` (+1 -3) 📝 `deployment/Dockerfile.docker.arm64` (+1 -3) 📝 `deployment/Dockerfile.docker.armhf` (+1 -3) 📝 `deployment/Dockerfile.fedora.amd64` (+6 -3) 📝 `deployment/Dockerfile.linux.amd64` (+1 -1) 📝 `deployment/Dockerfile.linux.amd64-musl` (+1 -1) 📝 `deployment/Dockerfile.linux.arm64` (+1 -1) 📝 `deployment/Dockerfile.linux.armhf` (+1 -1) _...and 15 more files_ </details> ### 📄 Description Docker builds: - [x] centos.amd64 : CentOS/RHEL 7+ amd64 .rpm - [x] debian.amd64 : Debian 10+ amd64 .deb - [x] debian.arm64 : Debian 10+ arm64 .deb - [x] debian.armhf : Debian 10+ arm64 .deb - [x] fedora.amd64 : Fedora 29+ amd64 .rpm - [x] linux.amd64 : Generic Linux amd64 .tar.gz - [x] linux.amd64-musl : Generic Linux amd64-musl .tar.gz - [x] linux.arm64 : Generic Linux arm64 .tar.gz - [x] linux.armhf : Generic Linux armhf .tar.gz - [x] macos : MacOS 10.13+ .tar.gz - [x] portable : Portable .NET DLL .tar.gz - [x] ubuntu.amd64 : Ubuntu 18.04+ amd64 .deb - [x] ubuntu.arm64 : Ubuntu 18.04+ arm64 .deb - [x] ubuntu.armhf : Ubuntu 18.04+ arm64 .deb - [x] windows.amd64 : Windows 7+ amd64 (x64) .zip --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:31:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11042