From 72a34b66e070aad581505b22d948106d16a522d3 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 3 May 2021 11:06:30 +0300 Subject: [PATCH] Update tagging/README.md Co-authored-by: Erik Sundell --- tagging/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tagging/README.md b/tagging/README.md index 04f145f6..b9c44dba 100644 --- a/tagging/README.md +++ b/tagging/README.md @@ -111,5 +111,6 @@ class AptPackagesManifest(ManifestInterface): ### Images Hierarchy -Hierarchy of all the images, taggers and manifests is defined in `images_hierarchy.py` file. -`get_taggers_and_manifests.py` file helps to get all the taggers and manifests for a specific image. +All images dependencies on each other and what taggers and manifest they make use of is defined in `images_hierarchy.py`. + +`get_taggers_and_manifests.py` defines a helper function to get the taggers and manifests for a specific image.