Skip to content
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

crane: Enhancements suggest in crane push #1889

Open
Mukuls77 opened this issue Mar 7, 2024 · 0 comments
Open

crane: Enhancements suggest in crane push #1889

Mukuls77 opened this issue Mar 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Mukuls77
Copy link

Mukuls77 commented Mar 7, 2024

Crane push can be enhanced with following functionality

  1. Support for upload of compressed tar files: currently crane push only expect the input file in .tar format but if we compare a similar functionality on docker it support upload of tar files in compressed format also tar.gz, gzip, bzip2, xz or zstd. So crane can be enhanced to support upload of compressed tar files.
  2. Support to fetch the Registry Tag from tar file manifest.json: Currently while uploading a tar file we need to explicitly provide the tag to be applied on the image in registry. I think this should be made optional and in case user does not provide the tag in the crane push command than crane can extract the repo tag from manifest.json file of the image tarball and use it to apply on the image getting uploaded.

These enhancements will help make crane tool more usable for end users.

@Mukuls77 Mukuls77 added the bug Something isn't working label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant