You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman rmi only produces two lines of output without a -q option that might
produce a "docker-ish" output displaying only the abbreviated image ID.
To simplify rmi success checking, indirect testing using the expected ID
output was replaced with a direct reference to the image name. Bash piping
with grep was also removed in favor of a single command.
0 commit comments