Skip to content

Commit

Permalink
Add index_image_resolved attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortlov committed Mar 24, 2021
1 parent 0281040 commit bc39256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/fake_task_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def setup_task(
"binary_image": binary_image,
"binary_image_resolved": binary_image + "-resolved",
"index_image": "index_image",
"index_image_resolved": "index_image_resolved",
"arches": arches,
"deprecation_list": [],
}
Expand Down
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def setup_task(
"binary_image_resolved": binary_image + "-resolved",
"bundle_mapping": {},
"index_image": "feed.com/index/image:tag",
"index_image_resolved": "feed.com/index/image-resolved:tag",
"arches": arches,
"batch": 123,
"updated": "2020-05-26T19:33:58.759687Z",
Expand Down

0 comments on commit bc39256

Please sign in to comment.