| Age | Commit message (Collapse) | Author |
|
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.
|
|
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
|
|
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
|
|
|
|
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.
|
|
* Prevent failure when obj exists from host compile
* Enhance readability of disposed stages
* Formatting
|
|
|
|
After the change to runtime args in #749 docker broke.
This fixes it.
|
|
Eventually would like to move to his 4.0-vaapi image
|
|
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.
|
|
#606 didn't actually run the new commands due to the comments position.
This fixes the comment location.
|
|
After installing, remove package caches and clean up after installation of stuff.
|
|
|
|
|
|
|
|
|
|
Squashed commit.
|
|
This slightly speeds up rebuilding since the ffmpeg layer cache is used
even when Jellyfin source is changed.
|
|
|
|
|
|
|
|
symlinks; remove xz-utils after (cleaning up space); all at request of nvllsvm
|
|
|
|
|
|
Use Docker's built-in `user` option instead.
Ex. `docker run --user 1000:1000 jellyfin/jellyfin`
|
|
- Remove unnecessary build command (implied in publish)
- Remove unnecessary solution arg
- Move arg to command
|
|
|
|
|
|
|