spiegel_podman/vendor/github.com/containers/image/v5/docker
Valentin Rothberg 0f7d54b026 migrate Podman to containers/common/libimage
Migrate the Podman code base over to `common/libimage` which replaces
`libpod/image` and a lot of glue code entirely.

Note that I tried to leave bread crumbs for changed tests.

Miscellaneous changes:

 * Some errors yield different messages which required to alter some
   tests.

 * I fixed some pre-existing issues in the code.  Others were marked as
   `//TODO`s to prevent the PR from exploding.

 * The `NamesHistory` of an image is returned as is from the storage.
   Previously, we did some filtering which I think is undesirable.
   Instead we should return the data as stored in the storage.

 * Touched handlers use the ABI interfaces where possible.

 * Local image resolution: previously Podman would match "foo" on
   "myfoo".  This behaviour has been changed and Podman will now
   only match on repository boundaries such that "foo" would match
   "my/foo" but not "myfoo".  I consider the old behaviour to be a
   bug, at the very least an exotic corner case.

 * Futhermore, "foo:none" does *not* resolve to a local image "foo"
   without tag anymore.  It's a hill I am (almost) willing to die on.

 * `image prune` prints the IDs of pruned images.  Previously, in some
   cases, the names were printed instead.  The API clearly states ID,
   so we should stick to it.

 * Compat endpoint image removal with _force_ deletes the entire not
   only the specified tag.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-05-05 11:30:12 +02:00
..
archive build(deps): bump github.com/containers/common from 0.26.0 to 0.26.3 2020-10-27 07:25:23 -04:00
daemon support multi-image (docker) archives 2020-09-08 08:47:19 +02:00
internal/tarfile Bump github.com/containers/image/v5 from 5.9.0 to 5.10.0 2021-01-28 04:51:57 -05:00
policyconfiguration Bump github.com/containers/image/v5 from 5.9.0 to 5.10.0 2021-01-28 04:51:57 -05:00
reference bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
cache.go bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
docker_client.go Bump github.com/containers/image/v5 from 5.10.5 to 5.11.0 2021-04-12 09:45:08 +00:00
docker_image.go Bump github.com/containers/image/v5 from 5.10.5 to 5.11.0 2021-04-12 09:45:08 +00:00
docker_image_dest.go Bump github.com/containers/image/v5 from 5.10.5 to 5.11.0 2021-04-12 09:45:08 +00:00
docker_image_src.go Bump github.com/containers/image/v5 from 5.10.5 to 5.11.0 2021-04-12 09:45:08 +00:00
docker_transport.go bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
errors.go support multi-image (docker) archives 2020-09-08 08:47:19 +02:00
lookaside.go Bump github.com/containers/image/v5 from 5.10.0 to 5.10.1 2021-01-29 10:27:35 +01:00
wwwauthenticate.go build(deps): bump github.com/containers/image/v5 from 5.0.0 to 5.1.0 2019-12-20 09:30:47 -05:00