Sign inSign up

enalean/tuleap-dev-swissarmyknife

By enalean

Updated over 9 years ago

A Tuleap utilities docker image

Image
0

2.4K

enalean/tuleap-dev-swissarmyknife repository overview

Tuleap utilites docker image

What is it about?

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:

  • Compile less files
  • Generate autoload files

How to use

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

Makefile

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.

Tag summary

Content type

Image

Digest

sha256:eb2633ae7

Size

299.8 MB

Last updated

over 9 years ago

docker pull enalean/tuleap-dev-swissarmyknife