mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
Rebase to 3.20
This commit is contained in:
parent
42896e6a90
commit
cbc051deb4
8 changed files with 18 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.19
|
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
@ -87,9 +87,9 @@ RUN \
|
||||||
wheel && \
|
wheel && \
|
||||||
echo "**** install beets ****" && \
|
echo "**** install beets ****" && \
|
||||||
cd /tmp/beets && \
|
cd /tmp/beets && \
|
||||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ . && \
|
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ . && \
|
||||||
echo "**** install pip packages ****" && \
|
echo "**** install pip packages ****" && \
|
||||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
|
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
|
||||||
beautifulsoup4 \
|
beautifulsoup4 \
|
||||||
beets-extrafiles \
|
beets-extrafiles \
|
||||||
beetcamp \
|
beetcamp \
|
||||||
|
|
@ -101,6 +101,7 @@ RUN \
|
||||||
requests \
|
requests \
|
||||||
requests_oauthlib \
|
requests_oauthlib \
|
||||||
unidecode && \
|
unidecode && \
|
||||||
|
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
|
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
@ -87,9 +87,9 @@ RUN \
|
||||||
wheel && \
|
wheel && \
|
||||||
echo "**** install beets ****" && \
|
echo "**** install beets ****" && \
|
||||||
cd /tmp/beets && \
|
cd /tmp/beets && \
|
||||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ . && \
|
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ . && \
|
||||||
echo "**** install pip packages ****" && \
|
echo "**** install pip packages ****" && \
|
||||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
|
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
|
||||||
beautifulsoup4 \
|
beautifulsoup4 \
|
||||||
beets-extrafiles \
|
beets-extrafiles \
|
||||||
beetcamp \
|
beetcamp \
|
||||||
|
|
@ -101,6 +101,7 @@ RUN \
|
||||||
requests \
|
requests \
|
||||||
requests_oauthlib \
|
requests_oauthlib \
|
||||||
unidecode && \
|
unidecode && \
|
||||||
|
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
|
|
|
||||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -36,8 +36,8 @@ pipeline {
|
||||||
CI_PORT='8337'
|
CI_PORT='8337'
|
||||||
CI_SSL='false'
|
CI_SSL='false'
|
||||||
CI_DELAY='120'
|
CI_DELAY='120'
|
||||||
CI_DOCKERENV='TZ=US/Pacific'
|
CI_DOCKERENV=''
|
||||||
CI_AUTH='user:password'
|
CI_AUTH=''
|
||||||
CI_WEBPATH=''
|
CI_WEBPATH=''
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|
|
||||||
|
|
@ -273,6 +273,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **28.08.24:** - Rebase to Alpine 3.20.
|
||||||
* **23.12.23:** - Rebase to Alpine 3.19.
|
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||||
* **25.08.23:** - Rebase to Alpine 3.18, switch from Pillow to Imagemagick.
|
* **25.08.23:** - Rebase to Alpine 3.18, switch from Pillow to Imagemagick.
|
||||||
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ external_type: github_commit
|
||||||
release_type: prerelease
|
release_type: prerelease
|
||||||
release_tag: nightly
|
release_tag: nightly
|
||||||
ls_branch: nightly
|
ls_branch: nightly
|
||||||
build_armhf: false
|
|
||||||
repo_vars:
|
repo_vars:
|
||||||
- BUILD_VERSION_ARG = 'BEETS_VERSION'
|
- BUILD_VERSION_ARG = 'BEETS_VERSION'
|
||||||
- EXT_GIT_BRANCH = 'master'
|
- EXT_GIT_BRANCH = 'master'
|
||||||
|
|
@ -25,6 +24,6 @@ repo_vars:
|
||||||
- CI_PORT='8337'
|
- CI_PORT='8337'
|
||||||
- CI_SSL='false'
|
- CI_SSL='false'
|
||||||
- CI_DELAY='120'
|
- CI_DELAY='120'
|
||||||
- CI_DOCKERENV='TZ=US/Pacific'
|
- CI_DOCKERENV=''
|
||||||
- CI_AUTH='user:password'
|
- CI_AUTH=''
|
||||||
- CI_WEBPATH=''
|
- CI_WEBPATH=''
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@ project_url: "http://beets.io/"
|
||||||
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/beets-icon.png"
|
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/beets-icon.png"
|
||||||
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools."
|
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools."
|
||||||
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
||||||
project_blurb_optional_extras_enabled: false
|
|
||||||
project_blurb_optional_extras: []
|
|
||||||
# supported architectures
|
# supported architectures
|
||||||
available_architectures:
|
available_architectures:
|
||||||
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
|
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
|
||||||
|
|
@ -15,9 +13,6 @@ available_architectures:
|
||||||
# container parameters
|
# container parameters
|
||||||
common_param_env_vars_enabled: true #PGID, PUID, etc, you can set it to 'optional'
|
common_param_env_vars_enabled: true #PGID, PUID, etc, you can set it to 'optional'
|
||||||
param_container_name: "{{ project_name }}"
|
param_container_name: "{{ project_name }}"
|
||||||
param_usage_include_env: true
|
|
||||||
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_usage_include_vols: true
|
||||||
param_volumes:
|
param_volumes:
|
||||||
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
|
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
|
||||||
|
|
@ -28,7 +23,8 @@ param_ports:
|
||||||
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
|
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
|
- {date: "28.08.24:", desc: "Rebase to Alpine 3.20."}
|
||||||
|
- {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: "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: "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)."}
|
- {date: "25.03.23:", desc: "Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html)."}
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,5 @@ BEETSDIR=/config
|
||||||
export BEETSDIR
|
export BEETSDIR
|
||||||
FPCALC=/usr/bin/fpcalc
|
FPCALC=/usr/bin/fpcalc
|
||||||
export FPCALC
|
export FPCALC
|
||||||
/usr/local/bin/beet -v import -q "$1"
|
/lsiopy/bin/beet -v import -q "$1"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
cp -n /defaults/beets.sh /config/beets.sh
|
cp -n /defaults/beets.sh /config/beets.sh
|
||||||
cp -n /defaults/config.yaml /config/config.yaml
|
cp -n /defaults/config.yaml /config/config.yaml
|
||||||
|
|
||||||
|
chmod +x /config/beets.sh
|
||||||
|
|
||||||
# permissions
|
# permissions
|
||||||
lsiown -R abc:abc \
|
lsiown -R abc:abc \
|
||||||
/config
|
/config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue