Chris Hoge
Chris Hoge
The grimoirelab images in dockerhub are several months out of date, leading to various issues when using current configurations. For example, elk was updated to process more advanced aliases.json files,...
The build for Grimorelab fails with the provided Dockerfile. Debian stretch ships with python 3.5, but the numpy dependency requires python >= 3.7. When attempting to build with newer images,...
python3 isn't always available as python. Chainging system call to `python3` to be more portable.