Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upprom/prometheus Docker Image misses ssl_helper #1947
Comments
This comment has been minimized.
This comment has been minimized.
|
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. |
This comment has been minimized.
This comment has been minimized.
|
We can't fix it, the |
This comment has been minimized.
This comment has been minimized.
|
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
closed this
Sep 5, 2016
This comment has been minimized.
This comment has been minimized.
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
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.
lloesche commentedSep 5, 2016
Trying to
wget https://...in the prom/prometheus Docker container results inMy 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.