-
Notifications
You must be signed in to change notification settings - Fork 62
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
Allow directly pushing archives, in particular ZIP or JAR #428
Comments
Hey @voor Are you planning of using this feature with Since you can unzip a jar file I think zip and jar could behave the same way, implementation-wise. But eventually, if it fails it could try to see if the file can be untared. |
The use case was exclusive use of |
Sounds good, let us do that. The flag Going to accept this issue. |
idea for the flag name: |
Hi, along with the JAR and zip, can this feature include the pushing of bundle.tar.gz? This bundle.tar.gz is just the compressed imgpkg directory. Contents of imgpkg.tar.gz:
expected usage:
|
Describe the problem/challenge you have
In a popular workflow that enables a premade JAR to be accessible to Cartographer's
source.image
reference you actually need 2 steps:Several CLI implementations do this transparently, but those CLIs are serving other products primarily and do not offer a generic experience, in particular if you're not leveraging the products those CLIs are serving.
Describe the solution you'd like
imgpkg push --archive
that would detect a zip, jar, or maybe even tar and push those contents.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 work on this issue.
The text was updated successfully, but these errors were encountered: