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

build: support podman for load/pushing container images #1703

Merged
merged 2 commits into from
Jul 31, 2024

Commits on Jul 29, 2024

  1. build: support podman for load/pushing container images

    By default docker is tried, and then podman.
    Support is simplistically verified with the exit code from --version
    First choice can be overridden with DOCKER env variable.
    
    Signed-off-by: Tiago Castro <[email protected]>
    tiagolobocastro committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2d3ed91 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. build: update dependencies and release.sh

    Update to dependencies where a base release.sh is present which
    can be used by the various mayastor repos.
    
    Signed-off-by: Tiago Castro <[email protected]>
    tiagolobocastro committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    697e775 View commit details
    Browse the repository at this point in the history