Visit Azul.com Support

Using an Internal Docker Registry

Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

The Optimizer Hub components, by default, get installed from the Docker Hub azul/opthub-gateway. But, you can also provide these images from your own registry, e.g. if your IT or security policies require this.

We advise to preserve the image name and version tag when you save the Docker images to your internal registry, to minimize the customization in the helm chart and avoid confusion. For example, when saving a copy of azul/compile-broker:1.11.1, save it as <your-registry>/docker-external/azul-zing/compile-broker:1.11.1.

When you preserve the image names and version tags, the only extra configuration needed in your values-override.yaml file is:

 
registry: opthub: "<your-registry>/docker-external/azul-zing"