Commit Graph

7 Commits

Author SHA1 Message Date
Tim Jacomb 9b54caaf57
Remove install-plugins.sh (#1408) 2022-06-26 09:37:38 +01:00
Basil Crow 84d9fb3336 Add Hadolint to build 2022-05-26 16:41:04 -07:00
Alex Earl 3a423b4dc3
Update directory structure and plugin install method 2020-09-21 13:48:59 -07:00
Alex Earl 587deaafa4
Windows master image 2020-01-30 10:07:11 -07:00
Alex Earl 4688da0213
Passing all tests with JDK 8 2020-01-24 15:37:26 -07:00
Alex Earl 2a378f6483 [WIP] Fix test issue
Switch to using junit as the plugin for tests instead of the maven
plugin
2019-12-05 18:24:42 -07:00
Vincent Latombe bb8f8c9ad0 Upgrade plugins if needed (#306)
Each plugin installed through the docker image is now tracked using a
marker file containing the version that was installed through the image.

If later, the container is started from a docker image containing newer
plugins, existing plugins will be upgraded if they haven't been upgraded
in the mean time and if the new docker image provides a new version of
them.

Add tests to check that plugins are upgrade properly
2016-07-13 18:18:14 +02:00