-
Notifications
You must be signed in to change notification settings - Fork 63
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
Pull imgpkg bundle contents from a tarball #223
Comments
Hey @lisamburns Thanks for creating this issue! Yeah I agree that the workflow you explained is odd. It requires additional steps and network overhead to use content available on local disk. I think some further iteration on the command name should be done. My first thought is to change Also, In your example, there aren't any images referenced by the bundle. But a bundle could reference hundreds of images, and if nested bundles are used, that number can be quite high. This new feature should allow the user to filter which images / bundles in a tar to extract. I'm going to carvel accept this issue, meaning we plan on working on it in the future :-) |
BUMP. Can we please reprioritise this. |
Thanks for the bump @adamfowleruk. @joaopapereira What are your thoughts on this? |
I like the idea that Dennis pointed out about the In terms of priority, not sure how high we can make this due to other topics that we are working on right now. But I am going to change it to a higher priority. |
If this is something that is currently blocking yll let us know and we can see how might we adjust priorities in order to help you out. |
Describe the problem/challenge you have
I am creating imgpkg bundles for distribution as .tar files.
These bundle contents have CRDs and other resource definitions, and do not have any images that need to be relocated. In order to extract the contents from the bundle, I still have to relocate the tarball to a registry first, which seems odd.
Describe the solution you'd like
A CLI that extracts from the tar I downloaded directly to the bundle contents without the need to copy to a registry first.
imgpkg build --tar -o
Anything else you would like to add:
This is the reverse/opposite of this issue: #55
Slack thread: https://vmware.slack.com/archives/CUK1X0Z8Q/p1629931739341500
@aaronshurley
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.
The text was updated successfully, but these errors were encountered: