gitea/routers/api/packages/container
KN4CK3R 69fc510d6d
Add GET and DELETE endpoints for Docker blob uploads (#21367)
This PR adds support for
https://docs.docker.com/registry/spec/api/#get-blob-upload
https://docs.docker.com/registry/spec/api/#delete-blob-upload

Both are not required by the OCI spec but some clients call these
endpoints.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-07 23:30:59 +08:00
..
auth.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
blob.go Add Docker /v2/_catalog endpoint (#20469) 2022-07-28 11:59:39 +08:00
container.go Add GET and DELETE endpoints for Docker blob uploads (#21367) 2022-10-07 23:30:59 +08:00
errors.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
manifest.go Keep download count on Container tag overwrite (#20728) 2022-08-09 16:47:57 +03:00