grimoirelab
grimoirelab copied to clipboard
Building docker on linux fails - expecting MacOS
Building grimoirelab dockers on linux fails, as utils/build_grimoirelab expects MacOS environment
def init .. self.system = system if self.system: self.name = "System"
Had to change last line to "/usr" to run on linux
Hmmm. Weird, as GrimoireLab developers are mainly Linux-based people. In any case, I myself am running it on Debian GNU/Linux right now, and I see no problem... Could you please let us know how you run it and what was the wrong output you got? (likely it is a command line option we don't use normally)
BTW, in which line you had to change that code? 359 maybe?
I ran the docker build command on the Dockerfile-installed docker build -f docker/Dockerfile-installed -t local-grimoirelab:installed .
I just run:
docker build -f docker/Dockerfile-installed -t local-grimoirelab:installed .
In my Debian/testing box, with no trouble. The container gets built, and it seems to work well.
Could you please provide some more details, so that we can try to reproduce the problem? At least, in which operating system you were working, the exact command line that failed, and the failure message that you get. Any other context that you consider appropriate would be great too.
This is outdated, closing it.