Skip to content

v1: Solve issue when image is present in Podman and Docker both (#16)

Compare
Choose a tag to compare
@tetchel tetchel released this 08 Jan 15:55
· 71 commits to main since this release
23eb62f
* Solve issue when image is present in Podman and Docker both

If updated docker image is present in docker env then
docker image won't get used if image same name and tag
is already present in podman env.
To fix this, selected latest built image and removed the
image at the end from the podman env if image is pulled
from docker env.

Signed-off-by: divyansh42 <diagrawa@redhat.com>