<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/deployment/Dockerfile.docker.arm64, branch v10.11.0-rc9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc9</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc9'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/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.b0n.dev/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.b0n.dev/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.b0n.dev/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.b0n.dev/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>Backport pull request #8257 from jellyfin/release-10.8.z</title>
<updated>2022-08-14T01:46:36Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2022-08-14T01:46:36Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c7edf8b565e7d52400cf65e747a8e800ecd3a036'/>
<id>urn:sha1:c7edf8b565e7d52400cf65e747a8e800ecd3a036</id>
<content type='text'>
Use separate args for dotnet publish commands

Original-merge: d260f308106db648014a0bb3fd1911c838f899ce

Merged-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;

Backported-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</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.b0n.dev/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>Merge branch 'master' into docker-pls</title>
<updated>2020-11-17T00:07:06Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-11-17T00:07:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=be3c65d80f4b2972a2e1a60ed3894102c0ee9cb8'/>
<id>urn:sha1:be3c65d80f4b2972a2e1a60ed3894102c0ee9cb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix builders</title>
<updated>2020-11-17T00:05:31Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-11-17T00:05:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1d96167e8d58ff59859ae5b9afc1f9e0f6bed74f'/>
<id>urn:sha1:1d96167e8d58ff59859ae5b9afc1f9e0f6bed74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>User buster-slim instead of non existent buster</title>
<updated>2020-11-16T04:08:02Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-11-16T04:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e2e10e672fb3a8f343f62b6b6ef8d5a2f1628fee'/>
<id>urn:sha1:e2e10e672fb3a8f343f62b6b6ef8d5a2f1628fee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade all netcore3.1 to net5.0</title>
<updated>2020-11-15T20:31:47Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-11-15T20:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=185fac0677fd5c5ce46e5dc8156a852efb3e21c8'/>
<id>urn:sha1:185fac0677fd5c5ce46e5dc8156a852efb3e21c8</id>
<content type='text'>
</content>
</entry>
</feed>
