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
Perennial issue where docker uses whatever old version if a base image is on the local machine.
Turns out there is a flag --pull for docker build that does the right thing.
We should either enable it for our --force-rebuild, or add a new explicit flag.
The text was updated successfully, but these errors were encountered:
Perennial issue where docker uses whatever old version if a base image is on the local machine.
Turns out there is a flag
--pull
fordocker build
that does the right thing.We should either enable it for our
--force-rebuild
, or add a new explicit flag.The text was updated successfully, but these errors were encountered: