aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
2022-08-29Merge pull request #1 from JinYi-Tsinghua/patch-1JinYi-Tsinghua
Patch 1
2022-08-13Backport pull request #8257 from jellyfin/release-10.8.zJoshua M. Boniface
Use separate args for dotnet publish commands Original-merge: d260f308106db648014a0bb3fd1911c838f899ce Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua Boniface <joshua@boniface.me>
2022-08-13Backport pull request #8234 from jellyfin/release-10.8.zCody Robibero
update to dotnet 6.0.8 Original-merge: 31f9938e3a1cdb5bac732b393c252c3ebc4689ec Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua Boniface <joshua@boniface.me>
2022-07-20Backport pull request #8115 from jellyfin/release-10.8.zJoshua Boniface
Update to dotnet 6.0.7 Authored-by: Cody Robibero <cody@robibe.ro> Merged-by: Joshua M. Boniface <joshua@boniface.me> Original-merge: d0fd23bb4b746ffc98fe76a790706ecfa3c19342
2022-07-12Create Dockerfile.linux.musl-linux-arm64JinYi-Tsinghua
2022-07-12Add static build file for musl-linux-arm64JinYi-Tsinghua
2022-06-29Merge pull request #7984 from crobibero/dotnet-6.0.6Joshua M. Boniface
Upgrade to dotnet 6.0.6, update remaining dependencies (cherry picked from commit 56e7b323de3e993ba79ed86ef7e9a10f79693156) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-29Merge pull request #7614 from mihawk90/fedora-spec-reworkCody Robibero
(cherry picked from commit cb6e6879e27d7fadc788295f0524d69b3a42c02c) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20Merge pull request #7766 from crobibero/dotnet-6.0.5Joshua M. Boniface
(cherry picked from commit 71bf56704535d0afa7d4955f03d287d40c9a98a3) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-17Merge pull request #7590 from crobibero/dotnet-6.0.4Joshua M. Boniface
(cherry picked from commit 5778541d2fa9a6a2732b715e8c60421e44e035da) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-08Update to dotnet 6.0.3Cody Robibero
2022-02-08Update to dotnet 6.0.2Cody Robibero
Signed-off-by: Cody Robibero <cody@robibe.ro>
2021-12-14Update to dotnet 6.0.1Cody Robibero
2021-11-08Update to full dotnet 6Cody Robibero
2021-10-27Update README.mdzirdum
The link with 'blob' specified in the URL doesn't work for the current version of unRaid. Switching it to 'tree' (which is where the 'blob' link resolves to) works fine. Changes Changed link referenced: https://github.com/jellyfin/jellyfin/blob/master/deployment/unraid/docker-templates To this link: https://github.com/jellyfin/jellyfin/tree/master/deployment/unraid/docker-templates Issues Fixes template showing up in unRaid with the changes applied.
2021-10-27Update README.mdzirdum
The link with 'blob' specified in the URL doesn't work for the current version of unRaid. Switching it to 'tree' (which is where the 'blob' link resolves to) works fine. Changes Changed link referenced: https://github.com/jellyfin/jellyfin/blob/master/deployment/unraid/docker-templates To this link: https://github.com/jellyfin/jellyfin/tree/master/deployment/unraid/docker-templates Issues Fixes template showing up in unRaid with the changes applied.
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-09-19Upgrade to dotnet 5.0.10Cody Robibero
2021-08-15Merge pull request #6427 from winterqt/patch-1Joshua M. Boniface
Disable UseAppHost in portable deployment
2021-08-15Update to dotnet 5.0.9Cody Robibero
2021-08-14Disable UseAppHost in portable deploymentWinter
2021-08-06fix missing build dependenciesh1dden-da3m0n
needed by the build sh-scripts
2021-08-05remove packages bundled in dotnet/sdk base imageh1dden-da3m0n
2021-08-04change OS packaging images to be quieth1dden-da3m0n
also uses the base dotnet/sdk image where possible
2021-07-19Update to dotnet 5.0.8Cody Robibero
2021-06-14Update to dotnet 5.0.7crobibero
2021-05-17Remove erroneous newlinecrobibero
2021-05-14Update to dotnet5.0.6crobibero
2021-04-08Update to dotnet 5.0.5crobibero
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.
2021-02-09Update to dotnet 5.0.3crobibero
2021-01-16dotnet 5.0.2crobibero
2020-12-19Add static Linux builds for arm and muslJoshua M. Boniface
2020-12-09Update to dotnet 5.0.1crobibero
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-16Merge branch 'master' into docker-plsCody Robibero
2020-11-16Fix builderscrobibero
2020-11-15User buster-slim instead of non existent bustercrobibero
2020-11-15Upgrade all netcore3.1 to net5.0crobibero
2020-11-14Remove extraneous newlinecrobibero
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-11-10Update build ci, dockerfiles to .Net5.0crobibero
2020-10-13Update to dotnet 3.1.9crobibero
2020-10-09Remove references to legacy scriptscrobibero
2020-09-12update to dotnet 3.1.8crobibero
2020-09-04Remove GenerateDocumentationFilecrobibero
2020-09-03Merge pull request #4008 from crobibero/publish-with-docsJoshua M. Boniface
Include xml docs when publishing
2020-08-29include xml docs when publishingcrobibero