Skip to content

Provide Docker image for jellyfin-ffmpeg #606

@icegood

Description

@icegood

For now deployment of library is done via means of repository of jellyfin:

&& curl -fsSL https://repo.jellyfin.org/jellyfin_team.gpg.key \ | gpg --dearmor -o /etc/apt/trusted.gpg.d/debian-jellyfin.gpg \ && echo "deb [arch=${PACKAGE_ARCH}] https://repo.jellyfin.org/master/debian ${OS_VERSION} main" > /etc/apt/sources.list.d/jellyfin.list \
it's not convenient. Developer might want to have own copy of ffmpeg and should be able quickly deploy it in dev environment. Therefore, it is expected to have additional docker image, say jellyfin-ffmpeg, and deploy artefacts into main docker file via

COPY --from=jellyfin-ffmpeg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions