Add cron to image using s6 #74
Labels
No labels
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 project
No assignees
1 participant
Due date
No due date set.
Blocks
#71 Basic builder system
vieter-v/vieter
Reference: vieter-v/vieter#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.