SupabaseS
Supabase6mo ago
rajat

Where can I find the Docker image versions used by a specific Supabase CLI version?

I'm trying to pre-pull all the Supabase Docker images in my cloud app where I run a self-hosted GitHub Actions runner. In the workflow, I'm using supabase/setup-cli@v1 with a pinned CLI version (e.g., 2.22.4).

How can I determine the exact Docker image versions (e.g., for postgres, gotrue, postgrest, etc.) that this CLI version will use when I run supabase start?

I want to ensure that the images I pre-pull during machine boot are exactly the ones the CLI will use
Was this page helpful?