Skip to content

Commit

Permalink
Merge pull request #22 from linuxserver/master-3.19
Browse files Browse the repository at this point in the history
Rebase to 3.19
  • Loading branch information
thespad authored Mar 20, 2024
2 parents 24de0e4 + 730ca1c commit 65e645c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 3 additions & 8 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,12 @@ available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}

# development version
development_versions: false

# container parameters
common_param_env_vars_enabled: true #PGID, PUID, etc, you can set it to 'optional'
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_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: "Configuration files." }
- { vol_path: "/audiobooks", vol_host_path: "/path/to/audiobooks", desc: "Audiobooks." }
- { vol_path: "/podcasts", vol_host_path: "/path/to/podcasts", desc: "Podcasts." }
- { vol_path: "/othermedia", vol_host_path: "/path/to/othermedia", desc: "Other media." }
Expand All @@ -42,10 +36,11 @@ opt_param_env_vars:
- { env_var: "CONTEXT_PATH", env_value: "url-base", desc: "Base url for use with reverse proxies etc." }
# application setup block
app_setup_block_enabled: true
app_setup_block: "Whilst this is a more up to date rebase of the original Booksonic server, upgrading in place is not supported and a fresh install has been recommended. Default user/pass is admin/admin"
app_setup_block: "While this is a more up to date rebase of the original Booksonic server, upgrading in place is not supported and a fresh install has been recommended. Default user/pass is admin/admin"

# changelog
changelogs:
- { date: "20.03.24:", desc: "Rebase to Alpine 3.19." }
- { date: "10.07.23:", desc: "Rebase to Alpine 3.18." }
- { date: "25.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf." }
- { date: "18.04.22:", desc: "Rebase to Alpine 3.15." }
Expand Down

0 comments on commit 65e645c

Please sign in to comment.