From 199d96009b436685d60c6c23aae952f75545e443 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Wed, 9 Aug 2017 16:04:39 -0400 Subject: [PATCH] Isolated builds inspect build info --- docs/isolated_builds.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/isolated_builds.rst b/docs/isolated_builds.rst index 877ba4c..e743000 100644 --- a/docs/isolated_builds.rst +++ b/docs/isolated_builds.rst @@ -67,7 +67,9 @@ inject_parent_image This new pre build plugin will take a ``koji_parent_build`` parameter. If the parameter has a truthy value, it queries Koji for information about the build and determine the unique tag reference for such build. This information is -retrieved by inspecting the archives attached to Koji build. The first archive +retrieved by first inspecting the build info value at +``'extra'.'image'.'index'.'pull'``. If that key path is not set, or it's an +empty list, archives attached to Koji build are inspected. The first archive containing the key path ``'extra'.'docker'.'repositories'`` will be used. The repository reference to be used is the unique manifest digest (contains sha256).