-
-
Notifications
You must be signed in to change notification settings - Fork 849
Latest docker image hanging #663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same issue here |
I've got same issue |
@sooknarine is this happening with the non dockerized 1.15.0-rc? |
@ferrarimarco unfortunately I've changed roles and no longer have access to the system that used your tool :( Perhaps @alicon or @arturalbov can try the non dockerized 1.15.0-rc? |
Hi! Just wanted to a leave a note this is happening for me too! I ❤️ this project (we're using it over on Agones, but there are some bugs in the 1.14.3 (issues going into the wrong release), that I'm hoping will be fixed in a new release, so I don't have to manually fix them by hand. Any chance for a new release on this project, and a subsequent push to the new Docker image? It's been a year since release 😄 |
If you need a later Docker image that works - I just threw together a Docker image that runs the latest code in Github: https://hub.docker.com/r/markmandel/github-changelog-generator/ Mount your code to |
@markmandel |
@dskrypko But you can likely take the Dockerfile and create your own, up to date image from it! |
The version that is currently tagged as a docker image is in sync with the latest GCG version. As soon as a new version is released, I'll update the image. Actually since we saw no version in a few months, I may release an updated "latest" image pointing to the current master. |
BTW we are tracking this issue in #644 Closing for now as we know we have to release an updated version. |
We're trying your github-changelog-generator and appreciate the work you've put into it! Friendly heads up - the latest docker image appears to be hanging. The previous 1.14.3 works, though.
This hangs:
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator:latest -u skywinder -p ActionSheetPicker-3.0
This works:
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator:1.14.3 -u skywinder -p ActionSheetPicker-3.0
If you're unable to reproduce and need info or logs from me, let me know.
https://hub.docker.com/r/ferrarimarco/github-changelog-generator/tags/
Thanks!
The text was updated successfully, but these errors were encountered: