docker - does the FROM directive in a dockerfile allways pull the latest version of an image -


if have dockerfile:

from ubuntu/latest 

and ubuntu update image in public registry. when run docker build ., use ubuntu got first time or pull new version?

no, not. from directive use whatever happens available in local image cache, unless pass --pull docker build.


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -