reg runs and gathers information from the container registry to make a 'pretty' web page at https://registry.fedoraproject.org. However, this page is pretty useless and really only needs to update after branching (if then). We may look at redirecting this to a static websites page that has information on our containers at some point. In the mean time reg sometimes creates a empty file that syncs out and causes alerts. So, lets just completely disable it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2 lines
147 B
Text
2 lines
147 B
Text
#SHELL=/bin/bash
|
|
#*/5 * * * * root cd /var/lib/reg-server/ && reg server -r registry.fedoraproject.org --once |& grep -vi INFO |& grep -vi WARNING
|