1
0
Fork 0
This repository has been archived on 2023-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
docker-registry/override/etc/periodic/daily/registry-gc

5 lines
172 B
Bash
Executable File

#!/bin/bash
export HOME=/mnt/config/home
/command/s6-setuidgid guardian /usr/bin/registry garbage-collect --delete-untagged=true /mnt/config/etc/registry/config.yml
exit 0