mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2026-02-20 01:02:49 +08:00
Rebase to 3.18
This commit is contained in:
parent
328d2d5ac2
commit
528e2a183e
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
|
||||
|
||||
# set version label
|
||||
ARG UNRAR_VERSION=6.2.10
|
||||
@ -59,11 +59,11 @@ RUN \
|
||||
/app/bazarr/bin/postgres-requirements.txt -L \
|
||||
"https://raw.githubusercontent.com/morpheus65535/bazarr/${BAZARR_VERSION}/postgres-requirements.txt" && \
|
||||
echo "**** Install requirements ****" && \
|
||||
python3 -m ensurepip && \
|
||||
pip3 install -U --no-cache-dir \
|
||||
python3 -m venv /lsiopy && \
|
||||
pip install -U --no-cache-dir \
|
||||
pip \
|
||||
wheel && \
|
||||
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
|
||||
-r /app/bazarr/bin/requirements.txt \
|
||||
-r /app/bazarr/bin/postgres-requirements.txt && \
|
||||
echo "**** clean up ****" && \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
|
||||
|
||||
# set version label
|
||||
ARG UNRAR_VERSION=6.2.10
|
||||
@ -59,11 +59,11 @@ RUN \
|
||||
/app/bazarr/bin/postgres-requirements.txt -L \
|
||||
"https://raw.githubusercontent.com/morpheus65535/bazarr/${BAZARR_VERSION}/postgres-requirements.txt" && \
|
||||
echo "**** Install requirements ****" && \
|
||||
python3 -m ensurepip && \
|
||||
pip3 install -U --no-cache-dir \
|
||||
python3 -m venv /lsiopy && \
|
||||
pip install -U --no-cache-dir \
|
||||
pip \
|
||||
wheel && \
|
||||
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
|
||||
-r /app/bazarr/bin/requirements.txt \
|
||||
-r /app/bazarr/bin/postgres-requirements.txt && \
|
||||
echo "**** clean up ****" && \
|
||||
|
||||
@ -38,6 +38,7 @@ app_setup_block: |
|
||||
- You must complete all the setup parameters in the webui before you can save the config.
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "11.08.23:", desc: "Rebase to Alpine 3.18."}
|
||||
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
|
||||
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
||||
- {date: "26.02.23:", desc: "Add dependencies for postgres support. Add mediainfo."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user