Sören Grevsmühl soeren
  • Joined on 2025-01-15

bazarr (latest)

Published 2026-04-07 05:00:30 +02:00 by soeren

Installation

docker pull gitea.freundchenhub.com/soeren/bazarr:latest
sha256:4d14836030e96bfe1757c55f4744d3988a8f976f30393564e12bbbb57696e82e

About this package

[Bazarr](https://www.bazarr.media/) is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.

Image Layers

COPY /root-out/ / # buildkit
ARG BUILD_DATE=2026-03-07T13:53:29+00:00
ARG VERSION=48fea208-ls9
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
ARG LSIOWN_VERSION=v1
ARG WITHCONTENV_VERSION=v1
LABEL build_version=Linuxserver.io version:- 48fea208-ls9 Build-date:- 2026-03-07T13:53:29+00:00
LABEL maintainer=TheLamer
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |6 BUILD_DATE=2026-03-07T13:53:29+00:00 VERSION=48fea208-ls9 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
COPY root/ / # buildkit
ENTRYPOINT ["/init"]
ENV LSIO_FIRST_PARTY=true
ARG BUILD_DATE=2026-03-24T21:53:35+00:00
ARG VERSION=v1.5.6-ls342
ARG BAZARR_VERSION=v1.5.6
LABEL build_version=Linuxserver.io version:- v1.5.6-ls342 Build-date:- 2026-03-24T21:53:35+00:00
LABEL maintainer=chbmb
ENV TZ=Etc/UTC
RUN |3 BUILD_DATE=2026-03-24T21:53:35+00:00 VERSION=v1.5.6-ls342 BAZARR_VERSION=v1.5.6 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies build-base cargo libffi-dev libpq-dev libxml2-dev libxslt-dev python3-dev && echo "**** install packages ****" && apk add --no-cache ffmpeg libxml2 libxslt mediainfo python3 && echo "**** install bazarr ****" && mkdir -p /app/bazarr/bin && if [ -z ${BAZARR_VERSION+x} ]; then BAZARR_VERSION=$(curl -sX GET "https://api.github.com/repos/morpheus65535/bazarr/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/bazarr.zip -L "https://github.com/morpheus65535/bazarr/releases/download/${BAZARR_VERSION}/bazarr.zip" && unzip /tmp/bazarr.zip -d /app/bazarr/bin && rm -Rf /app/bazarr/bin/bin && echo "UpdateMethod=docker\nBranch=master\nPackageVersion=${VERSION}\nPackageAuthor=linuxserver.io" > /app/bazarr/package_info && curl -o /app/bazarr/bin/postgres-requirements.txt -L "https://raw.githubusercontent.com/morpheus65535/bazarr/${BAZARR_VERSION}/postgres-requirements.txt" && echo "**** Install requirements ****" && python3 -m venv /lsiopy && pip install -U --no-cache-dir pip wheel && pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ -r /app/bazarr/bin/requirements.txt -r /app/bazarr/bin/postgres-requirements.txt && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** clean up ****" && apk del --purge build-dependencies && rm -rf $HOME/.cache $HOME/.cargo /tmp/* # buildkit
COPY root/ / # buildkit
COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
EXPOSE [6767/tcp]
VOLUME [/config]
ADD patch /patch # buildkit
RUN /bin/sh -c chmod +x /patch/script.sh # buildkit
RUN /bin/sh -c bash /patch/script.sh # buildkit

Labels

Key Value
build_version Linuxserver.io version:- v1.5.6-ls342 Build-date:- 2026-03-24T21:53:35+00:00
maintainer chbmb
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2026-03-24T21:53:35+00:00
org.opencontainers.image.description [Bazarr](https://www.bazarr.media/) is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
org.opencontainers.image.documentation https://docs.linuxserver.io/images/docker-bazarr
org.opencontainers.image.licenses GPL-3.0-only
org.opencontainers.image.ref.name d5f67344977118540a825a9a66ef9b18e6e08322
org.opencontainers.image.revision d5f67344977118540a825a9a66ef9b18e6e08322
org.opencontainers.image.source https://github.com/linuxserver/docker-bazarr
org.opencontainers.image.title Bazarr
org.opencontainers.image.url https://github.com/linuxserver/docker-bazarr/packages
org.opencontainers.image.vendor linuxserver.io
org.opencontainers.image.version v1.5.6-ls342
Details
Container
2026-04-07 05:00:30 +02:00
1
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
144 MiB
Versions (1) View all
latest 2026-04-07