mirror of
https://github.com/luzifer-docker/reg-clean.git
synced 2024-11-08 11:10:00 +00:00
Cleanup S3 based Docker registry v2
.gitignore | ||
Dockerfile | ||
History.md | ||
LICENSE | ||
README.md | ||
regclean.sh |
Luzifer / reg-clean
Cleanup S3 based Docker registry v2:
- Delete all non-tagged manifests
- Garbage-collection can remove the blobs
Usage
## Build container (optional)
$ docker build -t quay.io/luzifer/reg-clean .
## Define AWS credentials
$ cat env
AWS_ACCESS_KEY_ID=myaccesskey
AWS_SECRET_ACCESS_KEY=mysecretaccesskey
AWS_DEFAULT_REGION=eu-west-1
AUTH=registryuser:pass
BUCKET=io.luzifer.docker-registry
REGISTRY=https://registry.luzifer.io
## Execute script
$ docker run --rm -ti --env-file=env quay.io/luzifer/reg-clean