<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Dockerfile, branch v10.2.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.2.1</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.2.1'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-02-20T17:11:50Z</updated>
<entry>
<title>Use jellyfin/ffmpeg image</title>
<updated>2019-02-20T17:11:50Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-20T17:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=69a81c0bc263ab4da6801285ea027851325be99a'/>
<id>urn:sha1:69a81c0bc263ab4da6801285ea027851325be99a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cachedir missing from Docker container</title>
<updated>2019-02-16T20:25:44Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-16T20:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c06598635f2637dc60e022825e7a81bdae88a650'/>
<id>urn:sha1:c06598635f2637dc60e022825e7a81bdae88a650</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Enhance Dockerfiles</title>
<updated>2019-02-16T06:37:55Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-16T06:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d9ab654abe6a6790ecb946894dac0c4fc863227b'/>
<id>urn:sha1:d9ab654abe6a6790ecb946894dac0c4fc863227b</id>
<content type='text'>
* Prevent failure when obj exists from host compile
* Enhance readability of disposed stages
* Formatting
</content>
</entry>
<entry>
<title>Use VAAPI-enabled ffmpeg</title>
<updated>2019-02-08T05:19:31Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-08T05:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=22ffc5aee4f2f67c69a678217abc6a3171d6e329'/>
<id>urn:sha1:22ffc5aee4f2f67c69a678217abc6a3171d6e329</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix docker args</title>
<updated>2019-02-02T14:17:59Z</updated>
<author>
<name>Sparky</name>
<email>sparky@possumlodge.me</email>
</author>
<published>2019-02-02T14:00:04Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1d94607a306521860df44982d6bfeb1a139def52'/>
<id>urn:sha1:1d94607a306521860df44982d6bfeb1a139def52</id>
<content type='text'>
After the change to runtime args in #749 docker broke.

This fixes it.</content>
</entry>
<entry>
<title>Use ffmpeg from jrottenberg/ffmpeg</title>
<updated>2019-01-27T02:16:43Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-01-27T02:16:43Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=cc3422b96b514621300f6ed419ce8cb8f8622073'/>
<id>urn:sha1:cc3422b96b514621300f6ed419ce8cb8f8622073</id>
<content type='text'>
Eventually would like to move to his 4.0-vaapi image
</content>
</entry>
<entry>
<title>Make another docker layer reusable</title>
<updated>2019-01-25T18:27:12Z</updated>
<author>
<name>Sparky</name>
<email>sparky@possumlodge.me</email>
</author>
<published>2019-01-25T18:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=9f83ee7b3ecc7613ddcdcf6a7920b05569e54d26'/>
<id>urn:sha1:9f83ee7b3ecc7613ddcdcf6a7920b05569e54d26</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Really slim down Docker container</title>
<updated>2019-01-18T15:26:02Z</updated>
<author>
<name>Sparky</name>
<email>sparky@possumlodge.me</email>
</author>
<published>2019-01-18T15:26:02Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d00e43735f8f8f75f5b0901a380d8bbf719c11a9'/>
<id>urn:sha1:d00e43735f8f8f75f5b0901a380d8bbf719c11a9</id>
<content type='text'>
#606 didn't actually run the new commands due to the comments position.

This fixes the comment location.
</content>
</entry>
<entry>
<title>Slim down docker image</title>
<updated>2019-01-17T23:59:52Z</updated>
<author>
<name>Sparky</name>
<email>sparky@possumlodge.me</email>
</author>
<published>2019-01-17T23:59:47Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=fe4c3fddb4627bddfffd99729d90f99c3c12449b'/>
<id>urn:sha1:fe4c3fddb4627bddfffd99729d90f99c3c12449b</id>
<content type='text'>
After installing, remove package caches and clean up after installation of stuff.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/dev' into build-system-consolidation</title>
<updated>2019-01-13T22:28:05Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T22:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ae0732136fe72e5e3c26517e9e350178bf2e9b59'/>
<id>urn:sha1:ae0732136fe72e5e3c26517e9e350178bf2e9b59</id>
<content type='text'>
</content>
</entry>
</feed>
