<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/deployment/Dockerfile.portable, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=master</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2024-03-18T14:42:07Z</updated>
<entry>
<title>Remove legacy build utilities (#11162)</title>
<updated>2024-03-18T14:42:07Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2024-03-18T14:42:07Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=78b53a60b4018b25c64a2477408c10144a750252'/>
<id>urn:sha1:78b53a60b4018b25c64a2477408c10144a750252</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor Dockerfile and build (#10603)</title>
<updated>2024-01-18T01:11:03Z</updated>
<author>
<name>Gauvino</name>
<email>68083474+Gauvino@users.noreply.github.com</email>
</author>
<published>2024-01-18T01:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a884b1f7869436fb373d71106330ab1db79cee11'/>
<id>urn:sha1:a884b1f7869436fb373d71106330ab1db79cee11</id>
<content type='text'>
* Fix fedora

* Fix RID Linux

* Fix package and image versions

* Fix buildling and optimize docker images
```

* Removed find obj

* Changed curl command and added gpg

* Added to Contributors

* Removed apt-transport-https package

* Removed RASPI

* Update Intel drivers version

* Update Dockerfile for CentOS, Fedora, and portable deployments

 - Changed Jammy docker image to Built-in Jammy Microsoft .NET SDK image
 - Switched from using "Yum" to "Dnf" for CentOS and Fedora
 - Added "dnf clean all" and "rm -rf /var/cache/dnf" to the end of CentOS and Fedora Dockerfiles
 - Added "apt-get clean", "apt-get autoremove", "rm -rf /var/lib/apt/lists/*" to the end of the Debian/Ubuntu Dockerfiles
 - Added ${DOTNET_VERSION} in every Dockerfile except CentOS/Fedora
 - Removed previous warning comment for dotnet publish build in parallel
 - Arranged package installation

* Re-arranged Dockerfile package installation

* Re-align

* Remove curl

* Remove curl</content>
</entry>
<entry>
<title>Fix build and changed debian to bookworm</title>
<updated>2023-11-15T23:43:37Z</updated>
<author>
<name>Uruk</name>
<email>uruknarb20@gmail.com</email>
</author>
<published>2023-11-15T23:43:37Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f3b882d0e2c5303db8c3b711cc0c5c18ac2d6b7f'/>
<id>urn:sha1:f3b882d0e2c5303db8c3b711cc0c5c18ac2d6b7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7 (#8686)</title>
<updated>2022-12-07T16:56:01Z</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2022-12-07T16:56:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=08a43d80391b3c48e75c46da08e4253d294c89d4'/>
<id>urn:sha1:08a43d80391b3c48e75c46da08e4253d294c89d4</id>
<content type='text'>
Co-authored-by: renovate[bot] &lt;29139614+renovate[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Drop transitional package apt-transport-https (#5950)</title>
<updated>2022-09-13T23:34:21Z</updated>
<author>
<name>Robin Schneider</name>
<email>ypid@riseup.net</email>
</author>
<published>2022-09-13T23:34:21Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d75c699ad4568fb2546588497c201fd6e4830477'/>
<id>urn:sha1:d75c699ad4568fb2546588497c201fd6e4830477</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>remove packages bundled in dotnet/sdk base image</title>
<updated>2021-08-04T22:25:58Z</updated>
<author>
<name>h1dden-da3m0n</name>
<email>33120068+h1dden-da3m0n@users.noreply.github.com</email>
</author>
<published>2021-08-04T22:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ea798de61fc374438309cddb2cd4c3f066246570'/>
<id>urn:sha1:ea798de61fc374438309cddb2cd4c3f066246570</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change OS packaging images to be quiet</title>
<updated>2021-08-04T21:34:12Z</updated>
<author>
<name>h1dden-da3m0n</name>
<email>33120068+h1dden-da3m0n@users.noreply.github.com</email>
</author>
<published>2021-08-04T21:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6a3ec7b4799222fe4c07ae1bc7dc9681083183ba'/>
<id>urn:sha1:6a3ec7b4799222fe4c07ae1bc7dc9681083183ba</id>
<content type='text'>
also uses the base dotnet/sdk image where possible
</content>
</entry>
<entry>
<title>Update to dotnet 5.0.8</title>
<updated>2021-07-19T14:08:02Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-07-19T14:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=de12ee5dba3698fe96a12330a68896ed6a1fdb94'/>
<id>urn:sha1:de12ee5dba3698fe96a12330a68896ed6a1fdb94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to dotnet 5.0.7</title>
<updated>2021-06-14T12:44:55Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-06-14T12:44:55Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e021a0e9ce267e965168a51219a6081b60842a39'/>
<id>urn:sha1:e021a0e9ce267e965168a51219a6081b60842a39</id>
<content type='text'>
</content>
</entry>
</feed>
