onmetal-dev / metal

bare metal PaaS
https://www.onmetal.dev
GNU Affero General Public License v3.0
2 stars 0 forks source link

private docker registry in user cluster #41

Closed rgarcia closed 4 months ago

rgarcia commented 4 months ago

minio is already set up to capture logs and traces. We should also deploy and expose a registry so that when we build images (e.g. on metal up) we can put them someplace private.

Could also do something more complicated, e.g. set up ECR with IAM set up per-user, but I think private registry in user cluster makes more sense. My guess is that it won't be utilized all that much since it's more common for people to build and push images to their own, pre-existing private registry.

linear[bot] commented 4 months ago

MET-29 private docker registry in user cluster