Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bump github.com/containers/image/v5 from 5.10.5 to 5.11.0 | dependabot[bot] | 2021-04-12 |
| | | | | | | | Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.10.5 to 5.11.0. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.10.5...v5.11.0) Signed-off-by: dependabot[bot] <support@github.com> | ||
* | support multi-image (docker) archives | Valentin Rothberg | 2020-09-08 |
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> |