carvel-dev / imgpkg

Store application configuration files in Docker/OCI registries
https://carvel.dev/imgpkg
Apache License 2.0
261 stars 61 forks source link

Imgpkg describe fails to print the output for the larger images #640

Open rcmadhankumar opened 6 months ago

rcmadhankumar commented 6 months ago

What steps did you take:

$imgpkg describe -b somebundle.oci.image:tag --json
$

What happened: Imgpkg describe took more than 5 minutes and failed to print anything. When the bundle size is small it prints the output. But, for a specific bundle which has 118 image references took more than five minutes and printed nil output in the UI.

What did you expect: Performance of imgpkg has to be improved to print the description for larger images.

Anything else you would like to add: [Additional information that will assist in solving the issue.]

Environment:


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible" 👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

rcmadhankumar commented 6 months ago

We have recent added this feature to show layers digest of each image slows down the performance of image package. Need to reduce the time taken to describe command while showing the image digests for each lmage.