aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.fedora.amd64
AgeCommit message (Collapse)Author
2021-12-14Update to dotnet 6.0.1Cody Robibero
2021-11-08Update to full dotnet 6Cody Robibero
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-09-25Fix builds for dotnet6 (#6595)Cody Robibero
* Target net6.0 * Use new Enum.TryParse(ReadOnlySpan<char>) overload * Replace RNGCryptoServiceProvider with RandomNumberGenerator * ci - target net6.0 (#6594) * Update deployment for dotnet6 * Use generic 6.0.x preview for CI * Update direct dotnet download links Co-authored-by: Bond_009 <bond.009@outlook.com>
2021-08-04change OS packaging images to be quieth1dden-da3m0n
also uses the base dotnet/sdk image where possible
2021-03-09Remove Microsoft repo from install stepJoshua M. Boniface
This was breaking Fedora builds due to a mismatch. We can use the .NET SDK 5.0 from the Fedora 33 repos instead and this seems to work.
2020-11-16Merge pull request #4460 from yodatak/patch-1Anthony Lavado
Bump dependencies to Fedora 33
2020-11-17Fedora: install systemd as build dependencyOdd Stråbø
2020-11-15Upgrade all netcore3.1 to net5.0crobibero
2020-11-10Bump dependencies to Fedora 33yodatak
Fedora 33 is out so Fedora 31 is unmaintened so its time to migrate the build to Fedora 33 !
2020-03-23Unify dep installation and updateJoshua M. Boniface
2020-03-23Port Fedora and CentOS builds and remove web buildJoshua M. Boniface
Simplifies a number of aspects of the RPM build, including moving .copr/Makefile into the "fedora/" folder (and leaving a symlink), removing the jellyfin-web build components, and renaming it jellyfin-server like Debian did.