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
Creating images put_image with the same image_manifest and different tags results in different images being created and returned through describe_image:
Creating and updating images with put_image with the same image_manifest should have the same image_digest and should be returned with a list of the corresponding tags through describe_image i.e.:
Actual
Creating images
put_image
with the sameimage_manifest
and different tags results in different images being created and returned throughdescribe_image
:Expected
Creating and updating images with
put_image
with the sameimage_manifest
should have the sameimage_digest
and should be returned with a list of the corresponding tags throughdescribe_image
i.e.:The text was updated successfully, but these errors were encountered: