jenningsloy318/redfish_exporter

Link repository to hub.docker.com

Closed this issue · 2 comments

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.

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

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.