Customization point: Image Storage
Epinio's staging process saves the generated application images to a docker compatible registry.
By default Epinio uses the regular docker registry as the store, as an internal component.
To use an external docker compatible registry it is necessary to
-
Set chart key
containerregistry.enabled=false, and -
the various registry keys, i.e.
global.registryURLglobal.registryUsernameglobal.registryPasswordglobal.registryNamespace
to suitable values.
Note Do not confuse this registry with whatever registry is used to retrieve Epinio's own images when Epinio is deployed.