getgort / gort

Gort is a chatbot framework designed from the ground up for chatops.

Home Page:https://guide.getgort.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: how to retrieve container images from private registries?

clockworksoul opened this issue · comments

As it says on the tin, there's no official way to retrieve images from private registry.

This is easily solvable if Gort is deployed in Kubernetes -- do we want to make that the official solution, or do we want to make it possible to provide some kind of registry credentials?

I'd be tempted to focus on Kubernetes as the "first class" way to deploy Gort as it provides so many solutions out of the box for things like dynamic config and querying "neighbor" resources.

If demand becomes apparent for other mechanisms, we can focus on them as they arise.

I'm actually inclined to agree. The only reason I pause though is because we technically support Docker deployments.

But then again, if an org deploys this in Docker mode, they should also be able to trigger a "docker login" as appropriate...

So yeah, maybe this is moot?