Andrew Rabert
358665d944
Docker - make web version more configurable
...
This allows for building against jellyfin-web master. Ex.
docker build . --build-arg JELLYFIN_WEB_VERSION=master
5 years ago
Joshua M. Boniface
595a68b822
Bump version for 10.3.7
5 years ago
Joshua M. Boniface
b3f9d04501
Bump version for 10.3.6
5 years ago
Joshua M. Boniface
d5fe82314e
Bump version for 10.3.5
5 years ago
Joshua M. Boniface
855911333a
Bump version for 10.3.4
5 years ago
Joshua M. Boniface
1bf3a26a61
Bump version for 10.3.3
6 years ago
Joshua Boniface
e8196fed7c
Bump version for 10.3.2
6 years ago
Joshua Boniface
5fb4922c6f
Bump version to 10.3.1
6 years ago
Joshua Boniface
46c37c0ae8
Bump version to 10.3.0 (release)
6 years ago
Joshua Boniface
65bff1181a
Bump version to 10.3.0-rc2 and update submodule
6 years ago
Andrew Rabert
d75324afc9
Update Dockerfiles
...
* Use new dotnet image paths
* Update jellyfin-web to 10.3.0-rc1
6 years ago
Sandro Jäckel
dd929d796f
Only remove /var/lib/apt/lists/*
6 years ago
PloughPuff
b864e9da2a
Finalise removal of --ffprobe switch
...
Removed --ffprobe from src files and server/docker scripts.
6 years ago
Andrew Rabert
27f9981142
Treat jellyfin-web as just another dependency for Docker builds
6 years ago
Andrew Rabert
1d1e6dede9
Set ffmpeg+ffprobe paths in Docker container
...
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.
6 years ago
Thomas Büttner
38ec68c488
use common.build.sh for docker image builds
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
da61998ad6
Build releases without debug
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Andrew Rabert
69a81c0bc2
Use jellyfin/ffmpeg image
6 years ago
Andrew Rabert
c06598635f
Fix cachedir missing from Docker container
...
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.
6 years ago
Andrew Rabert
d9ab654abe
Enhance Dockerfiles
...
* Prevent failure when obj exists from host compile
* Enhance readability of disposed stages
* Formatting
6 years ago
Andrew Rabert
22ffc5aee4
Use VAAPI-enabled ffmpeg
6 years ago
Sparky
1d94607a30
Fix docker args
...
After the change to runtime args in #749 docker broke.
This fixes it.
6 years ago
Andrew Rabert
cc3422b96b
Use ffmpeg from jrottenberg/ffmpeg
...
Eventually would like to move to his 4.0-vaapi image
6 years ago
Sparky
9f83ee7b3e
Make another docker layer reusable
...
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.
6 years ago
Sparky
d00e43735f
Really slim down Docker container
...
#606 didn't actually run the new commands due to the comments position.
This fixes the comment location.
6 years ago
Sparky
fe4c3fddb4
Slim down docker image
...
After installing, remove package caches and clean up after installation of stuff.
6 years ago
Erwin de Haan
ae0732136f
Merge remote-tracking branch 'upstream/dev' into build-system-consolidation
6 years ago
Andrew Rabert
17c60f46db
Fix build
6 years ago
Andrew Rabert
f11a4368bb
Reformat args
6 years ago
Erwin de Haan
ba671569b4
Moved main docker file.
6 years ago
Erwin de Haan
399a079dd4
Build scripts and build system consolidation.
...
Squashed commit.
6 years ago
Andrew Rabert
1c326fe7d4
Download ffmpeg in a separate layer
...
This slightly speeds up rebuilding since the ffmpeg layer cache is used
even when Jellyfin source is changed.
6 years ago
Andrew Rabert
9f7bebc728
Fix Skia in Docker
6 years ago
Andrew Rabert
e60dc805d6
Remove deprecation warning from Docker
6 years ago
bfayers
227f9da3e5
helps if the arg is within that bit of the dockerfile
6 years ago
bfayers
4c03616aff
clean up how extracting tar is done; just put it in /usr/bin instead of symlinks; remove xz-utils after (cleaning up space); all at request of nvllsvm
6 years ago
bfayers
bf61c20408
remove commented apt installs for ffmpeg
6 years ago
bfayers
2961dc0bdd
use ffmpeg 4.0.3 instead of distro provided (fixes chromecast + androidtv)
6 years ago
Andrew Rabert
def954e8da
Remove PUID and PGUID env vars
...
Use Docker's built-in `user` option instead.
Ex. `docker run --user 1000:1000 jellyfin/jellyfin`
6 years ago
Andrew Rabert
23ed559bb0
Simplify Docker build
...
- Remove unnecessary build command (implied in publish)
- Remove unnecessary solution arg
- Move arg to command
6 years ago
Bond-009
9035965014
Fix Dockerfile
6 years ago
Andrew Rabert
13eec38783
Opt out of .NET telemetry
6 years ago
Andrew Rabert
206bc7911c
Add jellyfin Docker image
6 years ago