spiegel_podman/pkg/domain/entities
Daniel J Walsh 1b5853e647
Properly handle podman run --pull command
Currently the --pull missing|always|never is ignored

This PR implements this for local API.  For remote we
need to default to pullpolicy specified in the containers.conf
file.

Also fixed an issue when images were matching other images names
based on prefix, causing images to always be pulled.

I had named an image myfedora and when ever I pulled fedora, the system
thought that it there were two images named fedora since it was checking
for the name fedora as well as the prefix fedora.  I changed it to check
for fedora and the prefix /fedora, to prefent failures like I had.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-09-27 07:25:28 -04:00
..
auto-update.go auto-update: support authfiles 2020-05-12 10:20:48 +02:00
container_ps.go Add the Status field in the ps --format=json 2020-08-11 13:47:54 +08:00
containers.go stats: break out CLI options 2020-09-24 14:28:10 +02:00
engine.go Add global options --runtime-flags 2020-09-04 15:04:36 -04:00
engine_container.go stats refactor 2020-09-23 15:39:25 +02:00
engine_image.go Add podman image mount 2020-07-28 10:27:44 -04:00
engine_system.go Adds tunnel routes for system reset. 2020-05-11 17:03:32 -04:00
events.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
filters.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
generate.go APIv2 add generate systemd endpoint 2020-09-02 22:06:19 +02:00
healthcheck.go podmanv2 enable healthcheck run 2020-03-29 18:48:29 -05:00
images.go Properly handle podman run --pull command 2020-09-27 07:25:28 -04:00
manifest.go Extend flags of manifest add 2020-09-09 12:33:11 +02:00
network.go filter option added to network ls command. 2020-05-20 02:53:47 +00:00
play.go Fix up errors found by codespell 2020-09-11 06:14:25 -04:00
pods.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
set.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
system.go Fix system df inconsistent 2020-09-04 11:11:39 -04:00
types.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
volumes.go [CI:DOCS] apiv2 fix volumes not inculded field 2020-07-29 12:08:51 -04:00