Add cron to image using s6 #74
Labels
No Label
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#71 Basic builder system
vieter-v/vieter
Reference: vieter-v/vieter#74
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
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.
I've opted for the more simple approach of spawning a second container that runs cron instead of vieter.