A Tuleap utilities docker image
2.4K
It is sometime frustrating to have to deploy all the utilities (PHPAB, lessc, recess…) to have a fully working development environment. This docker image lets you build/compile most of the files without having to deploy all the stack on your working station.
As of today you can:
Build your less files:
$ docker run --rm=true -v "$(pwd)":/tuleap enalean/tuleap-dev-swissarmyknife:2 --less
Generate autoload files:
$ docker run --rm=true -v "$(pwd)":/tuleap enalean/tuleap-dev-swissarmyknife:2 --autoload
Tuleap's makefile is also modified, you can automatically run these by issuing a make less-docker
or make autoload-docker from your Tuleap working copy.
Content type
Image
Digest
sha256:eb2633ae7…
Size
299.8 MB
Last updated
over 9 years ago
docker pull enalean/tuleap-dev-swissarmyknife