mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-30 20:36:12 +01:00
Merge pull request #116 from linuxserver/3.19-nightly
Rebase to Alpine 3.19
This commit is contained in:
commit
e9d872c6b0
3 changed files with 6 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.19
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
|
@ -90,7 +90,7 @@ RUN \
|
|||
python3 setup.py build && \
|
||||
python3 setup.py install --prefix=/lsiopy --root=/ && \
|
||||
echo "**** install pip packages ****" && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
|
||||
beautifulsoup4 \
|
||||
beets-extrafiles \
|
||||
beetcamp \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
|
@ -90,7 +90,7 @@ RUN \
|
|||
python3 setup.py build && \
|
||||
python3 setup.py install --prefix=/lsiopy --root=/ && \
|
||||
echo "**** install pip packages ****" && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
|
||||
beautifulsoup4 \
|
||||
beets-extrafiles \
|
||||
beetcamp \
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ param_env_vars:
|
|||
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
|
||||
param_usage_include_vols: true
|
||||
param_volumes:
|
||||
- {vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files."}
|
||||
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
|
||||
- {vol_path: "/music", vol_host_path: "/path/to/music/library", desc: "Music library"}
|
||||
- {vol_path: "/downloads", vol_host_path: "/path/to/ingest", desc: "Non processed music"}
|
||||
param_usage_include_ports: true
|
||||
|
|
@ -28,6 +28,7 @@ param_ports:
|
|||
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
|
||||
- {date: "25.08.23:", desc: "Rebase to Alpine 3.18, switch from Pillow to Imagemagick."}
|
||||
- {date: "03.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
||||
- {date: "25.03.23:", desc: "Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html)."}
|
||||
|
|
|
|||
Loading…
Reference in a new issue