From 516c084ad4347df0ee0739754c3d92f12855db1c Mon Sep 17 00:00:00 2001 From: TheSpad Date: Wed, 20 Mar 2024 19:32:04 +0000 Subject: [PATCH] Rebase to 3.19 --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- readme-vars.yml | 18 +++++------------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e54b05..7a177c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 43f9dbe..fbb56f5 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 diff --git a/readme-vars.yml b/readme-vars.yml index 4072652..886383e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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)"}