disinto/docker
Claude bbaccd678d
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
fix: entrypoint: validate_projects_dir silently exits instead of logging FATAL under set -eo pipefail (#877)
`compgen -G ... | wc -l` under `set -eo pipefail` aborts the script on
the non-zero pipeline exit (compgen returns 1 on no match) before the
FATAL diagnostic branch can run. The container still fast-fails, but
operators saw no explanation.

Switch to the conditional `if ! compgen -G ... >/dev/null 2>&1; then`
pattern already used at the two other compgen call sites in this file
(bootstrap_factory_repo and the PROJECT_NAME parser). The count for the
success-path log is computed after we've confirmed at least one match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 18:36:42 +00:00
..
agents fix: entrypoint: validate_projects_dir silently exits instead of logging FATAL under set -eo pipefail (#877) 2026-04-16 18:36:42 +00:00
chat fix: [nomad-prep] P5 — add healthchecks to agents, edge, staging, woodpecker-agent (#794) 2026-04-15 19:39:35 +00:00
edge fix: [nomad-prep] P12 — dispatcher commits result.json via git push, not bind-mount (#803) 2026-04-16 00:54:33 +00:00
reproduce feat: publish versioned agent images — compose should use image: not build: (#429) 2026-04-15 09:24:05 +00:00
runner fix: fix: stop baking credentials into git remote URLs — use clean URLs + existing credential helper everywhere (#604) 2026-04-10 17:04:10 +00:00
index.html feat: edge proxy + staging container to docker stack (#807) 2026-03-28 07:58:17 +01:00