summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2021-02-02 23:06:10 +1300
committerLingxian Kong <anlin.kong@gmail.com>2021-02-03 12:16:42 +1300
commit52f7b67dc20d87acd2c056a65f677025c9000413 (patch)
treedc9fcb214b640c1eaff93b74892050fd2dcfde78 /releasenotes
parent1e04b269ca75067e28ae3e6ecb60ac2d11ab5b3b (diff)
downloadtrove-52f7b67dc20d87acd2c056a65f677025c9000413.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/wallaby-docker-registry.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/wallaby-docker-registry.yaml b/releasenotes/notes/wallaby-docker-registry.yaml
new file mode 100644
index 00000000..f809b7d1
--- /dev/null
+++ b/releasenotes/notes/wallaby-docker-registry.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Added custom container registry configuration for trove guest agent, it's
+ now possible to use images in private registry rather than docker hub.