aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
2023-01-10Update docker sdk to 7.0.2Cody Robibero
2022-12-15chore(deps): update dotnet monorepo to v7.0.1 (#8900)renovate[bot]
* chore(deps): update dotnet monorepo to v7.0.1 * Update docker sdk Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-12-13Fix Windows FFmpeg download link (#8901)Shadowghost
2022-12-07Fix nightly builds (#8870)Bond-009
2022-12-07chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7 (#8686)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07feat: macOS arm64 build support (#8515)gnattu
2022-11-09chore(deps): update dotnet monorepo (#8708)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-10-18Update sdk in dockerfilesCody Robibero
2022-09-23Backport pull request #8433 from jellyfin/release-10.8.zCody Robibero
Update to dotnet 6.0.9 Original-merge: 4ec82ec662834867742a08dff680c938c4a5542a Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-14Drop transitional package apt-transport-https (#5950)Robin Schneider
2022-09-08Fix musl publish commandCody Robibero
2022-09-08Fix musl permissionsCody Robibero
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