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

manifest, push: implement --add-compression to push with compressed variants. #4912

Merged
merged 4 commits into from
Jul 31, 2023

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    5122735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    071f851 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. manifest/inspect: add support for tls-verify and authfile

    Add flags for `manifest inspect` i.e `--tls-verify` and `--authfile`
    
    Signed-off-by: Aditya R <[email protected]>
    flouthoc committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d27a823 View commit details
    Browse the repository at this point in the history
  2. manifest/push: add support for --add-compression

    Adds support for `--add-compression` which accepts multiple compression
    formats and when used it will add all instances in a manifest list with
    requested compression formats.
    
    Signed-off-by: Aditya R <[email protected]>
    flouthoc committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b9ac8d5 View commit details
    Browse the repository at this point in the history