supase start --exclude <container> shouldn't pull the image for <container>
#12576
Unanswered
joeally
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently
supabase startalways pulls all of the images that aren't present even if exclusion flags are supplied. Ideally only the containers that are needed should be pulled.This is obviously not a dealbreaker but it does needlessly slow down my CI job significantly as it spends a lot of time pulling docker images it never uses.
All reactions