Building a Docker image on a schedule

Is there a way to automatically trigger a Docker image build process on a schedule? I know that on a Unix system, I can use a cron job for that. If I want a certain Docker image to be built every Saturday at 4:32 AM universal time, how can I do this?

1 Like

Some of my images are super old and should get updated on a regular basis…