Closed
Description
Description
Steps to hopefully reproduce the issue:
- Build some container image
podman build . -t localhost:3000/przemek/test:latest
- Login to registry
podman login --tls-verify=false localhost:3000
- Push image to registry
podman push --tls-verify=false localhost:3000/przemek/test:latest
- Delete it from user accessible packages list or from packages list in site administration
- Total size used (usually) doesn't change, layer files are still present in /var/lib/gitea/packages
- Running "Cleanup expired packages" sometimes deleted some of the remaining files, but most of the time it didn't.
Can't verify if it's reproducible on try.gitea.io due to verification email not arriving and possibly lack of site administration access afterwards.
Gitea Version
1.17.0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/rom4nik/a8bd467b43ae2692bf437db7356bfc00
Screenshots
No response
Git Version
2.36.2
Operating System
Arch Linux
How are you running Gitea?
For testing: podman run -p 127.0.0.1:3000:3000 docker.io/gitea/gitea:1.17.0-rootless
Database
SQLite