-
Notifications
You must be signed in to change notification settings - Fork 228
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
failed to pull docker image #1938
Comments
So I temporarily fixed it by removing the version in
Should the cloud version be using a version that is not downloadable? This breaks the link. J |
It looks like we don't have version 2.139.2-rc.7 published on docker hub. I will ping our auth team to take a look. Sorry for the inconvenience. |
I have somewgat the same issue with gotrue:v2.142.0
By the way, it seems like the client looks for: gotrue:2.142.0 instead of gotrue:v2.142.0 |
We're in the same boat over here
This worked, all I had to do was add a |
Can you try deleting any new line characters in the version file? I will also update the code to handle this better |
@sweatybridge Sorry - I accidentally deleted my previous content; restoring it below: I am getting a new error after hotfixng
@sweatybridge It seems there are no newline characters in the file. I will check if vim left any kind of control characters. Update: This did the trick: |
I just ran into the same issue, pulling the image with the
|
@sweatybridge - I'm still getting the error:
When running J |
Did you upgrade your |
Yes, I'm using |
Do you have |
No because then it will ask me to relink. That is not the version installed on the cloud. Also, that is
@gillesmag - Run J |
Yes, I can upgrade my project, but that doesn't fix the underlying problem. |
@sweatybridge - There is definitely a bug here. I upgraded my supabase project by going to The problem is a bug with
I can add the
Obviously they are the same version, but J |
Turns out the |
I could not get any of the older versions or fixed mentioned above to work unfortunately, as this issue just started happening for me today. Deleting the |
Describe the bug
When I run
supabase start
I get this error:To Reproduce
Install the latest version of supabase:
Expected behavior
No errors
System information
Rerun the failing command with
--create-ticket
flag (preferred).J
The text was updated successfully, but these errors were encountered: