mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Consider tag updated also in case repo does not exist
This patch causes `The image you are pulling has been verified` status message to be produced also when the repository is pulled for the first time. Signed-off-by: Michal Minar <miminar@redhat.com>
This commit is contained in:
@@ -602,6 +602,8 @@ func (s *TagStore) pullV2Tag(eng *engine.Engine, r *registry.Session, out io.Wri
|
||||
if _, exists := repo[tag]; !exists {
|
||||
tagUpdated = true
|
||||
}
|
||||
} else {
|
||||
tagUpdated = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user