aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
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-10-10Fix Docker healthcheck outputJeremy Lin
The current healthcheck command results in progress info being output. Add -f/--fail, -s/--silent, -S/--show-error options to avoid progress output, but still show error messages if something goes wrong.
2022-09-14Drop transitional package apt-transport-https (#5950)Robin Schneider
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-02-28Update intel compute runtime to 22.08.22549Nyanmisaka
2022-02-28Update intel compute runtime to 22.05.22297Nyanmisaka
2022-02-02Remove unused docker volumes (#7030)Cody Robibero
2021-10-10Apply suggestions from code reviewMarcel
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-10-10Added healthcheck url environemnt variableMarcel
2021-10-09Apply suggestions from code reviewMarcel
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-10-09Apply suggestions from code reviewMarcel
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-10-09Added Docker HealthcheckMarcel
2021-10-03Merge pull request #6580 from Artiume/patch-1Claus Vium
2021-09-28Disable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT in docker imagesCody 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-20Update Docker Imageartiume
2021-09-06Fix Dockerfile typosFernando Fernández
2021-09-06Update Intel Compute Runtime ResourcesMayur Panchal
2021-08-15Update Dockerfile to use debian:bullseye-slimCody Robibero
2021-08-02Optimize DockerfilesRich Lander
2021-05-05Fix web build in dockerfilesBill Thornton
2021-04-12Remove coupling to distroRich Lander
- The substring `-buster-slim` isn't useful/correct. - .NET 6 (from my team) is based exclusively on bullseye. - If you update just `DOTNET_VERSION` to `6.0`, `docker build` will fail. - If the goal is to force using `buster` throughout the Dockerfile, then making `DOTNET_VERSION` configurable isn't correct. - Context: https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/amd64/Dockerfile#L1 Just saw this as a drive by look at your code. Is intended as helpful context.
2021-04-06Use npm ci instead of npm iFernando Fernández
2021-04-06(jellyfin-web): Switch to npmFernando Fernández
2020-11-28Apply suggestions from code reviewNyanmisaka
Co-authored-by: artiume <siderite@gmail.com>
2020-11-27add NEO OpenCL runtime for Intel Tone mappingnyanmisaka
2020-11-15update dotnet 5.0 imageartiume
Step 5/23 : FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-buster as builder manifest for mcr.microsoft.com/dotnet/sdk:5.0-buster not found: manifest unknown: manifest tagged by "5.0-buster" is not found arm not tested
2020-11-10Update build ci, dockerfiles to .Net5.0crobibero
2020-09-04Remove GenerateDocumentationFilecrobibero
2020-08-29include xml docs when publishingcrobibero
2020-05-15Fix container image build by installing pythonErik Rigtorp
2020-04-09minor changesNyanmisaka
2020-04-09use pre-compiled deb to avoid non-free driversNyanmisaka
2020-03-29Dockerfile: support for non-ASCII charactersox0spy
2020-03-21Merge pull request #2631 from mark-monteiro/fix-client-build-scriptsdkanada
Fix Client Build Scripts
2020-03-20Add missing trailing slashesMark Monteiro
2020-03-20Remove unnecessary execution of `yarn build:production`Mark Monteiro
2020-03-20Use 'yarn build:production' instead of 'yarn:build' everywhereMark Monteiro
2020-03-15Update docker dependencies for Gulpartiume
2020-03-05Fix Docker packages (#2499)Andrew Rabert
* Fix Vaapi Intel packages https://github.com/jellyfin/jellyfin/issues/1901#issuecomment-593114951 Still need to compile with the packages to verify it builds properly. Arm builds probably need it too. * Update Dockerfile * Update Dockerfile * Update Dockerfile.arm * Update Dockerfile.arm * Update Dockerfile.arm64 * Update Dockerfile.arm * Update Dockerfile.arm * Update Dockerfile.arm * Update Dockerfile.arm64 * Update Dockerfile.arm64 * Update Dockerfile.arm * Update Dockerfile * shift from curl to git for web install removed the necessity of curl, tar and package availability and using the source directly * Update Dockerfile.arm * Update Dockerfile.arm64 * Update Dockerfile * Update Dockerfile * Update Dockerfile.arm * Update Dockerfile.arm64 * clean up packages and remove unnecessary ARG * Update Dockerfile * Update Dockerfile.arm64 * Update Dockerfile * Update Dockerfile.arm64 * Update Dockerfile * Update Dockerfile.arm * Update Dockerfile.arm64 * Explainations * Update Dockerfile.arm * Update Dockerfile.arm64
2020-02-11Update dockerfile to install git for new dependencyartiume
https://github.com/jellyfin/jellyfin-web/pull/735 I had to install git to get it to build ✌️
2020-02-01Add root certificates to docker imageMatt
2020-01-10fixes dockerfile building on recent linux installationsNarfinger
2019-12-06Move to .Net Core 3.1Bond_009
2019-11-17Merge pull request #1937 from justinfenn/docker-entrypoint-execJoshua M. Boniface
use exec form for Dockerfile entrypoint
2019-10-28Adding OpenSSL librarySteve Hayles
Depending on configuration the docker container may need OpenSSL to support https access
2019-10-27Update DockerfileSteve Hayles
debian-stretch packages were missing for libva-drm2 so would not build the base image mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION} is incorrectly referencing .NET Core 3-preview6 which will cause issues at runtime with library references being mismatched
2019-10-27use exec form for Dockerfile entrypointJustin Fenn
This causes the jellyfin process to be pid 1 in the container. It can receive signals like SIGTERM (from "docker stop", for example) and shut down properly.
2019-10-25Use the correct dotnet runtime in Docker imagesBond_009
The self contained packages already contains the dotnet runtime No need to use the dotnet runtime base image. This should decrease the size of the image.
2019-10-19Fix Docker ffmpegAndrew Rabert