ambakshi / docker-perforce

Docker Perforce Images (p4d, perforce-swarm, git-fusion, sample depot, and a base image)
115 stars 56 forks source link

Not running docker-compose gfperforce #16

Open danmaxis opened 4 years ago

danmaxis commented 4 years ago

Hi there, I'm having trouble while running docker-compose run gfperforce (perforce server without git-fusion starts normally)

it stops after generating rsa key pair. the error message follows:

/usr/local/bin/setup-git-fusion.sh: line 31: /opt/perforce/git-fusion/libexec/configure-git-fusion.sh: No such file or directory
[cmd] /run.sh exited 1
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

it seems pointing to a non-existing file, my guess this file is dynamically generated? Because I try to check and it doesnt exists in my system. Any help regarding this would be welcome. Thanks.

ambakshi commented 4 years ago

Thanks for the report! Let me try to repro and get back to later today.

danmaxis commented 4 years ago

I investigated it for a while, it seems that git fusion was discontinued and doesnt match perforce base version. I left only git connector and updated a script reference and the Dockerfile went further. I'm still stuck around new script parameters for git connector.