bazarr (latest)
Published 2025-06-02 08:07:03 +00:00 by nomad
Installation
docker pull git.askar.tv/nomad/bazarr:latest
sha256:a3feb652f26495db7c522399084f392b719dfc244595ae621373f65929253ded
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=2025-05-16T18:39:13+00:00 |
ARG VERSION=532ba5e0-ls14 |
ARG MODS_VERSION=v3 |
ARG PKG_INST_VERSION=v1 |
ARG LSIOWN_VERSION=v1 |
ARG WITHCONTENV_VERSION=v1 |
LABEL build_version=Linuxserver.io version:- 532ba5e0-ls14 Build-date:- 2025-05-16T18:39:13+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=2025-05-16T18:39:13+00:00 VERSION=532ba5e0-ls14 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=2025-05-27T21:31:31+00:00 |
ARG VERSION=v1.5.2-ls306 |
ARG BAZARR_VERSION=v1.5.2 |
LABEL build_version=Linuxserver.io version:- v1.5.2-ls306 Build-date:- 2025-05-27T21:31:31+00:00 |
LABEL maintainer=chbmb |
ENV TZ=Etc/UTC |
RUN |3 BUILD_DATE=2025-05-27T21:31:31+00:00 VERSION=v1.5.2-ls306 BAZARR_VERSION=v1.5.2 /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.21/ -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 map[6767/tcp:{}] |
VOLUME [/config] |
Labels
Key | Value |
---|---|
build_version | Linuxserver.io version:- v1.5.2-ls306 Build-date:- 2025-05-27T21:31:31+00:00 |
maintainer | chbmb |
org.opencontainers.image.authors | linuxserver.io |
org.opencontainers.image.created | 2025-05-27T21:31:31+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 | 7155ef8ebbc8748e21e83ae3dd248eb3814941ac |
org.opencontainers.image.revision | 7155ef8ebbc8748e21e83ae3dd248eb3814941ac |
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.2-ls306 |