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

More image output cleanup #399

Merged
merged 2 commits into from
Mar 19, 2024

Commits on Mar 18, 2024

  1. deploy: Use alternative format for staging

    Followup to e3db010
    where this one was missed.  Copy-pasting that git log
    for ease of consumption:
    
    Same motivation as ostreedev/ostree-rs-ext#604
    
    Because fetching from a registry with the default sigverify is
    the 90% case default, when we see this (and are formatting for
    human consumption), use the "alternate" formatting to just
    display the image name.
    
    This makes the ostree stuff *much* less in the user's face
    in the default path.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    893591f View commit details
    Browse the repository at this point in the history
  2. install: Clean up image output more

    Ensure we use alternative formatting for the image reference
    for consistency.
    
    And move the image output (including digest) to the very
    start where it's more centralized.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    38296ea View commit details
    Browse the repository at this point in the history