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

cli: Add a new bootc image subcommand #620

Merged
merged 3 commits into from
Jun 28, 2024

Commits on Jun 28, 2024

  1. cli: Add a new bootc image subcommand

    We have a basic `bootc image list` but more interesting is
    `bootc image push` which defaults to copying the booted
    image into the container storage.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    48616c7 View commit details
    Browse the repository at this point in the history
  2. tests/booted: Also verify karg changes

    We might as well roll in a bunch of things into this
    "local container build changes" test.
    
    I wanted to get some coverage for kargs, so this adds
    some.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6033b1e View commit details
    Browse the repository at this point in the history
  3. cli: Rename to image copy-to-storage

    Drop the transport support; we only support copying to
    `containers-storage`. Anyone who wants to push directly
    to a remote registry can do so by first copying to
    containers-storage and then pushing via e.g. `podman` or `skopeo`.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    83a6a15 View commit details
    Browse the repository at this point in the history