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
It looks like an attempt to clean up intermediate images. However, when I run it on podman on a fairly ordinary dockerfile, I don't get any <none> images. That means the rmi command looks like this:
docker rmi --force ''
That has the effect of deleting everything, including the image that's just been built.
I don't think we need that cleanup line, but I'm open to suggestions otherwise.
The text was updated successfully, but these errors were encountered:
I don't think this line is right:
repository-template/scripts/docker/docker.lib.sh
Line 55 in 5a9f3f2
It looks like an attempt to clean up intermediate images. However, when I run it on podman on a fairly ordinary dockerfile, I don't get any
<none>
images. That means thermi
command looks like this:That has the effect of deleting everything, including the image that's just been built.
I don't think we need that cleanup line, but I'm open to suggestions otherwise.
The text was updated successfully, but these errors were encountered: