docToolchain / docker-image

MIT License
3 stars 18 forks source link

need a combination of docker build and local build #1

Closed rdmueller closed 3 years ago

rdmueller commented 5 years ago

the docker build (as implemented for https://github.com/aim42/htmlSanityCheck) works quite nice.

A project which uses this build has as benefit nearly no docToolchain code under version control.

The major drawback is that it does not work in virtualized environments.

We need an approach where a shell script is able to switch between a docker build and a local build where only a reference to the repository (submodule?) is kept.

rdmueller commented 3 years ago

this is fixed by the doctoolchain-wrapper dtcw