Commit Graph

2 Commits

Author SHA1 Message Date
Valentin Rothberg da2875b837 libimage: force remove: only untag on multi tag image
When removing an image by name, do not remove the image and all its
tags, even if force is set.  Instead, just untag the specified name.

Note: adjust the load test to preserve the order in the untagged field.

Also vendor in the latest HEAD in containers/image to fix a bug revealed
in Podman CI.

Context: containers/podman/issues/10685
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-06-17 15:46:14 +02:00
Valentin Rothberg fea35ddf36 libimage: add load unit tests
Add unit tests for loading images.  This covers the most important
formats of docker-archive and oci-archive.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-05-10 13:59:35 +02:00