Skip to content

update Docker file to install correct intel media driver#621

Merged
Josh5 merged 1 commit into
Unmanic:stagingfrom
yajrendrag:pr-intel-media-fix
Jun 17, 2026
Merged

update Docker file to install correct intel media driver#621
Josh5 merged 1 commit into
Unmanic:stagingfrom
yajrendrag:pr-intel-media-fix

Conversation

@yajrendrag

Copy link
Copy Markdown
Contributor

Pull request

CLA

  • I agree that by opening a pull requests I am handing over copyright ownership
    of my work contained in that pull request to the Unmanic project and the project
    owner. My contribution will become licensed under the same license as the overall project.
    This extends upon paragraph 11 of the Terms & Conditions stipulated in the GPL v3.0

Checklist

  • I have ensured that my pull request is being opened to merge into the staging branch.

  • I have ensured that all new python file contributions contain the correct header as
    stipulated in the Contributing Docs.

Description of the pull request

the Dockerfile was hard coded to install the intel media driver from jammy, but the staging branch has been updated to noble, so it was installing an outdated intel media driver. this fix modifies the Dockerfile RUN to read the release codename from /etc/os-release and uses that value to add the corresponding intel media repo and so the intel media driver installed matches the ubuntu release.

@Josh5 Josh5 merged commit a5a8108 into Unmanic:staging Jun 17, 2026
10 checks passed
mbartsch pushed a commit to mbartsch/unmanic that referenced this pull request Jun 17, 2026
update Docker file to install correct intel media driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants