from @jgainfort
Another suggestion that is similar to this is to add --rm to the build command to remove intermediate and none images after a successful build. Reason is current docker build command using the same tag name pushes the previous tag to have a tag of none.
from @jgainfort
Another suggestion that is similar to this is to add --rm to the build command to remove intermediate and none images after a successful build. Reason is current docker build command using the same tag name pushes the previous tag to have a tag of none.