This is a docker image for taskjuggler.
1.2K
2.1.0, 2.1.0-3.8.4, latest2.0.0, 2.0.0-3.8.11.1.0, 1.1.0-3.7.21.0.0, 1.0.0-3.7.1This is a docker image for taskjuggler (github).
The image has the name ekleinod/taskjuggler.
For the complete changelog, see changelog.md
The image code is using the ideas of the docker image tj3 by treibholz which unfortunately was not updated for a while.
Taskjuggler is installed as Ruby Gem: Taskjuggler.
By taskjuggler dependency installed program:
ctrl+cYou can use the image as follows:
docker run \
--rm=true \
--name <containername> \
--net="none" \
--volume "${PWD}/":/tj3 \
--user `id -u` \
ekleinod/taskjuggler \
--output-dir <directory> \
<projectfile>
Please note, that /tj3 is the work directory of the image.
For a simple test showing the taskjuggler help page, run
$ docker run --rm --name taskjuggler ekleinod/taskjuggler
You can see examples at work in the test folder. Clone the repository or download the folder. Call them as follows:
$ cd test
$ ./test_help.sh
$ ./test_hello-world.sh
$ ./test_version.sh
$ ./test_server.sh
Stop the server test with ctrl+c as stated in the terminal output.
The latest release will always be available with:
ekleinod/taskjuggler:latestThere are two naming schemes:
ekleinod/taskjuggler:<internal>-<taskjuggler>
Example: ekleinod/taskjuggler:1.0.0-3.7.1
internal version number ekleinod/taskjuggler:<major>.<minor>.<patch>
Example: ekleinod/taskjuggler:1.0.0
In order to build the image locally, clone the repository and call
$ cd image
$ ./build_image.sh
The branching model regards to the stable mainline model described in https://www.bitsnbites.eu/a-stable-mainline-branching-model-for-git/.
This means, there is always a stable mainline, the main branch. This branch ist always compileable and testable, both without errors.
Features are developed using feature branches. Special feature branches are used (different from the mainline model) for finalizing releases.
Releases are created as branches of the mainline.
Additionally, each release is tagged, tags contain the patch and, if needed, additional identifiers, such as rc1 or beta.
Patches are made in the according release branch. Minor version changes get their own release branch.
Copyright 2024-2025 Ekkart Kleinod [email protected]
The program is distributed under the terms of the GNU General Public License, either version 3 of the License, or any later version.
See COPYING for details.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Content type
Image
Digest
sha256:49747fe33…
Size
14 MB
Last updated
about 1 year ago
docker pull ekleinod/taskjuggler