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

Make buildah manifest push --all true by default #5755

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 25, 2024

  1. Make buildah manifest push --all true by default

    Changed the `--all` option of `buildah manifest push` to be true by
    default. This matches the behavior of the equivalent Podman option
    (`podman manifest push --all`), making it easier to switch between
    Podman and Buildah.
    
    Updated buildah.manifest.push.1 docs to reflect this change.
    
    Added test "manifest-push-all-default-true" to `tests/lists.bats`.
    
    Closes: containers#5547
    Signed-off-by: Paul Nettleton <[email protected]>
    k9withabone committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d081959 View commit details
    Browse the repository at this point in the history