-
New Feature
-
Resolution: Fixed
-
Minor
-
None
When image is build from Dockerfile it uses currently pulled base images. Currently I have to add script task to run
docker pull myregistry/myimage:latest
to make nightly build start from up-to-date image.
There should be option in plugin to pull base image before building.