[PR #2249] [MERGED] fixes dockerfile building on recent linux installations #9047

Closed
opened 2026-02-07 05:55:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2249
Author: @Narfinger
Created: 1/10/2020
Status: Merged
Merged: 1/16/2020
Merged by: @JustAMan

Base: masterHead: docker-fix


📝 Commits (1)

  • c3ff4e0 fixes dockerfile building on recent linux installations

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 Dockerfile (+3 -1)

📄 Description

The current dockerfile in the root directory does not work on linux with systemd>=227.
It aborts with some errors about not being able to get nuget packages.

The solution is to either allow more tasks to run by systemd or disable parallel building as given in these two resources.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/2249 **Author:** [@Narfinger](https://github.com/Narfinger) **Created:** 1/10/2020 **Status:** ✅ Merged **Merged:** 1/16/2020 **Merged by:** [@JustAMan](https://github.com/JustAMan) **Base:** `master` ← **Head:** `docker-fix` --- ### 📝 Commits (1) - [`c3ff4e0`](https://github.com/jellyfin/jellyfin/commit/c3ff4e0b9f52827872d50b890ea4e4fbab22b604) fixes dockerfile building on recent linux installations ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -1) </details> ### 📄 Description The current dockerfile in the root directory does not work on linux with systemd>=227. It aborts with some errors about not being able to get nuget packages. The solution is to either allow more tasks to run by systemd or disable parallel building as given in these two resources. - https://success.docker.com/article/how-to-reserve-resource-temporarily-unavailable-errors-due-to-tasksmax-setting - https://stackoverflow.com/questions/59476800/resource-temporarily-unavailable-when-building-dotnet-core-3-0-dependency-on-ubu --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:55:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9047