Skip to content

Pulling unneeded docker images #3375

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

Open
benaduggan opened this issue Apr 1, 2025 · 0 comments
Open

Pulling unneeded docker images #3375

benaduggan opened this issue Apr 1, 2025 · 0 comments

Comments

@benaduggan
Copy link

I'm writing a slim github action that just dumps the supabase types to check if it's up to date with the PR. Because of this, I don't need to run the majority of the supabase services. To accomplish this I'm running this line with the -x line to exclude them from starting up:

supabase start -x gotrue,realtime,storage,api,imgproxy,kong,mailpit,postgrest,studio,edge-runtime,logflare,vector,supavisor

but then the output is showing that it is still pulling down the following docker images that I'd expect it to skip:

Status: Downloaded newer image for public.ecr.aws/supabase/gotrue:v2.170.0
Status: Downloaded newer image for public.ecr.aws/supabase/storage-api:v1.19.3
Status: Downloaded newer image for public.ecr.aws/supabase/realtime:v2.34.40

Describe the solution you'd like
It'd be great if it also skipped downloading these images to save time, but I'm wondering if I'm missing something that would make these still required to download during the start step? I don't have any experiencing writing in go, but I think it may have to do with this function and needs to also check against the excluded services list instead of only checking against the config

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

No branches or pull requests

1 participant