🗃️ Committing everything that changed 🗃️
Some checks failed
alpine-3-14 / alpine-3-14 (push) Has been cancelled
alpine-3-15 / alpine-3-15 (push) Has been cancelled
alpine-3-16 / alpine-3-16 (push) Has been cancelled
alpine-3-17 / alpine-3-17 (push) Has been cancelled
alpine-3-18 / alpine-3-18 (push) Has been cancelled
alpine-3-19 / alpine-3-19 (push) Has been cancelled
alpine-3-20 / alpine-3-20 (push) Has been cancelled
alpine-3-21 / alpine-3-20 (push) Has been cancelled
alpine-3-22 / alpine-3-20 (push) Has been cancelled
alpine-edge / alpine-edge (push) Has been cancelled
alpine-latest / alpine-latest (push) Has been cancelled

Dockerfile.3.22
.gitea/workflows/docker.3.22.yml
rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
casjay
2025-09-05 19:30:19 -04:00
parent 2a673c522f
commit 8379bbc507
3 changed files with 313 additions and 2 deletions

View File

@@ -743,8 +743,7 @@ __exec_command() {
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Setup the server init scripts
__start_init_scripts() {
# Remove set -e to let individual scripts handle their own errors properly
trap 'echo "❌ Fatal error in service startup"; rm -f /run/__start_init_scripts.pid; exit 1' ERR
# Let individual scripts handle their own errors - don't use global error traps
[ "$1" = " " ] && shift 1
[ "$DEBUGGER" = "on" ] && echo "Enabling debugging" && set -o pipefail -x$DEBUGGER_OPTIONS || set -o pipefail