psf / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
Other
54 stars 17 forks source link

Template cleanup for homepages and docker URLs #24

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Update the templates to avoid giving dead/unmaintained/confusing links and update the docker URLs:

That said, the docker instructions don't really work for me:

$ docker pull ghcr.io/psf/httpbin
Using default tag: latest
Error response from daemon: Head "https://ghcr.io/v2/psf/httpbin/manifests/latest": denied
kevin1024 commented 1 year ago

That said, the docker instructions don't really work for me:

Yep I think I still have to do something to make the docker image actually push after @exhuma's changes.

mgorny commented 1 year ago

Thanks for merging! Could you make a new release soonish? We'd use my earlier changes, particularly gevent dep removal.