This is made as light and simple as possible using from scratch image.
This repository gives you the dockerfile to containerize https://github.com/aptible/supercronic.
Build the image locally:
make buildPull the latest image from dockerhub (https://hub.docker.com/r/vdauchy/supercronic):
docker pull vdauchy/supercronicRun the latest image:
docker run vdauchy/supercronic:latestUse Supercronic binary in your own image by copying it:
COPY --from=vdauchy/supercronic:latest /supercronic /usr/bin/supercronic