wsproxy icon indicating copy to clipboard operation
wsproxy copied to clipboard

Can't find `neondatabase/wsproxy` image in db

Open flyingn1nja opened this issue 1 year ago • 1 comments

I am following this tutorial to setup local development database using wsproxy image.

When I run docker compose it says:

 ✘ pg_proxy Error                                                                                                                                      0.5s 
 ✘ postgres Error                                                                                                                                      0.5s 
Error response from daemon: Head "https://ghcr.io/v2/neondatabase/wsproxy/manifests/latest": denied: denied
make: *** [up] Error 18

Then I tried this command right here: docker run -d -p 80:80 -p 2112:2112 --name wsproxy ghcr.io/neondatabase/wsproxy:latest

Output:

Unable to find image 'ghcr.io/neondatabase/wsproxy:latest' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/neondatabase/wsproxy/manifests/latest": denied: denied.

can someone help me, does the image even exist?

flyingn1nja avatar Oct 13 '24 06:10 flyingn1nja

Late reply, but you need to docker login ghcr.io with token that has packages:read.

igas avatar May 13 '25 08:05 igas