1
0

12 lines
263 B
Markdown
Raw Normal View History

2024-12-25 21:18:20 +02:00
# Gitea Docker registry prune
Prunes orphan images form Gitea's Docker registry, described at https://github.com/go-gitea/gitea/issues/21673
## Build
```sh
go build .
```
## Run
```sh
GITEA_URL=https://<url> GITEA_TOKEN=<token> ./gitea-docker-registry-prune
```