apache / cloudstack-kubernetes-provider

Apache Cloudstack Kubernetes Provider
https://cloudstack.apache.org/
Apache License 2.0
38 stars 21 forks source link

Continuous integration (Dockerhub, etc.) needed #7

Closed onitake closed 3 years ago

onitake commented 5 years ago

On the old CCM, we manually pushed releases to DockerHub for building and hosting: https://hub.docker.com/r/swisstxt/cloudstack-cloud-controller-manager/

To make the new provider available to the general public, it should have automatic CI attached, so it can be used in Kubernetes deployments.

The included Dockerfile is prepared to do all the grunt work already and shouldn't require many changes.

onitake commented 5 years ago

There is an apache user on Docker hub: https://hub.docker.com/u/apache Do you have access there?

rohityadavcloud commented 5 years ago

@onitake I don't think I've access there. Can you ask on the CloudStack dev ML? And maybe also access to the following org: https://hub.docker.com/u/apachecloudstack https://hub.docker.com/u/cloudstack

Alternatively, we can create a new organization.

onitake commented 3 years ago

@rhtyd Was there a followup on the mailing list? I think it got lost... We definitely need a registry for storing prebuilt containers before we release 1.0, or people will have to build the controller themselves.

An alternative would be Github Packages, but Docker Hub is probably better.

rohityadavcloud commented 3 years ago

We've the official account here now https://hub.docker.com/r/apache/cloudstack-kubernetes-provider But only committers/PMC members have access.

rohityadavcloud commented 3 years ago

Closing this dockerhub and travis are available.