Selaa lähdekoodia

Merge pull request #10259 from jfrazelle/wording-of-image-verification

Change the wording of image verification warning.
Jessie Frazelle 10 vuotta sitten
vanhempi
commit
211513156d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      graph/pull.go

+ 1 - 1
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