I am trying to build a website to be hosted on openshift online, for documentation. I decided to have a architecture with each subset of docs would be built as a container, and use kubernetes and various mount to provides a web frontend with the files.
So for that, the most flexible way is to use s2i. However, asciibinder do not support s2i:
redhataccess/ascii_binder#139
Could we have a Makefile that would do the build without needing a .git repository so the doc would be buildable in s2i ?