-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review application details payload #89
Comments
I just realized, the Docker Engine API might give us some set of image details, but the ECR API may not provide that same set, same with the Registry API (which isn't exactly the same, and this is still being integrated with kiln as of rn). Just documenting the possibility, I don't have an example. |
First example found: *the ecr.ListImages call is paged, so if more than X number of images in result, results will be divided into total/X pages and iterated over, each requiring a subsequent DescribeImages call |
Similarly, This is not an argument against expanding the result details, just documenting the potential changes and their impact based on the current implementation. |
When reviewing
shipyardctl
we realized that it would be nice to have more information about an image to display to the user.The text was updated successfully, but these errors were encountered: