Open etirta opened 9 months ago
I did update some labels on this issue. We never implemented that part of the UX because there was no one asking for it, but now we do 😄 This is something that it would be great to have when you do a describe.
For this, some exciting work needs to be done because today, we only read the ImagesLock file from the bundle image. To complete this feature, we would need to do something like the following steps:
Bundle.BundleLock()
that can use a similar implementation to the retrieval of ImagesLockIs this something that you would be interested in contributing?
What steps did you take: As per https://github.com/carvel-dev/imgpkg/issues/124#issuecomment-823325183, I expect when we do
imgpkg describe -b ...
, if the bundle havemetadata
fields, it it will be printed as written inimgpkg/bundle.yml
.I put some data:
before I do
imgpkg push -b ...
, but it's not appearing when I doimgpkg describe -b ...
:What happened: The
metadata
information is not printed.What did you expect: The
metadata
information is printed.Anything else you would like to add: The code seems to never populate this, just put an empty map as place holder.
Can this please be rectified, so I can retrieve this information vie
impkg describe -b ...
?If I do
imgpkg pull -b ...
, the retrieved.imgpkg/bundle.yml
has the information, but I don't want to have to pull it as the bundle can be huge, it's just a waste of time and local storage to pull the whole bundle just for me to get the.imgpkg/bundle.yml
.Environment:
imgpkg --version
): 0.34.1Docker HUB
): Harbor, Artifactory/etc/os-release
): Various (Ubuntu, CentOS, photon).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.