bazarr (1.5.7-beta.53)
Published 2026-06-08 12:47:56 +00:00 by noahc
Installation
docker pull git.ncraig.dev/noahc/bazarr:1.5.7-beta.53sha256:289aaeae75c117e9fb24c5ea9dc1323409b9e06eb4070faf8f6725c875f4ed17Image layers
| ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV TZ=Etc/UTC |
| COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit |
| ADD release/bazarr.zip /tmp/ # buildkit |
| RUN /bin/sh -c apk add --no-cache 7zip ffmpeg mediainfo python3 py3-pip unzip && unzip -q /tmp/bazarr.zip -d /opt/bazarr && pip install --break-system-packages -U --no-cache-dir -r /opt/bazarr/requirements.txt && apk del py3-pip && rm /tmp/bazarr.zip # buildkit |
| EXPOSE [6767/tcp] |
| VOLUME [/config] |
| WORKDIR /opt/bazarr |
| ENTRYPOINT ["python" "/opt/bazarr/bazarr.py" "--no-update" "--config" "/config"] |
Details
2026-06-08 12:47:56 +00:00
Versions (9)
View all
Container
1
OCI / Docker
linux/amd64
159 MiB
1.5.7-beta.53
2026-06-08
latest
2026-06-08
1.5.7-beta.52
2026-06-07
1.5.7-beta.51
2026-06-06
1.5.7-beta.50
2026-06-03