Docker Registries

The dockerRegistries key can specify additional Docker Registries to authenticate against during the build and deploy processes. This is often used during a build in order to build from a private base image.

These registry credentials are also used during deployment to allow your cluster to pull additional images from a private repository.

If you are using private images that are not built by Preview as part of your deployment, you will need to provide authentication to your Docker Registry in this way.

Last updated