mantl / consul-cli

Command line interface to Consul HTTP API
Apache License 2.0
251 stars 67 forks source link

Docker Hub #37

Closed rmb938 closed 8 years ago

rmb938 commented 8 years ago

Is it possible that this can be put up on the Docker Hub? It is a pain to have to always build the image from the git repo.

ckeeney commented 8 years ago

@rmb938 I pushed a (slightly modified) version of this to dockerhub a couple days ago. I still prefer that they push their official image but feel free to use mine until that happens.

https://hub.docker.com/r/cliffordkeeney/consul-cli/

ChrisAubuchon commented 8 years ago

There are binary releases available so you shouldn't have to build from the repo.

I'm not really sure what you're asking for here though...Are you looking for a consul-cli container?

ckeeney commented 8 years ago

@ChrisAubuchon I was and my understanding is that so was @rmb938.

rmb938 commented 8 years ago

@ChrisAubuchon I am looking for a container with the consul-cli binary inside. There is a Dockerfile located in this repo already so I am just building from that. However it would be nice to have a image already up on the Docker Hub that is automatically built so I don't have to monitor for changes.

ChrisAubuchon commented 8 years ago

I added ciscocloud/consul-cli to Docker hub.

rmb938 commented 8 years ago

Awesome thanks!