Add cron to image using s6 #74

Closed
opened 2022-02-17 09:17:30 +01:00 by Jef Roosens · 1 comment
Owner

The S6 overlay allows us to run multiple processes inside a single container. We can then use this to periodically run a cronjob that starts the build process. This keeps our own code more simple & allows us to focus on making the connection with Docker work etc.

The [S6 overlay](https://github.com/just-containers/s6-overlay) allows us to run multiple processes inside a single container. We can then use this to periodically run a cronjob that starts the build process. This keeps our own code more simple & allows us to focus on making the connection with Docker work etc.
Jef Roosens added this to the 0.2.0 milestone 2022-02-17 09:17:30 +01:00
Jef Roosens added the
enhancement
label 2022-02-17 09:17:30 +01:00
Jef Roosens added a new dependency 2022-02-17 09:17:47 +01:00
Author
Owner

I've opted for the more simple approach of spawning a second container that runs cron instead of vieter.

I've opted for the more simple approach of spawning a second container that runs cron instead of vieter.
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
Reference: vieter-v/vieter#74
No description provided.