rewrite conatiner to use the base image alpine:3.23

This commit is contained in:
2026-04-11 23:24:13 +02:00
parent 490ed03309
commit 03f5eaf1d2
7 changed files with 122 additions and 115 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ BORG_VERSION=$(borg -V)
SSH_FOLDERS=( "/sshkeys/clients" "/sshkeys/host" )
NODE_EXPORTER_DIR="/var/log"
COLUMNS="86"
##############################################################################################################################
###############################################################################
# Funktionen
##############################################################################################################################
###############################################################################
function sepurator {
if [ ! -z "$2" ]; then
if [ -n "${2:-}" ]; then
local end="$2"
else
local end="$COLUMNS"