From 9ad4fe85af4ee607ac48136500add6129f2997ce Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Fri, 15 Dec 2023 04:56:31 -0500 Subject: [PATCH] Update source/reference-manual/ota/advanced-tagging.rst Co-authored-by: vkhoroz --- source/reference-manual/ota/advanced-tagging.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/reference-manual/ota/advanced-tagging.rst b/source/reference-manual/ota/advanced-tagging.rst index bf78fb758..6857f2c8d 100644 --- a/source/reference-manual/ota/advanced-tagging.rst +++ b/source/reference-manual/ota/advanced-tagging.rst @@ -19,7 +19,9 @@ This is the base OS image. It represents an immutable combination of the Platform build's OSTree hash with the output of a container build. **Tag**: A Target has a "custom" section where with a list of Tags. -The tags can be used to say things like this is a "development" build or this is a "production" build. +**Tag:**: A user defined attribute of a Target designating its intended usage. +Tags are defined in the "custom" section of a Target. +They can be used to e.g. distinguish between "development" versus "production" builds. Scenario 1: A new Platform Build That Re-Uses Containers --------------------------------------------------------