Container for running git gc. The container itself runs a cron for use when running it using Docker. In Kubernetes we use a CronJob, thus the entrypoint is overwritten, when used in Kubernetes, to not run cron via /var/tools/start, but directly run gc-all.sh in Kubernetes CronJob.
gc-all.sh: gc-script/var/tools/startThe start script
gc-all.sh