From fe830efe3c4954cf0b94355d8f22959ae057da97 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Fri, 12 Jan 2018 11:05:57 -0800 Subject: [PATCH] Add disclaimer about push mirroring --- ee/dtr/user/promotion-policies/push-mirror.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ee/dtr/user/promotion-policies/push-mirror.md b/ee/dtr/user/promotion-policies/push-mirror.md index f0a7f90120..6656031f2a 100644 --- a/ee/dtr/user/promotion-policies/push-mirror.md +++ b/ee/dtr/user/promotion-policies/push-mirror.md @@ -88,6 +88,14 @@ with the policy, it automatically gets promoted. ![choose policy](../../images/push-mirror-5.png){: .with-border} +## Metadata persistence + +When an image is pushed to another registry using a mirroring policy, scanning +and signing data is not persisted in the destination repository. + +If you have scanning enable for the destination repository, DTR is going to scan +the image pushed. If you want the image to be signed, you need to do it manually. + ## Where to go next * [Mirror images from another registry](pull-mirror.md)