-
Notifications
You must be signed in to change notification settings - Fork 516
feat(cli): add SUPABASE_USE_SLIM_IMAGES flag for slim ghcr images #6329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
92576b1
efba3aa
cbb49da
429bad2
89b4e15
235924d
c030668
3ab10e1
9e7b854
9b00b95
29b411e
e13d34b
bcae499
01e32ba
a83e369
587d56e
59e3368
94cd3a4
691ff6b
0bede57
c0b20cd
9b2bcba
2066df5
ac136f0
be0af52
6c57060
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # Exposed for updates by .github/dependabot.yml | ||
| FROM supabase/postgres:17.6.1.165 AS pg | ||
| FROM supabase/postgres:17.6.1.166 AS pg | ||
| # Append to ServiceImages when adding new dependencies below | ||
| FROM library/kong:2.8.1 AS kong | ||
| FROM axllent/mailpit:v1.30.2 AS mailpit | ||
|
|
@@ -9,11 +9,11 @@ FROM supabase/studio:2026.08.24-sha-8ec45b2 AS studio | |
| FROM darthsim/imgproxy:v3.8.0 AS imgproxy | ||
| FROM supabase/edge-runtime:v1.74.3 AS edgeruntime | ||
| FROM timberio/vector:0.53.0-alpine AS vector | ||
| FROM supabase/supavisor:2.9.7 AS supavisor | ||
| FROM supabase/supavisor:2.9.10 AS supavisor | ||
|
avallete marked this conversation as resolved.
|
||
| FROM supabase/gotrue:v2.196.0 AS gotrue | ||
| FROM supabase/realtime:v2.129.9 AS realtime | ||
| FROM supabase/storage-api:v1.71.0 AS storage | ||
| FROM supabase/logflare:1.50.6 AS logflare | ||
| FROM supabase/realtime:v2.129.3 AS realtime | ||
| FROM supabase/storage-api:v1.72.1 AS storage | ||
| FROM supabase/logflare:1.50.4 AS logflare | ||
|
Comment on lines
+14
to
+16
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟠 MAJOR · The manifest downgrades Realtime and Logflare and leaves the stack catalog unsynchronized with all five changed service pins. Evidence: Dockerfile:14 and :16 contain realtime v2.129.3 and logflare 1.50.4, whereas the diff removes v2.129.9 and 1.50.6. Dockerfile:2, :12, and :15 also change Postgres, Pooler, and Storage, but ServiceCatalog.ts still declares 17.6.1.165, 2.9.7, and v1.71.0 along with the removed Realtime/Logflare versions. Suggested fix: Resolve whether the two downgrades are intentional, restore the current pins if not, and run the repository's sync:versions script so ServiceCatalog.ts matches the Dockerfile manifest. |
||
| # Append to JobImages when adding new dependencies below | ||
| FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ | ||
| FROM supabase/migra:3.0.1663481299 AS migra | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.