Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 5099e14

Browse files
authored
Merge pull request #19 from linuxserver/3.19
Rebase to Alpine 3.19
2 parents 56479cc + a0b5f10 commit 5099e14

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.18
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.19
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.18/ -r requirements.txt && \
46+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ -r requirements.txt && \
4747
pip cache purge && \
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.18
3+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
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.18/ -r requirements.txt && \
46+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ -r requirements.txt && \
4747
pip cache purge && \
4848
echo "**** cleanup ****" && \
4949
apk del --purge \

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ param_env_vars:
2929
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
3030
param_usage_include_vols: true
3131
param_volumes:
32-
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Local path for plex-meta-manager config files." }
32+
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
3333
param_usage_include_ports: false
3434
param_device_map: false
3535
cap_add_param: false
@@ -61,6 +61,7 @@ app_setup_block: |
6161
6262
# changelog
6363
changelogs:
64+
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
6465
- { date: "10.06.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
6566
- { date: "05.03.23:", desc: "Add nightly branch." }
6667
- { date: "11.12.22:", desc: "Rebase master to Alpine 3.17." }

0 commit comments

Comments
 (0)