From c97d8b1233bc17a9e58ce97473329ab5de59969a Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Wed, 21 Jan 2015 18:07:10 -0800 Subject: [PATCH] Change the wording of image verification warning. Docker-DCO-1.1-Signed-off-by: Jessica Frazelle (github: jfrazelle) --- graph/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph/pull.go b/graph/pull.go index d8d045e7a8..f76a156056 100644 --- a/graph/pull.go +++ b/graph/pull.go @@ -554,7 +554,7 @@ func (s *TagStore) pullV2Tag(eng *engine.Engine, r *registry.Session, out io.Wri } - out.Write(sf.FormatStatus(repoInfo.CanonicalName+":"+tag, "The image you are pulling has been verified - This is a tech preview, don't rely on it for security yet.")) + out.Write(sf.FormatStatus(repoInfo.CanonicalName+":"+tag, "The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security.")) if err = s.Set(repoInfo.LocalName, tag, downloads[0].img.ID, true); err != nil { return false, err