Datadog publishes container images in multiple public container registries. While this is convenient for many users, some organizations may want to use a private container registry. This guide explains how to synchronize Datadog’s container images to a private registry.
Crane is a tool made by Google to manage container images and registries and can be used to synchronize images between different container registries. For more information about Crane, see the Crane documentation.
Once you’ve synchronized the images, you can use this guide to change the container registry used by your environment.
Note: If using your private registry, you might need to create a pull secret to be able the pull the images.
For more information about creating a pull secret, see the Kubernetes documentation.