I needed a basic cron container using wget to run scheduled php scripts. I looked at jobber but decided to build my own with Alpine. The image is smaller than Jobber at 5.61MB and uses the standard crontab files.
Standard it just that, the standard version. Jobs will run based on the intervals and directories stated in the how to use the image section above. FastCGI is installed in this version for any PHP scripts that need to run.
default
The default variant is built from the standard variant but already includes a script which runs every minute. This script uses FastCGI to execute a PHP file located at /app/private/scheduled_jobs/1min.php on the PHP-PFM container