Skip to content
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

version latest, 0.3.1 & 0.3.2 is broken #53

Closed
wuxxin opened this issue Aug 10, 2018 · 2 comments
Closed

version latest, 0.3.1 & 0.3.2 is broken #53

wuxxin opened this issue Aug 10, 2018 · 2 comments

Comments

@wuxxin
Copy link

wuxxin commented Aug 10, 2018

  • Version used: docker pull ncabatoff/process-exporter

  • Even 0.3.1 and 0.3.2 are listed as prerelease on the github release page,
    the latest tag on dockerhub is pointing to 0.3.2.

  • Unfortunately 0.3.x are broken.

  • reproduction:

root@schulung:~# docker run --rm -i ncabatoff/process-exporter:0.2.12
2018/08/10 11:01:17 Reading metrics from /proc for procnames: []
root@schulung:~# docker run --rm -i ncabatoff/process-exporter:0.3.1 
standard_init_linux.go:178: exec user process caused "no such file or directory"
root@schulung:~# docker run --rm -i ncabatoff/process-exporter:0.3.2 
standard_init_linux.go:178: exec user process caused "no such file or directory"
root@schulung:~# docker run --rm -i ncabatoff/process-exporter:latest
standard_init_linux.go:178: exec user process caused "no such file or directory"
@ncabatoff
Copy link
Owner

Thanks very much for the detailed and timely bug report. It's fixed in v0.3.6.

I've added a 'stable' tag to the images (currently pointing to v0.2.12) which I will manually move when I consider a release to be ready, until I find a better solution. I've also added more checks to prevent this kind of breakage from happening in future.

@wuxxin
Copy link
Author

wuxxin commented Aug 11, 2018

thank you for your quick response and fixing 👍 , i will use the stable tag, good idea 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants