Closed mscherer closed 4 years ago
While for your specific documentation a git repo may not be required to build, it is actually a core requirement of this software because of the way that we handle sites and versions (as git branches).
I suggest you do a git init; git add .; git commit -m initial_commit at the beginning of your script.
For Project Atomic, I am trying to build a website with https://github.com/projectatomic/atomic-host-docs who use ascii_binder, the goal being to have it show the doc.
However, while it build fine outside of a container, if I start to use s2I ( https://github.com/openshift/source-to-image ), it result into this error:
After digging, it seems that ascii_binder do requires the folder to be a git repository, which is not what s2i support for now (as it seems to take a git clone, and just use the source code, not the history).
Could a option to build without requiring git information be added, so ascii_binder repo could be built in s2i ?