K8s deployment with private docker registry

Hi,

I am testing the k8s deployment of tutor but hitting the rate limit in docker hub very fast.

If we decided to set up a private registry, what would be the steps to point tutor to it?

Many thanks,
Sebastian

There are configs you can set, if you have a look in custom configuration on the docs:

https://docs.tutor.overhang.io/configuration.html

You can set a custom registery:

DOCKER_REGISTRY

As well as:

DOCKER_IMAGE_OPENEDX
DOCKER_IMAGE_FORUM

We use AWS ECR and System Manager to store the latest build number. We poll these and set as variables and then pass them as an environment variable to tutor:

export TUTOR_DOCKER_IMAGE_OPENEDX=$AWS_ECR_REPOSITORY_URL:$AWS_ECR_REPOSITORY_LAST_TAG

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.