kopeio / etcd-manager

operator for etcd: moved to https://github.com/kubernetes-sigs/etcdadm
Apache License 2.0
164 stars 47 forks source link

Add a second docker registry as backup #403

Open thomaspeitz opened 3 years ago

thomaspeitz commented 3 years ago

Hey :)

Would it be possible to push the image not only to dockerhub but maybe to gcr / ecr / quay as well?

We would like to be less dependent on a particular docker registry (in cases of troubles) and currently verify where alternative images are laying. We did not find any source for etcd-manager.

Greetings, Thomas

thomaspeitz commented 3 years ago

Another nice option would be that the docker image gets pushed as github release artifact like https://github.com/flannel-io/flannel/releases - Which would allow us to quickly upload the image to our own registry without taking care of a working build process in cases of troubles.