gitea/routers/api/packages/container
yp05327 bb6c670cff
Add actions support to package auth verification (#23729)
Partly fixes https://github.com/go-gitea/gitea/issues/23642

Error info:

![image](https://user-images.githubusercontent.com/18380374/227827027-4280a368-ec9e-49e0-bb93-6b496ada7cd9.png)
ActionsUser (userID -2) is used to login in to docker in action jobs.

Due to we have no permission policy settings of ActionsUser now,
ActionsUser can only access public registry by this quick fix.
2023-04-10 15:21:03 +08:00
..
auth.go Add actions support to package auth verification (#23729) 2023-04-10 15:21:03 +08:00
blob.go Check quota limits for container uploads (#22450) 2023-01-29 11:34:29 -06:00
container.go Use import of OCI structs (#22765) 2023-02-06 10:07:09 +00:00
errors.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
manifest.go Display image size for multiarch container images (#23821) 2023-04-02 17:53:37 +08:00