uber-go / sally

A tiny HTTP server for supporting custom Golang import paths
MIT License
311 stars 29 forks source link

Pre-built Docker Image Not Publicly Available #124

Closed hacdias closed 9 months ago

hacdias commented 10 months ago

Readme states:

https://github.com/uber-go/sally/blob/686fb8782cfa89a807ecc6dcbc104c6dab43eb66/README.md?plain=1#L14-L15

That URL gives 404 to me. Tried with docker pull:

docker pull ghcr.io/uber-go/sally:latest
Error response from daemon: Head "https://ghcr.io/v2/uber-go/sally/manifests/latest": unauthorized

Which leads me to believe that it is published, just not publicly available. Is there a reason why it's not publicly available?

cc @abhinav as I see you pushed this update (434fc43c4b5403b38db408621a286096806c4036).

abhinav commented 10 months ago

@hacdias That was definitely not intentional. I don't have the appropriate privileges to dig into the visibility issues here. @mway @alxn @sywhang @r-hang, would one of you be able to look into this? Thanks!

hacdias commented 9 months ago

Is there any update on this? It still seems to be private.

mway commented 9 months ago

Hey @hacdias, sorry for the wait - we've updated the visibility for this, can you try again?

hacdias commented 9 months ago

@mway it's now visible. Thanks! Do you think it'd be possible to get a new release out with the latest changes?

mway commented 9 months ago

@hacdias I just released v1.6.0 (container) - let us know if you have issues. Thanks for your contributions!