Rebase to 3.19

pull/53/head
TheSpad 1 month ago
parent 7455372619
commit 516c084ad4
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

@ -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

@ -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

@ -17,13 +17,12 @@ development_versions: false
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_net: false
param_usage_include_env: true
param_env_vars:
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
opt_param_usage_include_env: true
opt_param_env_vars:
- {env_var: "MAXMEM", env_value: "", desc: "To set the maximum memory. ( ex: set '1024' for 1GB )"}
param_usage_include_vols: true
param_volumes:
- {vol_path: "/config", vol_host_path: "/path/to/data", desc: "Config files and database for ubooquity."}
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Config files and database for ubooquity."}
- {vol_path: "/books", vol_host_path: "/path/to/books", desc: "Location of books."}
- {vol_path: "/comics", vol_host_path: "/path/to/comics", desc: "Location of comics."}
- {vol_path: "/files", vol_host_path: "/path/to/raw/files", desc: "Location of raw files."}
@ -31,15 +30,7 @@ param_usage_include_ports: true
param_ports:
- {external_port: "2202", internal_port: "2202", port_desc: "The library port."}
- {external_port: "2203", internal_port: "2203", port_desc: "The admin port."}
param_device_map: false
cap_add_param: false
# optional container parameters
opt_param_usage_include_env: false
opt_param_usage_include_vols: false
opt_param_usage_include_ports: false
opt_param_device_map: false
opt_cap_add_param: false
optional_block_1: false
# application setup block
app_setup_block_enabled: true
app_setup_block: |
@ -61,6 +52,7 @@ app_setup_block: |
If no value is set it will default to 512MB.
# changelog
changelogs:
- {date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
- {date: "29.10.23:", desc: "Bump JRE to 17 to support v3."}
- {date: "12.07.23:", desc: "Rebase to Alpine 3.18."}
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}

Loading…
Cancel
Save