-
Notifications
You must be signed in to change notification settings - Fork 501
fix(docker): bump the docker-minor group across 1 directory with 5 updates #5924
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
base: develop
Are you sure you want to change the base?
Changes from all commits
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 |
|---|---|---|
|
|
@@ -5,15 +5,15 @@ FROM library/kong:2.8.1 AS kong | |
| FROM axllent/mailpit:v1.30.2 AS mailpit | ||
| FROM postgrest/postgrest:v14.15 AS postgrest | ||
| FROM supabase/postgres-meta:v0.96.6 AS pgmeta | ||
| FROM supabase/studio:2026.07.13-sha-b5ada96 AS studio | ||
| FROM supabase/studio:2026.07.20-sha-74a0848 AS studio | ||
| FROM darthsim/imgproxy:v3.8.0 AS imgproxy | ||
| FROM supabase/edge-runtime:v1.74.2 AS edgeruntime | ||
| FROM timberio/vector:0.53.0-alpine AS vector | ||
| FROM supabase/supavisor:2.9.7 AS supavisor | ||
| FROM supabase/gotrue:v2.193.0 AS gotrue | ||
| FROM supabase/realtime:v2.113.4 AS realtime | ||
| FROM supabase/storage-api:v1.66.4 AS storage | ||
| FROM supabase/logflare:1.47.1 AS logflare | ||
| FROM supabase/gotrue:v2.193.1 AS gotrue | ||
| FROM supabase/realtime:v2.118.0 AS realtime | ||
| FROM supabase/storage-api:v1.67.13 AS storage | ||
|
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.
The GHCR-only Useful? React with 👍 / 👎. |
||
| FROM supabase/logflare:1.47.2 AS logflare | ||
|
Comment on lines
+13
to
+16
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.
When these Dockerfile service tags are bumped, the TypeScript stack defaults need to be regenerated as well: Useful? React with 👍 / 👎. 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.
With this bump, the Useful? React with 👍 / 👎. |
||
| # 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 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same GHCR-only
Startpath also pulls Studio, but the current GHCR Studio package does not have2026.07.20-sha-74a0848even though this Docker Hub tag exists. Since the registry override disables the normal Docker Hub fallback, PR/develop CI and users running withSUPABASE_INTERNAL_IMAGE_REGISTRY=ghcr.iowill fail whensupabase starttries to pull Studio; mirror this tag before pinning it or keep the previous mirrored tag.Useful? React with 👍 / 👎.