These dockerfiles can be used to run taskwarrior's test suite on the respective platforms using the following commands: $ cd taskwarrior.git $ docker build -t test-tw-fedora28 -f test/docker/fedora28 . $ docker run test-tw-fedora28 For ubuntu, replace fedora28 with ubuntu1604.