trove/releasenotes/notes/wallaby-docker-registry.yaml
Lingxian Kong 52f7b67dc2 Support custom container registry for database images
Currently, trove guest agent is pulling container images from docker
hub, it's impossible to use private container registry, this patch
is adding that support.

Change-Id: I3d14810b43acbf5d2fe6afcc138d476e366042f4
2021-02-03 12:16:42 +13:00

5 lines
167 B
YAML

---
features:
- Added custom container registry configuration for trove guest agent, it's
now possible to use images in private registry rather than docker hub.