Skip to content

Refactor docker build using build cache and multiline script#52

Open
glensc wants to merge 1 commit into
Stremio:mainfrom
glensc:refactor-layers
Open

Refactor docker build using build cache and multiline script#52
glensc wants to merge 1 commit into
Stremio:mainfrom
glensc:refactor-layers

Conversation

@glensc

@glensc glensc commented May 1, 2025

Copy link
Copy Markdown
Contributor

Replaces #40 (Fixes #41):

  • Use JELLYFIN_VERSION argument instead of using hard coded value
  • Detect OS version instead of hard coded value

Reduces size of image by omitting apt caches via cache build mounts. This also simplifies whole scripting by using multiline script.

Tested build with:

docker build . --progress=plain --build-arg VERSION=v4.20.1

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.

Improve Dockerfile to allow build with Debian bullseye instead of buster

1 participant