Skip to content

Commit e0630e1

Browse files
committed
Rebase to 3.21
1 parent 8ed91f7 commit e0630e1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.21
44

55
# set version label
66
ARG BUILD_DATE
@@ -43,7 +43,7 @@ RUN \
4343
pip install -U --no-cache-dir \
4444
pip \
4545
wheel && \
46-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ -r requirements.txt && \
46+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ -r requirements.txt && \
4747
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4848
echo "**** cleanup ****" && \
4949
apk del --purge \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
3+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
44

55
# set version label
66
ARG BUILD_DATE
@@ -43,7 +43,7 @@ RUN \
4343
pip install -U --no-cache-dir \
4444
pip \
4545
wheel && \
46-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ -r requirements.txt && \
46+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ -r requirements.txt && \
4747
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4848
echo "**** cleanup ****" && \
4949
apk del --purge \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
302302

303303
## Versions
304304

305+
* **06.01.25:** - Rebase to Alpine 3.21.
305306
* **24.06.24:** - Rebase to Alpine 3.20.
306307
* **22.04.24:** - Initial Release.

readme-vars.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ opt_param_env_vars:
3030
- {env_var: "KOMETA_RUN", env_value: "False", desc: "Set to `True` to run without the scheduler."}
3131
- {env_var: "KOMETA_TEST", env_value: "False", desc: "Set to `True` to run in debug mode with only collections that have `test: true`."}
3232
- {env_var: "KOMETA_NO_MISSING", env_value: "False", desc: "Set to `True` to run without any of the missing movie/show functions."}
33+
readonly_supported: false
34+
nonroot_supported: false
3335
# application setup block
3436
app_setup_block_enabled: true
3537
app_setup_block: |
@@ -87,5 +89,6 @@ init_diagram: |
8789
"kometa:develop" <- Base Images
8890
# changelog
8991
changelogs:
92+
- {date: "06.01.25:", desc: "Rebase to Alpine 3.21."}
9093
- {date: "24.06.24:", desc: "Rebase to Alpine 3.20."}
9194
- {date: "22.04.24:", desc: "Initial Release."}

0 commit comments

Comments
 (0)