podman/pkg/domain/entities
Valentin Rothberg 09dc701097 podman rmi: refactor logic
While this commit was initially meant to fix #5847, it has turned into a
bigger refactoring which I did not manage to break into smaller pieces:

 * Fix #5847 by refactoring the image-removal logic.

 * Make the api handler for image-removal use the ABI code. This way,
   both (i.e., ABI and Tunnel) end up using the same code.  Achieving
   this code share required to move some code around to prevent circular
   dependencies.

 * Everything in pkg/api (excluding pkg/api/types) must now only be
   accessed from code using `ABISupport`.

 * Avoid imports from entities on handlers to prevent circular
   dependencies.

 * Move `podman system service` logic into `cmd` to prevent circular
   dependencies - it depends on pkg/api.

 * Also remove the build header from infra/abi files.  It will otherwise
   confuse swagger and other tools; errors we cannot fix as go doesn't
   expose a build-tag env variable.

Fixes: #5847
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-04-21 08:12:25 +02:00
..
container_ps.go podman v2 remove bloat v2 2020-04-16 12:04:46 -05:00
containers.go Ability to prune container in api V2 2020-04-15 11:17:33 -04:00
engine.go V2 Enable rootless 2020-04-16 11:08:08 -07:00
engine_container.go podman rmi: refactor logic 2020-04-21 08:12:25 +02:00
engine_image.go podman rmi: refactor logic 2020-04-21 08:12:25 +02:00
events.go podman rmi: refactor logic 2020-04-21 08:12:25 +02:00
filters.go V2 podman command 2020-03-18 16:41:12 -07:00
healthcheck.go podmanv2 enable healthcheck run 2020-03-29 18:48:29 -05:00
images.go podman rmi: refactor logic 2020-04-21 08:12:25 +02:00
pods.go Add pod prune for api v2. 2020-04-17 17:30:58 -04:00
set.go V2 podman images/image list 2020-03-24 16:06:01 -07:00
system.go V2 podman system service 2020-04-07 19:22:10 -07:00
types.go Fix podman inspect to accept -l and -s fields 2020-04-20 15:52:46 -04:00
volumes.go podmanv2 volumes 2020-03-24 16:03:49 -05:00