• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / cli / 30362784918
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: fix/db-reset-restart-kong
DEFAULT BRANCH: develop
Ran 28 Jul 2026 01:19PM UTC
Jobs 1
Files 230
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Jul 2026 01:17PM UTC coverage: 65.313%. Remained the same
30362784918

push

github

web-flow
fix(cli): diagnose unrunnable images (#5966)

## TL;DR

`supabase start` reported health-check failures by raw Docker id with no
way forward — it
now names the container, its image, and the command to fix it.

## Prob

When a container's cached image can't be executed:

```
<a class=hub.com/supabase/cli/commit/99a635a072a8e0b2d7e56f9a619a5b4027bdeef7">99a635a0702102508383900b78b8cc18b container logs:
exec /mailpit: exec format error
99a635a072a8e0b2d7e56f9a619a5b4027bdeef702102508383900b78b8cc18b: container is not ready: unhealthy
Try rerunning the command with --debug to troubleshoot the error.
```

You can't tell which service died, and `--debug` only logs HTTP
requests.

## Sol

```
supabase_inbucket_bredbox container logs:
exec /mailpit: exec format error
supabase_inbucket_bredbox: container is not ready: unhealthy
supabase_inbucket_bredbox's image public.ecr.aws/supabase/mailpit:v1.30.2 could not be executed ("exec format error").
Either the cached copy is corrupt, or it was built for a different architecture.
Remove the cached copy with docker (or podman), then run supabase start again:

  docker image rm -f public.ecr.aws/supabase/mailpit:v1.30.2
```

Containers are watched by name, and `exec format error` attaches the
affected
image and the command to remove it.

## Ref

- closes #5952

11288 of 17283 relevant lines covered (65.31%)

10.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30362784918.1 28 Jul 2026 01:19PM UTC 230
65.31
GitHub Action Run
Source Files on build 30362784918
  • Tree
  • List 230
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30362784918
  • e7d4fc96 on github
  • Prev Build on develop (#30354737150)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc