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

podman load/save: support multi-image docker archive #6811

Merged

Commits on Sep 8, 2020

  1. support multi-image (docker) archives

    Support loading and saving tarballs with more than one image.
    Add a new `/libpod/images/export` endpoint to the rest API to
    allow for exporting/saving multiple images into an archive.
    
    Note that a non-release version of containers/image is vendored.
    A release version must be vendored before cutting a new Podman
    release.  We force the containers/image version via a replace in
    the go.mod file; this way go won't try to match the versions.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7fea467 View commit details
    Browse the repository at this point in the history