$ the-wire · showcase
Slim images get busybox probes; bench releases land
By RepoJournal · Filed · About Supabase
Supabase's slim-service images now carry busybox wget for CLI healthchecks, while five postgres bench releases shipped across versions 15 and 17.
The slim-services images for auth, studio, and pg-meta now ship busybox sh/wget (static busybox on scratch auth), so the CLI can emit the same CMD-SHELL wget / node --eval probes as docker.io [1]. pg-meta gained an empty ENTRYPOINT with CMD ["node","dist/server/server.js"], fixing the redundant 'node node …' in gen types [1]. Realtime, analytics, and pooler expose busybox wget on PATH for Vector-style wget --spider probes [1]. A follow-up fix points analytics and pooler's Cargo vendoring at https://static.crates.io/crates, because crates.io's API download endpoint 403s curl's default User-Agent [2]. It also corrects the realtime smoke test's Host header from realtime-smoke to the seeded tenant, which was returning 401 on /api/ping [2]. A mailpit correction updates Darwin runtime metadata [3]. In supabase/postgres, five bench releases shipped: 15.14.1.168-bench-3, 15.14.1.168-bench-3-x86, 17.6.1.168-bench-3, and two orioledb variants of 17.9.0.021 [4][5][6][7][8]. These are automated bench artifacts with no noted user-facing changes.
Action items
- → Pull the new slim-service images for local CLI testing to verify healthcheck probes work consistently supabase/slim-services [plan]
- → Note the new bench postgres releases if you track benchmark artifacts for 15 and 17 supabase/postgres [monitor]
References
- [1] fix: give slim images busybox wget for CLI healthchecks ↗ supabase/slim-services
- [2] fix: crates.io CDN vendoring and realtime /api/ping Host ↗ supabase/slim-services
- [3] fix(mailpit): correct Darwin runtime metadata (#289) ↗ supabase/slim-services
- [4] 15.14.1.168-bench-3 ↗ supabase/postgres
- [5] 17.9.0.021-orioledb-bench-3-x86 ↗ supabase/postgres
- [6] 15.14.1.168-bench-3-x86 ↗ supabase/postgres
- [7] 17.9.0.021-orioledb-bench-3 ↗ supabase/postgres
- [8] 17.6.1.168-bench-3 ↗ supabase/postgres