find_parent_images_with_package was still called using layers as list of images. But layers is a list of string, which is not what we expect. For this reason an error is raised: 'str' object does not support item assignment.
layers
Signed-off-by: Giulia Naponiello gnaponie@redhat.com
@jkaluza PTAL
+1.
Commit 145ed4db fixes this pull-request
Pull-Request has been merged by gnaponie
find_parent_images_with_package was still called using layers as list
of images. But
layersis a list of string, which is not what weexpect. For this reason an error is raised: 'str' object does not
support item assignment.
Signed-off-by: Giulia Naponiello gnaponie@redhat.com