Describe the bug
We are using
npx supabase gen types typescript --local
to generate the TypeScript types in our pipeline. Since upgrading from 1.131.5 to 1.148.6, generating types fails with the following error:
v0.79.0: Pulling from supabase/postgres-meta
Status: Downloaded newer image for public.ecr.aws/supabase/postgres-meta:v0.79.0
failed to create docker container: Error response from daemon: cannot share the host's network namespace when user namespaces are enabled
To Reproduce
Use npx supabase gen types typescript --local in the Bitbucket pipeline.
System information
- Ticket ID: eb96d7a5b9de43a0bbfe5fca68213cf4
Additional context
Possibly related to #1830