vmware-archive / helm-crd

Experimental CRD controller for managing Helm releases
Apache License 2.0
100 stars 13 forks source link

Dockerhub image disappeared? #36

Open jasongwartz opened 5 years ago

jasongwartz commented 5 years ago

Hi there,

We noticed a deployment failing, and the dockerhub page seems to have disappeared. Have the upstream images been removed, or are they simply hosted somewhere else?

Ref: https://github.com/bitnami-labs/helm-crd/blob/master/deploy/tiller-crd.jsonnet#L25

results:

$ docker pull bitnami/helm-crd-controller:latest
Error response from daemon: pull access denied for bitnami/helm-crd-controller, repository does not exist or may require 'docker login'
beltran-rubo commented 5 years ago

Hi @jasongwartz

We removed that image from the Dockerhub account recently but the Dockerfile to rebuild that image is available and up-to-date in the repo. I would recommend to build it on your side and push to your own registry. Sorry for the inconvenience.

jasongwartz commented 5 years ago

@beltran-rubo thanks for clarifying!

I'm assuming given that the docker images are no longer up, and https://github.com/bitnami-labs/helm-crd/pull/34 wasn't looked at for almost a year, that this project is abandoned/archived? Might be good to change the readme to reflect that, or archive the repo in github.

For now, we will rebuild the image from source (if anyone coming along sees this, we'll re-host current master as ecosiadev/helm-crd-controller:latest).

beltran-rubo commented 5 years ago

Thanks for the feedback. We will add a note to the README and archive the project.