Using a private container registry

Version: 10.5

You can use a private container registry for authentication. To let a Kubernetes cluster authenticate with a private container registry and pull images from it, you must create an image pull Secret.

The Kubernetes deployment specifications for every Sitecore role support the use of an image pull Secret. The Secret name must be sitecore-docker-registry. For example:


imagePullSecrets:
- name: sitecore-docker-registry

You must change the registry path in the .yaml files for the images that are pulled from the private registry.

If you have suggestions for improving this article, let us know!