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

prom/prometheus Docker Image misses ssl_helper #1947

Closed
lloesche opened this Issue Sep 5, 2016 · 4 comments

Comments

Projects
None yet
2 participants
@lloesche
Copy link

lloesche commented Sep 5, 2016

Trying to wget https://... in the prom/prometheus Docker container results in

wget: can't execute 'ssl_helper': No such file or directory
wget: error getting response: Connection reset by peer

My use case is, I need to add a helper binary from https://github.com to generate files for file_sd based service discovery. I'd like to use the prom/prometheus image as base for my own image instead of building one from scratch.

I thought prom/prometheus was (used to be?) based off of Alpine but apk doesn't seem to be available.

@lloesche

This comment has been minimized.

Copy link
Author

lloesche commented Sep 5, 2016

I just found out I can use ADD in the Dockerfile in place of the wget. This solves my use case. Keeping the issue open in case you want to fix it anyways. After all why have a wget at all if it can't handle https URLs.

@sdurrheimer

This comment has been minimized.

Copy link
Member

sdurrheimer commented Sep 5, 2016

We can't fix it, the wget command from busybox doesn't support SSL.

@lloesche

This comment has been minimized.

Copy link
Author

lloesche commented Sep 5, 2016

I could have sworn that I did wget a https url using an older version of the prom/prometheus Docker image in the past. Anyways, closing this issue as it's resolved for me.

@lloesche lloesche closed this Sep 5, 2016

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.