bakins / gearman-exporter

Gearmand metrics exporter for Prometheus
MIT License
21 stars 10 forks source link

Add Dockerfile (WIP) #5

Closed njam closed 6 years ago

njam commented 6 years ago

Based on #4

Adding a Dockerfile and Travis configuration to push the built image to Docker Hub.

@bakins I've created a new organization called "gearmanexporter" in Docker Hub to push a docker image to. I will then add a new user with access only to the specific Docker Hub repo "gearmanexporter/gearman-exporter" and add the encrypted credentials to the travis build. Let me know if you think it should be done differently!


note

[![Build Status](https://img.shields.io/docker/pulls/gearmanexporter/gearman-exporter.svg)](https://hub.docker.com/r/gearmanexporter/gearman-exporter)
bakins commented 6 years ago

@njam LGTM. You should have merge rights, if not, LMK.

njam commented 6 years ago

Yes, thanks. Just wanted to get your ok.

This one still needs some work. I will finish it soon.