mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6595] [MERGED] Fix Docker builds for dotnet6 #11042
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 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:
dotnet6← Head:dotnet-6-deployment📝 Commits (8)
7400b16Target net6.0743e74eUse new Enum.TryParse(ReadOnlySpan) overloadee3f347Replace RNGCryptoServiceProvider with RandomNumberGenerator07fcbd8ci - target net6.0 (#6594)bb96f38Update deployment for dotnet673aed12Use generic 6.0.x preview for CI55c27f0Merge branch 'dotnet6' into dotnet-6-deployment98677e4Update 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.