16 Commits
Author SHA1 Message Date
Djeex 1f0af15932 Fix flaky unit test on merge-triggered CI runs (#7)
CI / build-and-scan (push) Successful in 1m4s
- entrypoint.sh: bound the target connectivity check with `-w 2` (the only unbounded step in the startup path)
- tests/entrypoint.bats: widen wait_for_log's budget from 5s to 10s

Merge-triggered runs land on a colder runner (Docker cache evicted by other repos' scheduled jobs since the PR was last tested) than PR-check runs, and the first backgrounded entrypoint.sh in the suite was occasionally landing just past the old 5s window — always passed on rerun once warm.
2026-08-26 15:58:36 +02:00
Djeex fff6e49350 Run as non-root by default via PUID/PGID
CI / build-and-scan (pull_request) Successful in 1m7s
2026-08-23 15:10:17 +02:00
Djeex 3494e69c9f Better README.MD + clean up entrypoint.sh 2025-09-24 23:52:20 +02:00
Djeex f98e5f0333 Debug mode 2025-09-24 15:43:35 +02:00
Djeex 4714570953 test-ok 2025-09-24 12:58:39 +00:00
Djeex 4b0a28ef21 debug 2025-09-24 14:46:34 +02:00
Djeex 51f771e0d7 Fixed typo 2025-09-24 12:23:10 +00:00
Djeex 1444c24b0d Fixed log 2025-09-24 14:03:42 +02:00
Djeex eee12f9651 Better logs and start 2025-09-24 11:46:34 +00:00
Djeex 0cdeaa5ce8 Fixed folder trailing slash if exist 2025-09-24 13:19:58 +02:00
Djeex b020a30429 Fixed logic and added variables 2025-09-24 13:10:27 +02:00
Djeex 5176ddeae9 Fixed variable order and better log 2025-09-24 12:48:28 +02:00
Djeex 444571c311 Fixer wrong variable usage + better logs 2025-09-24 12:32:33 +02:00
Djeex 7adc49f5b0 Keeping script alive + better logs and sigterm 2025-09-24 12:16:25 +02:00
Djeex b3b45380a2 Fixed script shell 2025-09-24 12:06:52 +02:00
Djeex e1ab5f8d8c 1st commit 2025-09-24 11:48:44 +02:00