BetterCloud / kadmin

Web Based Kafka Consumer and Producer
69 stars 25 forks source link

Push dockerfile to docker hub #8

Closed alexives closed 4 years ago

alexives commented 6 years ago

I really want to use this to do local development testing of kafka stream processors. Right now, we spin up our stream processor in docker-compose for testing and connect to it with kafkacat, but it would be pretty spiffy if this UI just spun up instead. I was thinking about pushing the docker container to our internal repository, but it'd be neat if you folks just had it in docker hub.

david-bc commented 6 years ago

Thanks for the suggestion. Let me talk to our devops team about pushing it to docker hub.

hasnat commented 5 years ago

I believe with the Dockerfile now we can create as an automated builds image on docker

Hienphamthe commented 5 years ago

Is there any already built image on dockerhub? that would be very nice.

hasnat commented 5 years ago

you can try one on https://hub.docker.com/r/hasnat/kadmin/

Eirias commented 5 years ago

you can try one on https://hub.docker.com/r/hasnat/kadmin/

The image (hasnat/kadmin:latest) is not working.

hasnat commented 5 years ago

you can try one on https://hub.docker.com/r/hasnat/kadmin/

The image (hasnat/kadmin:latest) is not working.

not working how? whats the error?

Eirias commented 5 years ago

Ah sorry i just found this closed issue and it solved my problem.

pPanda-beta commented 5 years ago

Hi @hasnat I think latest version of code is not there on the image. I need #13 in the docker image please.

hasnat commented 5 years ago

@pPanda-beta updated fork changes and done rebuild for hasnat/kadmin https://hub.docker.com/r/hasnat/kadmin/tags

noelalonso commented 4 years ago

Hi, I need #15 in the docker image. Thanks.

david-bc commented 4 years ago

@noelalonso could you verify the image from bettercloud/kadmin:latest? https://cloud.docker.com/u/bettercloud/repository/docker/bettercloud/kadmin

$ docker-compose up or $ docker run -d -name kadmin bettercloud/kadmin

david-bc commented 4 years ago

Fixed in https://github.com/BetterCloud/kadmin/pull/18