jenningsloy318 / redfish_exporter

exporter to get metrics from redfish based hardware such as lenovo/dell/superc servers
Apache License 2.0
70 stars 62 forks source link

Link repository to hub.docker.com #17

Closed fernwerker closed 4 years ago

fernwerker commented 4 years ago

Is it possible to link the repository to hub.docker.com. I could do it myself, but only with a fork. I'd prefer to have the repository directly be connected to hub.docker.com

E.g. following: https://medium.com/@_oleksii_/set-up-automated-builds-using-github-and-docker-hub-12c3e0f18eba Thanks.

jenningsloy318 commented 4 years ago

This docker image is used to build the binary,you can pull it from

docker pull jenningsloy318/prom-builder

You can simply build it with

make docker-build
fernwerker commented 4 years ago

Don't know if I get this right. What does the prom-builder include? I don't want to build myself, I'd like to use a CI/CD chain by hub.docker.com and let their ressources automatically build the images from the github repository and offer it within hub.docker.com

edit: sorry, got you wrong there... the binary is not used within docker. You use docker just for building.... So I might fork and dockerize.