aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2019-07-24Bump version for 10.3.7v10.3.7Joshua M. Boniface
2019-07-06Bump version for 10.3.6Joshua M. Boniface
2019-06-09Bump version for 10.3.5v10.3.5Joshua M. Boniface
2019-06-06Bump version for 10.3.4v10.3.4Joshua M. Boniface
2019-05-17Bump version for 10.3.3v10.3.3Joshua M. Boniface
2019-04-30Bump version for 10.3.2v10.3.2Joshua Boniface
2019-04-20Bump version to 10.3.1Joshua Boniface
2019-04-19Bump version to 10.3.0 (release)v10.3.0Joshua Boniface
2019-04-10Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2Joshua Boniface
2019-04-03Update DockerfilesAndrew Rabert
* Use new dotnet image paths * Update jellyfin-web to 10.3.0-rc1
2019-03-15Only remove /var/lib/apt/lists/*Sandro Jäckel
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-03-01Treat jellyfin-web as just another dependency for Docker buildsAndrew Rabert
2019-02-27Set ffmpeg+ffprobe paths in Docker containerAndrew Rabert
Will always ensure containers use correct path. Yes - the arm images have a different path than the amd64 one. This is caused by the amd64 image using ffmpeg from jellyfin/ffmpeg while the others use ffmpeg from their distro's repos.
2019-02-24use common.build.sh for docker image buildsThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-24Build releases without debugThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-20Use jellyfin/ffmpeg imageAndrew Rabert
2019-02-16Fix cachedir missing from Docker containerAndrew Rabert
Adds the /cache volume and set it to writeable by all. This allows for those using jellyfin to continue using it without modifying their config. However, retaining cache will require one to mount the /cache volume. Also make the /config and /media dirs 777 by default. No permissions on mounted volumes will be changed.
2019-02-16Enhance DockerfilesAndrew Rabert
* Prevent failure when obj exists from host compile * Enhance readability of disposed stages * Formatting
2019-02-08Use VAAPI-enabled ffmpegAndrew Rabert
2019-02-02Fix docker argsSparky
After the change to runtime args in #749 docker broke. This fixes it.
2019-01-26Use ffmpeg from jrottenberg/ffmpegAndrew Rabert
Eventually would like to move to his 4.0-vaapi image
2019-01-25Make another docker layer reusableSparky
By moving the apt-get layer before the copies, the apt-get layer can be reused with each build, reducing upload/download needed during updates. Just a small optimization.
2019-01-18Really slim down Docker containerSparky
#606 didn't actually run the new commands due to the comments position. This fixes the comment location.
2019-01-17Slim down docker imageSparky
After installing, remove package caches and clean up after installation of stuff.
2019-01-13Merge remote-tracking branch 'upstream/dev' into build-system-consolidationErwin de Haan
2019-01-13Fix buildAndrew Rabert
2019-01-13Reformat argsAndrew Rabert
2019-01-12Moved main docker file.Erwin de Haan
2019-01-10Build scripts and build system consolidation.Erwin de Haan
Squashed commit.
2019-01-06Download ffmpeg in a separate layerAndrew Rabert
This slightly speeds up rebuilding since the ffmpeg layer cache is used even when Jellyfin source is changed.
2019-01-06Fix Skia in DockerAndrew Rabert
2019-01-06Remove deprecation warning from DockerAndrew Rabert
2019-01-05helps if the arg is within that bit of the dockerfilebfayers
2019-01-05clean up how extracting tar is done; just put it in /usr/bin instead of ↵bfayers
symlinks; remove xz-utils after (cleaning up space); all at request of nvllsvm
2019-01-05remove commented apt installs for ffmpegbfayers
2019-01-04use ffmpeg 4.0.3 instead of distro provided (fixes chromecast + androidtv)bfayers
2018-12-18Remove PUID and PGUID env varsAndrew Rabert
Use Docker's built-in `user` option instead. Ex. `docker run --user 1000:1000 jellyfin/jellyfin`
2018-12-16Simplify Docker buildAndrew Rabert
- Remove unnecessary build command (implied in publish) - Remove unnecessary solution arg - Move arg to command
2018-12-12Fix DockerfileBond-009
2018-12-11Opt out of .NET telemetryAndrew Rabert
2018-12-10Add jellyfin Docker imageAndrew Rabert