You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
At the time of creating the Image class, it was not known how users usually reference images. Now we know that they mostly reference them either in the repo:tag format or the repo@digest_type:digest format. There is already functionality to parse the two. Hence we do not need to record Image ID. We can just check to see if what is instantiated follows these two formats.
To Do
Modify the Image class to be instantiated with a generic repotag property
This commit does following,
1. Modifies the Image class to be instantiated
with a generic repotag property
2. Removes the ImageID property
3. Modifies the tests appropriately
Resolved: #747
Signed-off-by: mukultaneja <[email protected]>
Description
At the time of creating the Image class, it was not known how users usually reference images. Now we know that they mostly reference them either in the
repo:tag
format or therepo@digest_type:digest
format. There is already functionality to parse the two. Hence we do not need to record Image ID. We can just check to see if what is instantiated follows these two formats.To Do
repotag
propertyBackground
This is related to PR #734
Super Issues
#678
The text was updated successfully, but these errors were encountered: