Sign inSign up

treibholz/tj3

By treibholz

Updated over 5 years ago

TaskJuggler in Docker

Image
4

10K+

treibholz/tj3 repository overview

tj3

TaskJuggler locked up in Docker.

Based on Alpine Linux, so the image is quite small.

Usage:

$ ./tj3.sh tj3 yourproject.tjp

This image is not meant to run as a server, but locally on your machine or inside a CI-environment, to compile your project-plan on every commit.

tj3.sh

tj3.sh looks like this:

#!/bin/sh

docker run \
    --rm=true --interactive --tty \
    --net="none" \
    -v `pwd`:/tj3 \
    -u `id -u` \
    treibholz/tj3:latest "$@"

Tag summary

Content type

Image

Digest

Size

10.7 MB

Last updated

over 5 years ago

docker pull treibholz/tj3