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

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -