Currently, I only see a branch with an image which runs jbake -b -s on a given content.
That's a good start. But we could create an image which would periodically check a git repository and on change, run jbake and push the result to some other repository. It could be a simple cron task, but also jenkins-based solution (I prefer the earlier).
That way, one could just set up a JBake service in kubernetes and forget it until an upgrade is needed.
Is there a demand for such image?
Currently, I only see a branch with an image which runs
jbake -b -son a given content.That's a good start. But we could create an image which would periodically check a git repository and on change, run
jbakeand push the result to some other repository. It could be a simple cron task, but also jenkins-based solution (I prefer the earlier).That way, one could just set up a JBake service in kubernetes and forget it until an upgrade is needed.
Is there a demand for such image?