spiegel_podman/libpod/image
Matthew Heon e3ced7217f Ensure libpod/define does not include libpod/image
The define package under Libpod is intended to be an extremely
minimal package, including constants and very little else.
However, as a result of some legacy code, it was dragging in all
of libpod/image (and, less significantly, the util package).
Fortunately, this was just to ensure that error constants were
not duplicating, and there's nothing preventing us from
importing in the other direction and keeping libpod/define free
of dependencies.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-07-31 17:17:56 -04:00
..
testdata Split refNamesFromImageReference from Runtime.getPullListFromRef 2018-08-01 18:22:58 +00:00
config.go honor pull policy in play kube 2020-01-28 13:36:10 -06:00
docker_registry_options.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
errors.go Ensure libpod/define does not include libpod/image 2020-07-31 17:17:56 -04:00
filters.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
image.go Add podman image mount 2020-07-28 10:27:44 -04:00
image_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
manifests.go manifest annotate 2020-05-05 15:01:32 -04:00
parts.go honor pull policy in play kube 2020-01-28 13:36:10 -06:00
parts_test.go Remove imageParts.{isTagged,registry,name,tag} 2019-01-14 04:07:24 +01:00
prune.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pull.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pull_test.go bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
search.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
signing_options.go Stage3 Image Library 2018-03-14 20:21:31 +00:00
tree.go Refactor image tree for API usage 2020-02-17 11:12:35 +01:00
utils.go images: distinguish between tags and digests 2019-10-29 13:35:19 -04:00