Skip to content

hotfix: pin to GHCR :1.3.3 to rule out runtime regression#151

Merged
MBombeck merged 1 commit intomainfrom
hotfix/v141-rollback-to-ghcr-v133
May 8, 2026
Merged

hotfix: pin to GHCR :1.3.3 to rule out runtime regression#151
MBombeck merged 1 commit intomainfrom
hotfix/v141-rollback-to-ghcr-v133

Conversation

@MBombeck
Copy link
Copy Markdown
Owner

@MBombeck MBombeck commented May 8, 2026

Force-pull a known-good prebuilt image (yesterday's release). If it 503s identically, the apps-01 infra is the conclusive cause.

…nfra

Production at healthlog.bombeck.io has been 503-ing through every
attempted recovery today: Coolify restart, force-rebuild, pin to
:1.4.0, full source-tree rollback to the v1.4.0 commit. Each deploy
finishes clean, the container boots ("Ready in 0ms", pg-boss workers
running), but no HTTP request ever lands inside the app. Other apps
on the same Coolify host also stopped responding to direct-origin
probes (workbalance, birthdaylog, helpdesk, 4goats — all curl 000),
which makes a server-side Traefik / docker-network regression the
most likely culprit, not anything we shipped.

This commit pins to GHCR `:1.3.3` (yesterday's release, verifiably
healthy across self-host installs) and removes the `build:` block so
Coolify pulls the prebuilt multi-arch image instead of attempting
another local rebuild. If this image boots and Traefik routes to
it, the regression is in v1.4.x source. If it 503s identically, the
infra fault on apps-01 is conclusive.

The v1.4.0 / v1.4.1 work is preserved — both the v1.4.0 GHCR image
and the v1.4.1 GHCR image (built earlier today) remain available
for re-pinning once the deployment path is healthy again.
@MBombeck MBombeck merged commit a8a32bc into main May 8, 2026
@MBombeck MBombeck deleted the hotfix/v141-rollback-to-ghcr-v133 branch May 8, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant