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

List logically bound images #871

Merged
merged 1 commit into from
Nov 19, 2024
Merged

List logically bound images #871

merged 1 commit into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. List logically bound images

    Solves the second part of containers#846
    
    The (hidden) image list command now has a `--type` flag to allow users
    to list only logical images, only host images, or all images.
    
    Also the command has been adjusted so that it can run even when not
    booted off of a bootc system. In that case, it will only list logical
    images. If a user tries to list host images without a booted system, an
    error will be thrown.
    
    The command also has a `--format` flag to allow users to choose between
    a human-readable table format and a JSON format.
    
    Signed-off-by: Omer Tuchfeld <omer@tuchfeld.dev>
    omertuc committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    60a6f0b View commit details
    Browse the repository at this point in the history