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

Rename image(s) cmd flags to type(s) and add checkpoints to build #879

Merged
merged 4 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. cmd: rename image(s) flag to type(s)

    The build command requires the --image flag to specify the image type to
    build.  Similarly, gen-manifests and list-images commands support
    specifying image types using the --images flag.  These were originally
    named this way because image-type(s) felt too long.  Rename them to
    --type and --types.  This is less ambiguous and matches the flag name
    chosen by bootc-image-builder.
    
    The cmds are development and testing tools, so there is no need to keep
    the old and deprecate it for a backwards compatible and smooth
    transition.
    achilleas-k committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a5ddedc View commit details
    Browse the repository at this point in the history
  2. test: update flags in test scripts and README

    Update the flags wherever they're used in our test setup.
    achilleas-k committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    11173a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b442cbd View commit details
    Browse the repository at this point in the history
  4. cmd/build: support checkpoints in build command

    Support specifying checkpoints when running cmd/build.
    achilleas-k committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    76694cc View commit details
    Browse the repository at this point in the history