)]}'
{"kolla/image/build.py":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"cdf28f0e916932a861e1d8f0b7bc536501bb802f","unresolved":false,"context_lines":[{"line_number":1109,"context_line":"                                            STATUS_UNBUILDABLE]:"},{"line_number":1110,"context_line":"                        image.status \u003d STATUS_MATCHED"},{"line_number":1111,"context_line":""},{"line_number":1112,"context_line":"                    # skip image if --skip-existing was given and image"},{"line_number":1113,"context_line":"                    # was already built"},{"line_number":1114,"context_line":"                    if (self.conf.skip_existing and image.in_docker_cache()):"},{"line_number":1115,"context_line":"                        image.status \u003d STATUS_SKIPPED"},{"line_number":1116,"context_line":""},{"line_number":1117,"context_line":"                    # handle image ancestors"},{"line_number":1118,"context_line":"                    ancestor_image \u003d image"}],"source_content_type":"text/x-python","patch_set":1,"id":"1fa4df85_9adc5919","line":1115,"range":{"start_line":1112,"start_character":0,"end_line":1115,"end_character":53},"updated":"2020-03-16 11:31:02.000000000","message":"I think this code should apply to every image, and *should* handle your case.\n\nHowever, looking at this loop it doesn\u0027t seem quite right in a few ways to me. It seems quite stateful, and dependent upon the order of the images as to whether they are matched, skipped, or unmatched.\n\nIt also ignores the skip_parents and skip_existing flags if no filter is applied (L1137).\n\nThis patch addresses a related issue: https://review.opendev.org/#/c/697831","commit_id":"9f739dfa3ad2c7302b7fd9bc3e1d91f262845c47"}]}
