<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Dockerfile, branch v10.8.0-alpha2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.8.0-alpha2</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.8.0-alpha2'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2021-10-10T15:26:06Z</updated>
<entry>
<title>Apply suggestions from code review</title>
<updated>2021-10-10T15:26:06Z</updated>
<author>
<name>Marcel</name>
<email>34819524+MarcelCoding@users.noreply.github.com</email>
</author>
<published>2021-10-10T15:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b225c3fd3cb635fef5e75414b9a4bf1d183c92d6'/>
<id>urn:sha1:b225c3fd3cb635fef5e75414b9a4bf1d183c92d6</id>
<content type='text'>
Co-authored-by: Cody Robibero &lt;cody@robibe.ro&gt;</content>
</entry>
<entry>
<title>Added healthcheck url environemnt variable</title>
<updated>2021-10-10T15:15:43Z</updated>
<author>
<name>Marcel</name>
<email>34819524+MarcelCoding@users.noreply.github.com</email>
</author>
<published>2021-10-10T15:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f75023593341bcc5adc42c8eb3644ba303ed67a0'/>
<id>urn:sha1:f75023593341bcc5adc42c8eb3644ba303ed67a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply suggestions from code review</title>
<updated>2021-10-09T19:41:46Z</updated>
<author>
<name>Marcel</name>
<email>34819524+MarcelCoding@users.noreply.github.com</email>
</author>
<published>2021-10-09T19:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=5d11fd68c6eb62da3aa9d5052653b8c32a7a7c80'/>
<id>urn:sha1:5d11fd68c6eb62da3aa9d5052653b8c32a7a7c80</id>
<content type='text'>
Co-authored-by: Cody Robibero &lt;cody@robibe.ro&gt;</content>
</entry>
<entry>
<title>Apply suggestions from code review</title>
<updated>2021-10-09T15:00:20Z</updated>
<author>
<name>Marcel</name>
<email>34819524+MarcelCoding@users.noreply.github.com</email>
</author>
<published>2021-10-09T15:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=32d6e7db7c510374b7164fecb4511e26a4e25ead'/>
<id>urn:sha1:32d6e7db7c510374b7164fecb4511e26a4e25ead</id>
<content type='text'>
Co-authored-by: Cody Robibero &lt;cody@robibe.ro&gt;</content>
</entry>
<entry>
<title>Added Docker Healthcheck</title>
<updated>2021-10-09T08:25:22Z</updated>
<author>
<name>Marcel</name>
<email>34819524+MarcelCoding@users.noreply.github.com</email>
</author>
<published>2021-10-09T08:21:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=fe461ff66bd69997014fe190745e44e7696d0167'/>
<id>urn:sha1:fe461ff66bd69997014fe190745e44e7696d0167</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6580 from Artiume/patch-1</title>
<updated>2021-10-03T12:04:45Z</updated>
<author>
<name>Claus Vium</name>
<email>cvium@users.noreply.github.com</email>
</author>
<published>2021-10-03T12:04:45Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c60428f869fec7cc0c407ec58a4a111e2908a63d'/>
<id>urn:sha1:c60428f869fec7cc0c407ec58a4a111e2908a63d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT in docker images</title>
<updated>2021-09-29T01:09:37Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-09-29T01:09:37Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6fb3ec0319e91a0557a1ba5d3139e938aa5dd154'/>
<id>urn:sha1:6fb3ec0319e91a0557a1ba5d3139e938aa5dd154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix builds for dotnet6 (#6595)</title>
<updated>2021-09-25T12:21:48Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-09-25T12:21:48Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=4fc3de9b75e2b8ac9052271dca9aacf2bc6eed90'/>
<id>urn:sha1:4fc3de9b75e2b8ac9052271dca9aacf2bc6eed90</id>
<content type='text'>
* Target net6.0

* Use new Enum.TryParse(ReadOnlySpan&lt;char&gt;) 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 &lt;bond.009@outlook.com&gt;</content>
</entry>
<entry>
<title>Update Docker Image</title>
<updated>2021-09-20T12:30:47Z</updated>
<author>
<name>artiume</name>
<email>siderite@gmail.com</email>
</author>
<published>2021-09-20T12:30:47Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7e8557fec699e09a3b067eed5dce3b9599702d64'/>
<id>urn:sha1:7e8557fec699e09a3b067eed5dce3b9599702d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Dockerfile typos</title>
<updated>2021-09-06T15:51:08Z</updated>
<author>
<name>Fernando Fernández</name>
<email>ferferga@hotmail.com</email>
</author>
<published>2021-09-06T15:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=488e276f01b34c9aa82b53c969c56ccc9647cfbe'/>
<id>urn:sha1:488e276f01b34c9aa82b53c969c56ccc9647cfbe</id>
<content type='text'>
</content>
</entry>
</feed>
